| Interface | Description |
|---|---|
| FieldDef.Getter<I,T> | |
| Index<K,V> |
Secondary index implementation for arbitrary documents.
|
| IndexDefinition.IndexFactory<K,V,I extends Index<K,V>> | |
| IndexRewriter<T> |
| Class | Description |
|---|---|
| FieldDef<I,T> |
Definition of a field stored in the secondary index.
|
| FieldDef.Builder<T> | |
| 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.
|
| 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.
|
| SchemaUtil | |
| SiteIndexer<K,V,I extends Index<K,V>> | |
| SiteIndexer.Result |