| Constructor and Description |
|---|
RandomScoreFunction(int seed,
int salt,
IndexFieldData<?> uidFieldData)
Creates a RandomScoreFunction.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexFieldData.Global<FD extends AtomicFieldData> |
interface |
IndexGeoPointFieldData
Specialization of
IndexFieldData for geo points. |
interface |
IndexNumericFieldData |
interface |
IndexOrdinalsFieldData
Specialization of
IndexFieldData for data that is indexed with ordinals. |
interface |
IndexParentChildFieldData
Soecialization of
IndexFieldData for parent/child mappings. |
| Modifier and Type | Method and Description |
|---|---|
<IFD extends IndexFieldData<?>> |
IndexFieldDataService.getForField(MappedFieldType fieldType) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.LeafReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.LeafReaderContext context,
IFD indexFieldData) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<FD> |
IndexFieldData.Global.loadGlobal(org.apache.lucene.index.DirectoryReader indexReader) |
IndexFieldData<FD> |
IndexFieldData.Global.localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) |
| Constructor and Description |
|---|
BytesRefFieldComparatorSource(IndexFieldData<?> indexFieldData,
Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested) |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalOrdinalsIndexFieldData
IndexFieldData base class for concrete global ordinals implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeoPointDVIndexFieldData |
static class |
AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
Lucene 5.4 GeoPointFieldType
|
class |
AbstractIndexFieldData<FD extends AtomicFieldData> |
class |
AbstractIndexOrdinalsFieldData |
class |
BinaryDVIndexFieldData |
class |
BinaryDVNumericIndexFieldData |
class |
BytesBinaryDVIndexFieldData |
class |
DoubleArrayIndexFieldData |
class |
FloatArrayIndexFieldData |
class |
GeoPointArrayIndexFieldData
Loads FieldData for an array of GeoPoints supporting both long encoded points and backward compatible double arrays
|
class |
IndexIndexFieldData |
class |
PackedArrayIndexFieldData
Stores numeric data into bit-packed arrays for better memory efficiency.
|
class |
PagedBytesIndexFieldData |
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
class |
ParentChildIndexFieldData.GlobalFieldData |
class |
SortedNumericDVIndexFieldData
FieldData backed by
LeafReader.getSortedNumericDocValues(String) |
class |
SortedSetDVOrdinalsIndexFieldData |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
AbstractGeoPointDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
| Modifier and Type | Method and Description |
|---|---|
<IFD extends IndexFieldData<?>> |
QueryParseContext.getForField(MappedFieldType mapper) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexFieldData<?> |
ValuesSource.Bytes.FieldData.indexFieldData |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData<?> |
FieldContext.indexFieldData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueType.compatibleWith(IndexFieldData fieldData) |
| Constructor and Description |
|---|
FieldContext(String field,
IndexFieldData<?> indexFieldData,
MappedFieldType fieldType)
Constructs a field data context for the given field and its index field data
|
ValuesSource.Bytes.FieldData(IndexFieldData<?> indexFieldData) |
Copyright © 2009–2017. All rights reserved.