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(FieldMapper<?> mapper) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.FieldBased.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<FD> |
IndexFieldData.Global.loadGlobal(org.apache.lucene.index.IndexReader indexReader) |
IndexFieldData<FD> |
IndexFieldData.Global.localGlobalDirect(org.apache.lucene.index.IndexReader 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 | Method and Description |
---|---|
IndexFieldData<?> |
GeoPointCompressedIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicFieldData> |
DisabledIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointDoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
Modifier and Type | Method and Description |
---|---|
<IFD extends IndexFieldData<?>> |
QueryParseContext.getForField(FieldMapper<?> mapper) |
Modifier and Type | Method and Description |
---|---|
static FieldDataTermsFilter |
FieldDataTermsFilter.newBytes(IndexFieldData fieldData,
com.carrotsearch.hppc.ObjectOpenHashSet<org.apache.lucene.util.BytesRef> terms)
Get a
FieldDataTermsFilter that filters on non-numeric terms found in a hppc ObjectOpenHashSet of
BytesRef . |
Constructor and Description |
---|
BytesFieldDataFilter(IndexFieldData fieldData,
com.carrotsearch.hppc.ObjectOpenHashSet<org.apache.lucene.util.BytesRef> terms) |
FieldDataTermsFilter(IndexFieldData fieldData) |
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) |
static ValuesSource.MetaData |
ValuesSource.MetaData.load(IndexFieldData<?> indexFieldData,
SearchContext context) |
Constructor and Description |
---|
FieldContext(String field,
IndexFieldData<?> indexFieldData,
FieldMapper mapper)
Constructs a field data context for the given field and its index field data
|
FieldData(IndexFieldData<?> indexFieldData,
ValuesSource.MetaData metaData) |
Constructor and Description |
---|
TermsStringFacetExecutor(IndexFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
SearchScript script) |
Constructor and Description |
---|
TermsStatsStringFacetExecutor(IndexFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript valueScript,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Copyright © 2009–2015. All rights reserved.