LuceneStore

lightdb.lucene.LuceneStore
See theLuceneStore companion class
object LuceneStore extends CollectionManager

Attributes

Companion
class
Graph
Supertypes
trait CollectionManager
trait StoreManager
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

override type S[Doc <: Document[Doc], Model <: DocumentModel[Doc]] = LuceneStore[Doc, Model]

Value members

Concrete methods

override def create[Doc <: Document[LazyRef(...)], Model <: DocumentModel[Doc]](db: LightDB, model: Model, name: String, path: Option[Path], storeMode: StoreMode[Doc, Model]): LuceneStore[Doc, Model]

Attributes

Definition Classes
StoreManager
def escapeRegexLiteral(s: String): String

Inherited fields

lazy val name: String

Attributes

Inherited from:
StoreManager