LuceneIndexedField

lightdb.lucene.LuceneIndexedField
trait LuceneIndexedField[F, D <: Document[D]] extends IndexedField[F, D]

Attributes

Graph
Supertypes
trait IndexedField[F, D]
class Object
trait Matchable
class Any
Known subtypes
class BigDecimalField[D]
class DoubleField[D]
class FloatField[D]
class IntField[D]
class LongField[D]
class StringField[D]
class TokenizedField[D]
Show all

Members list

Value members

Inherited methods

def getJson: D => Json

Attributes

Inherited from:
IndexedField

Inherited and Abstract methods

def fieldName: String

Attributes

Inherited from:
IndexedField
def get: D => Option[F]

Attributes

Inherited from:
IndexedField
def indexSupport: IndexSupport[D]

Attributes

Inherited from:
IndexedField

Implicits

Inherited and Abstract implicits

implicit def rw: RW[F]

Attributes

Inherited from:
IndexedField