LuceneIndex
lightdb.lucene.LuceneIndex
case class LuceneIndex[F, D <: Document[D]](fieldName: String, indexSupport: IndexSupport[D], get: D => List[F], store: Boolean, sorted: Boolean, tokenized: Boolean)(implicit fRW: RW[F]) extends Index[F, D]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Index[F, D]trait FilterSupport[F, D, Filter[D]]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
FilterSupport
Attributes
- Definition Classes
-
Index
Attributes
- Definition Classes
-
FilterSupport
Attributes
- Definition Classes
-
FilterSupport
Attributes
- Definition Classes
-
FilterSupport
Attributes
- Definition Classes
-
FilterSupport
Attributes
- Definition Classes
-
FilterSupport
Inherited methods
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def range(from: Option[F], to: Option[F], includeFrom: Boolean, includeTo: Boolean)(implicit num: Numeric[F]): Filter[D]
Attributes
- Inherited from:
- FilterSupport
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Attributes
- Inherited from:
- Index
Implicits
Implicits
In this article