lightdb-core
lightdb-core
API
lightdb
index
IndexSupport
IndexedField
Indexer
model
AbstractCollection
AbstractCollection
Collection
Collection
DocumentAction
DocumentAction
PostDelete
PostSet
PreDelete
PreSet
DocumentActionSupport
DocumentActions
DocumentListener
DocumentModel
RecordDocumentCollection
RecordDocumentModel
UnitActions
query
Filter
PageContext
PagedResults
Query
SearchContext
Sort
Sort
BestMatch
ByField
IndexOrder
upgrade
DatabaseUpgrade
util
FlushingBacklog
ByteArrayExtras
DocLock
DocLock
Empty
Set
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
lightdb.index
/
IndexSupport
IndexSupport
lightdb.index.IndexSupport
trait
IndexSupport
[
D
<:
Document
[
D
]]
extends
DocumentModel
[
D
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
DocumentModel
[
D
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Inherited types
type
Field
[
F
] =
IndexedField
[
F
,
D
]
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
]]
def
index
:
Indexer
[
D
]
protected
def
indexDoc
(
doc
:
D
,
fields
:
List
[
IndexedField
[
_
,
D
]]):
IO
[
Unit
]
Concrete methods
protected
def
collection
:
AbstractCollection
[
D
]
def
query
:
Query
[
D
]
def
withSearchContext
[
Return
](
f
: (
SearchContext
[
D
])
=>
IO
[
Return
]):
IO
[
Return
]
Inherited methods
def
indexedLinks
:
List
[
IndexedLinks
[
_
,
D
]]
Attributes
Inherited from:
DocumentModel
In this article
Attributes
Members list
Type members
Inherited types
Value members
Abstract methods
Concrete methods
Inherited methods