IntField

lightdb.lucene.index.IntField
case class IntField[D <: Document[D]](fieldName: String, collection: Collection[D], get: D => Option[Int]) extends LuceneIndexedField[Int, D]

Attributes

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

Members list

Value members

Concrete methods

def ===(value: Int): Filter[D]
def between(lower: Int, upper: Int): Filter[D]
def is(value: Int): Filter[D]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product