FieldType<T> |
Document field types supported by the secondary index system.
|
IndexCollection<K,V,I extends Index<K,V>> |
Dynamic pointers to the index versions used for searching and writing.
|
IndexConfig |
Implementation-specific configuration for secondary indexes.
|
IndexConfig.Builder |
|
IndexDefinition<K,V,I extends Index<K,V>> |
Definition of an index over a Gerrit data type.
|
IndexedField<I,T> |
Definition of a field stored in the secondary index.
|
IndexedField.Builder<I,T> |
|
IndexType |
Index types supported by the secondary index.
|
QueryOptions |
|
RefState |
|
Schema<T> |
Specific version of a secondary index schema.
|
Schema.Builder<T> |
|
Schema.Values<T> |
|
SchemaDefinitions<V> |
Definitions of the various schema versions over a given Gerrit data type.
|
SchemaFieldDefs |
Interfaces that define properties of fields in Schema .
|
SchemaUtil |
|
SiteIndexer<K,V,I extends Index<K,V>> |
Base class for implementations that can index all entities of a given type.
|
SiteIndexer.Result |
Result of an operation to index a subset or all of the entities of a given type.
|