public interface PropertyMappingFullTextFieldOptionsStep extends PropertyMappingStandardFieldOptionsStep<PropertyMappingFullTextFieldOptionsStep>
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingFullTextFieldOptionsStep |
analyzer(String analyzerName) |
PropertyMappingFullTextFieldOptionsStep |
norms(Norms norms) |
PropertyMappingFullTextFieldOptionsStep |
searchAnalyzer(String searchAnalyzerName) |
PropertyMappingFullTextFieldOptionsStep |
termVector(TermVector termVector) |
aggregable, projectable, searchableextractor, extractors, noExtractors, valueBinder, valueBridge, valueBridge, valueBridgeassociationInverseSide, binder, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberFieldPropertyMappingFullTextFieldOptionsStep analyzer(String analyzerName)
analyzerName - A reference to the analyzer to use for this field.this, for method chaining.FullTextField.analyzer()PropertyMappingFullTextFieldOptionsStep searchAnalyzer(String searchAnalyzerName)
searchAnalyzerName - A reference to the analyzer to use for query parameters at search time.this, for method chaining.FullTextField.searchAnalyzer()PropertyMappingFullTextFieldOptionsStep norms(Norms norms)
norms - Whether index time scoring information should be stored or not.this, for method chaining.FullTextField.norms(),
NormsPropertyMappingFullTextFieldOptionsStep termVector(TermVector termVector)
termVector - The term vector storing strategy.this, for method chaining.FullTextField.termVector(),
TermVectorCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.