public static final class CompletionFieldMapper.CompletionFieldType extends MappedFieldType
MappedFieldType.Loading, MappedFieldType.Names| 修飾子 | コンストラクタと説明 |
|---|---|
|
CompletionFieldType() |
protected |
CompletionFieldType(CompletionFieldMapper.CompletionFieldType ref) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
checkCompatibility(MappedFieldType fieldType,
List<String> conflicts,
boolean strict)
Checks for any conflicts between this field type and other.
|
CompletionFieldMapper.CompletionFieldType |
clone() |
boolean |
equals(Object o) |
SortedMap<String,ContextMapping> |
getContextMapping()
Get the context mapping associated with this completion field
|
int |
hashCode() |
boolean |
isSortable() |
org.apache.lucene.codecs.PostingsFormat |
postingsFormat(org.apache.lucene.codecs.PostingsFormat in) |
boolean |
requiresContext() |
void |
setContextMapping(SortedMap<String,ContextMapping> contextMapping) |
void |
setProvider(AnalyzingCompletionLookupProvider provider) |
String |
typeName()
Returns the name of this type, as would be specified in mapping properties
|
String |
value(Object value)
Returns the actual value of the field.
|
boost, createTerm, fieldDataType, fuzzyQuery, hasDocValues, indexAnalyzer, indexedValueForSearch, isNumeric, names, normsLoading, nullValue, nullValueAsString, nullValueQuery, prefixQuery, queryStringTermQuery, rangeQuery, regexpQuery, searchAnalyzer, searchQuoteAnalyzer, setBoost, setFieldDataType, setHasDocValues, setIndexAnalyzer, setNames, setNormsLoading, setNullValue, setSearchAnalyzer, setSearchQuoteAnalyzer, setSimilarity, similarity, stats, termQuery, termsQuery, useTermQueryWithQueryString, valueForSearchcheckIfFrozen, docValuesType, freeze, indexOptions, numericPrecisionStep, numericType, omitNorms, setDocValuesType, setIndexOptions, setNumericPrecisionStep, setNumericType, setOmitNorms, setStored, setStoreTermVectorOffsets, setStoreTermVectorPayloads, setStoreTermVectorPositions, setStoreTermVectors, setTokenized, stored, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenized, toStringpublic CompletionFieldType()
protected CompletionFieldType(CompletionFieldMapper.CompletionFieldType ref)
public boolean equals(Object o)
equals クラス内 MappedFieldTypepublic int hashCode()
hashCode クラス内 MappedFieldTypepublic CompletionFieldMapper.CompletionFieldType clone()
clone クラス内 MappedFieldTypepublic String typeName()
MappedFieldTypetypeName クラス内 MappedFieldTypepublic void checkCompatibility(MappedFieldType fieldType, List<String> conflicts, boolean strict)
MappedFieldTypecheckCompatibility クラス内 MappedFieldTypepublic void setProvider(AnalyzingCompletionLookupProvider provider)
public org.apache.lucene.codecs.PostingsFormat postingsFormat(org.apache.lucene.codecs.PostingsFormat in)
public void setContextMapping(SortedMap<String,ContextMapping> contextMapping)
public SortedMap<String,ContextMapping> getContextMapping()
public boolean requiresContext()
public String value(Object value)
MappedFieldTypevalue クラス内 MappedFieldTypepublic boolean isSortable()
isSortable クラス内 MappedFieldTypeCopyright © 2009–2016. All rights reserved.