lightdb.lucene

package lightdb.lucene

Members list

Type members

Classlikes

case class LuceneFilter[D <: Document[D]](asQuery: () => Query) extends Filter[D]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Filter[D]
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedField[F, D]
class Object
trait Matchable
class Any
Show all
case class LuceneIndexer[D <: Document[D]](indexSupport: IndexSupport[D], persistent: Boolean, analyzer: Analyzer) extends Indexer[D]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Indexer[D]
class Object
trait Matchable
class Any
Show all
case class LucenePageContext[D <: Document[D]](context: SearchContext[D], lastScoreDoc: Option[ScoreDoc]) extends PageContext[D]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PageContext[D]
class Object
trait Matchable
class Any
Show all
trait LuceneSupport[D <: Document[D]] extends IndexSupport[D]

Attributes

Supertypes
trait IndexSupport[D]
trait DocumentModel[D]
class Object
trait Matchable
class Any