org.elasticsearch.index.mapper
Interface BoostFieldMapper

All Superinterfaces:
FieldMapper<java.lang.Float>, InternalMapper
All Known Implementing Classes:
BoostFieldMapper

public interface BoostFieldMapper
extends FieldMapper<java.lang.Float>, InternalMapper

A field mapper that allows to control the boosting of a parsed document. Can be treated as any other field mapper by being stored and analyzed, though, by default, it does neither.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.FieldMapper
FieldMapper.Names
 
Method Summary
 
Methods inherited from interface org.elasticsearch.index.mapper.FieldMapper
analyzed, boost, fieldDataType, fieldFilter, fieldQuery, index, indexAnalyzer, indexed, indexedValue, names, omitNorms, omitTermFreqAndPositions, queryStringTermQuery, rangeFilter, rangeQuery, searchAnalyzer, store, stored, termVector, useFieldQueryWithQueryString, value, valueAsString, valueForSearch, valueFromString