Packages

p

lightdb

lucene

package lucene

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lucene
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package index

Type Members

  1. 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
  2. case class LuceneState[Doc <: Document[Doc]](index: Index, hasFacets: Boolean) extends TransactionFeature with Product with Serializable
  3. class LuceneStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends Store[Doc, Model]

Value Members

  1. def StateKey[Doc <: Document[Doc]]: TransactionKey[LuceneState[Doc]]
  2. def state[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): LuceneState[Doc]
  3. object LuceneStore extends StoreManager

Inherited from AnyRef

Inherited from Any

Ungrouped