package lucene
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- lucene
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class LucenePaginatedIterator(searcher: IndexSearcher, query: org.apache.lucene.search.Query, sort: org.apache.lucene.search.Sort, pageSize: Int, scoreDocs: Boolean) extends Iterator[(Document, Double)] with Product with Serializable
- case class LuceneState[Doc <: Document[Doc]](index: Index, hasFacets: Boolean) extends TransactionFeature with Product with Serializable
- class LuceneStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends Store[Doc, Model]
Value Members
- def StateKey[Doc <: Document[Doc]]: TransactionKey[LuceneState[Doc]]
- def state[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): LuceneState[Doc]
- object LuceneStore extends StoreManager