Uses of Class
org.elasticsearch.index.fielddata.ScriptDocValues
-
-
Uses of ScriptDocValues in org.elasticsearch.index.fielddata
Subclasses of ScriptDocValues in org.elasticsearch.index.fielddata Modifier and Type Class Description static classScriptDocValues.Booleansstatic classScriptDocValues.BytesRefsstatic classScriptDocValues.Datesstatic classScriptDocValues.Doublesstatic classScriptDocValues.GeoPointsstatic classScriptDocValues.Longsstatic classScriptDocValues.StringsMethods in org.elasticsearch.index.fielddata that return ScriptDocValues Modifier and Type Method Description ScriptDocValues<?>AtomicFieldData. getScriptValues()Returns field values for use in scripting. -
Uses of ScriptDocValues in org.elasticsearch.index.fielddata.ordinals
Method parameters in org.elasticsearch.index.fielddata.ordinals with type arguments of type ScriptDocValues Modifier and Type Method Description static IndexOrdinalsFieldDataGlobalOrdinalsBuilder. build(IndexReader indexReader, IndexOrdinalsFieldData indexFieldData, IndexSettings indexSettings, CircuitBreakerService breakerService, org.apache.logging.log4j.Logger logger, Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction)Build global ordinals for the providedIndexReader.Constructor parameters in org.elasticsearch.index.fielddata.ordinals with type arguments of type ScriptDocValues Constructor Description GlobalOrdinalsIndexFieldData(IndexSettings indexSettings, String fieldName, AtomicOrdinalsFieldData[] segmentAfd, OrdinalMap ordinalMap, long memorySizeInBytes, Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction) -
Uses of ScriptDocValues in org.elasticsearch.index.fielddata.plain
Fields in org.elasticsearch.index.fielddata.plain with type parameters of type ScriptDocValues Modifier and Type Field Description static Function<SortedSetDocValues,ScriptDocValues<?>>AbstractAtomicOrdinalsFieldData. DEFAULT_SCRIPT_FUNCTIONMethods in org.elasticsearch.index.fielddata.plain that return ScriptDocValues Modifier and Type Method Description ScriptDocValues<?>AbstractAtomicOrdinalsFieldData. getScriptValues()Method parameters in org.elasticsearch.index.fielddata.plain with type arguments of type ScriptDocValues Modifier and Type Method Description DocValuesIndexFieldData.BuilderDocValuesIndexFieldData.Builder. scriptFunction(Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction)Constructor parameters in org.elasticsearch.index.fielddata.plain with type arguments of type ScriptDocValues Constructor Description AbstractAtomicOrdinalsFieldData(Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction)SortedSetDVOrdinalsIndexFieldData(IndexSettings indexSettings, IndexFieldDataCache cache, String fieldName, CircuitBreakerService breakerService, Function<SortedSetDocValues,ScriptDocValues<?>> scriptFunction) -
Uses of ScriptDocValues in org.elasticsearch.index.mapper
Subclasses of ScriptDocValues in org.elasticsearch.index.mapper Modifier and Type Class Description static classIpFieldMapper.IpFieldType.IpScriptDocValues -
Uses of ScriptDocValues in org.elasticsearch.script
Methods in org.elasticsearch.script that return types with arguments of type ScriptDocValues Modifier and Type Method Description Map<String,ScriptDocValues<?>>AggregationScript. getDoc()The doc lookup for the Lucene segment this script was created for.Map<String,ScriptDocValues<?>>FieldScript. getDoc()The doc lookup for the Lucene segment this script was created for.Map<String,ScriptDocValues<?>>FilterScript. getDoc()The doc lookup for the Lucene segment this script was created for.Map<String,ScriptDocValues<?>>ScoreScript. getDoc()The doc lookup for the Lucene segment this script was created for.Map<String,ScriptDocValues<?>>ScriptedMetricAggContexts.MapScript. getDoc()Map<String,ScriptDocValues<?>>TermsSetQueryScript. getDoc()The doc lookup for the Lucene segment this script was created for. -
Uses of ScriptDocValues in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup that return ScriptDocValues Modifier and Type Method Description ScriptDocValues<?>LeafDocLookup. get(Object key)ScriptDocValues<?>LeafDocLookup. put(String key, ScriptDocValues<?> value)ScriptDocValues<?>LeafDocLookup. remove(Object key)Methods in org.elasticsearch.search.lookup that return types with arguments of type ScriptDocValues Modifier and Type Method Description Set<Map.Entry<String,ScriptDocValues<?>>>LeafDocLookup. entrySet()Collection<ScriptDocValues<?>>LeafDocLookup. values()Methods in org.elasticsearch.search.lookup with parameters of type ScriptDocValues Modifier and Type Method Description ScriptDocValues<?>LeafDocLookup. put(String key, ScriptDocValues<?> value)Method parameters in org.elasticsearch.search.lookup with type arguments of type ScriptDocValues Modifier and Type Method Description voidLeafDocLookup. putAll(Map<? extends String,? extends ScriptDocValues<?>> m)
-