Index

lightdb.lucene.index.Index
case class Index(path: Option[Path])

Attributes

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

Members list

Value members

Concrete methods

def commit(): Unit
def createIndexSearcher(): IndexSearcher
def createTaxonomyReader(): TaxonomyReader
def dispose(): Unit
def releaseIndexSearch(indexSearcher: IndexSearcher): Unit
def releaseTaxonomyReader(taxonomyReader: TaxonomyReader): Unit
def rollback(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val analyzer: Analyzer
lazy val indexWriter: IndexWriter
lazy val parser: QueryParser
lazy val taxonomyWriter: DirectoryTaxonomyWriter