IndexSupport
lightdb.index.IndexSupport
trait IndexSupport[D <: Document[D]] extends Collection[D]
Attributes
- Graph
-
- Supertypes
-
class Collection[D]trait DocumentModel[D]trait AbstractCollection[D]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- DocumentModel
Value members
Abstract methods
def doSearch(query: Query[D], context: SearchContext[D], offset: Int, after: Option[PagedResults[D]]): IO[PagedResults[D]]
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Called after set
Inherited methods
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- DocumentModel
def indexedLinks[V](name: String, createKey: V => String, createV: D => V, maxLinks: MaxLinks): IndexedLinks[V, D]
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Definition Classes
- Inherited from:
- Collection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- DocumentModel
Called before preSetJson and before the data is set to the database
Called before preSetJson and before the data is set to the database
Attributes
- Inherited from:
- DocumentModel
Called after preSet and before the data is set to the database
Called after preSet and before the data is set to the database
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Attributes
- Inherited from:
- AbstractCollection
Inherited fields
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- AbstractCollection
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- DocumentModel
In this article