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 rw: RW[F]) extends IndexedField[F, D]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedField[F, D]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ===(value: F): LuceneFilter[D]
def IN(values: Seq[F]): LuceneFilter[D]
def between(lower: F, upper: F): LuceneFilter[D]
def is(value: F): LuceneFilter[D]
def parsed(query: String, allowLeadingWildcard: Boolean): LuceneFilter[D]
def words(s: String, matchStartsWith: Boolean, matchEndsWith: Boolean): LuceneFilter[D]

Inherited methods

def getJson: D => List[Json]

Attributes

Inherited from:
IndexedField
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val fieldSortName: String

Implicits

Implicits

implicit val rw: RW[F]