InMemoryIndex

lightdb.util.InMemoryIndex
class InMemoryIndex[Doc <: Document[Doc], V](field: Indexed[Doc, V], comparator: Option[Comparator[V]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(value: V): List[Id[Doc]]
def ascending: Iterator[V]
def clear(): Unit
def descending: Iterator[V]
def remove(id: Id[Doc], value: V): Unit
def set(doc: Doc, state: IndexingState): Unit
def set(id: Id[Doc], value: V): Unit