LuceneState

lightdb.lucene.LuceneState
case class LuceneState[Doc <: Document[Doc]](index: Index, hasFacets: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close: Task[Unit]
def commit: Task[Unit]
def indexSearcher: IndexSearcher
def rollback: Task[Unit]
def taxonomyReader: TaxonomyReader

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product