public interface PropertyMappingFullTextFieldOptionsStep extends PropertyMappingFieldOptionsStep<PropertyMappingFullTextFieldOptionsStep>
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingFullTextFieldOptionsStep |
analyzer(String analyzerName) |
PropertyMappingFullTextFieldOptionsStep |
norms(Norms norms) |
PropertyMappingFullTextFieldOptionsStep |
termVector(TermVector termVector) |
projectable, searchable, valueBinder, valueBridge, valueBridge, withExtractor, withExtractors, withoutExtractorsassociationInverseSide, binder, bridge, bridge, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, property, scaledNumberField, scaledNumberFieldPropertyMappingFullTextFieldOptionsStep analyzer(String analyzerName)
analyzerName - A reference to the analyzer to use for this field.this, for method chaining.FullTextField.analyzer()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.