lightdb.field
package lightdb.field
Members list
Type members
Classlikes
sealed class Field[Doc <: Document[Doc], V](val name: String, val get: FieldGetter[Doc, V], val getRW: () => RW[V], val indexed: Boolean) extends FilterSupport[V, Doc, Filter[Doc]], AggregateSupport[Doc, V], Materializable[Doc, V]
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
- Known subtypes
object Field
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object FieldGetter
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FieldGetter.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class IndexingState
WARNING: This is not thread-safe. It is expected to only be modified in a single-threaded process.
WARNING: This is not thread-safe. It is expected to only be modified in a single-threaded process.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
In this article