PropertyMappingFullTextFieldOptionsStep |
PropertyMappingFullTextFieldOptionsStep.analyzer(String analyzerName) |
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingStep.fullTextField() |
Maps the property to a full-text field in the index with the same name as this property.
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingStep.fullTextField(String relativeFieldName) |
Maps the property to a full-text field in the index with a custom name.
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingFullTextFieldOptionsStep.highlightable(Collection<Highlightable> highlightable) |
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingFullTextFieldOptionsStep.norms(Norms norms) |
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingFullTextFieldOptionsStep.searchAnalyzer(String searchAnalyzerName) |
|
PropertyMappingFullTextFieldOptionsStep |
PropertyMappingFullTextFieldOptionsStep.termVector(TermVector termVector) |
|