| AbstractBinaryDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| AbstractNumericDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| AbstractSortedDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| AbstractSortedNumericDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| AbstractSortedSetDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| AbstractSortingNumericDocValues |
Base implementation that throws an IOException for the
DocIdSetIterator APIs.
|
| DocValueBits |
|
| FieldDataStats |
|
| GeoPointValues |
Per-document geo-point values.
|
| IndexFieldData.XFieldComparatorSource |
|
| IndexFieldData.XFieldComparatorSource.Nested |
Simple wrapper class around a filter that matches parent documents
and a filter that matches child documents.
|
| IndexFieldDataCache.None |
|
| IndexFieldDataService |
|
| MultiGeoPointValues |
A stateful lightweight per document set of GeoPoint values.
|
| NumericDoubleValues |
A per-document numeric value.
|
| RamAccountingTermsEnum |
TermsEnum that takes a CircuitBreaker, increasing the breaker
every time .next(...) is called.
|
| ScriptDocValues<T> |
Script level doc values, the assumption is that any implementation will
implement a getValue method.
|
| ScriptDocValues.Booleans |
|
| ScriptDocValues.BytesRefs |
|
| ScriptDocValues.Dates |
|
| ScriptDocValues.Doubles |
|
| ScriptDocValues.GeoPoints |
|
| ScriptDocValues.Longs |
|
| ScriptDocValues.Strings |
|
| ShardFieldData |
|
| SortedBinaryDocValues |
A list of per-document binary values, sorted
according to BytesRef.compareTo(BytesRef).
|
| SortedNumericDoubleValues |
Clone of SortedNumericDocValues for double values.
|
| SortingBinaryDocValues |
|
| SortingNumericDocValues |
Base class for building SortedNumericDocValues instances based on unsorted content.
|
| SortingNumericDoubleValues |
|