@Deprecated public class ClassificationFreeTextQueryBuilder extends AbstractFreeTextQueryBuilder
| Constructor and Description |
|---|
ClassificationFreeTextQueryBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFreeTextQuery(SearchQuery searchQuery,
java.lang.String fullText,
java.lang.String[] textWords)
Deprecated.
Add a free text query to the search query.
|
protected void |
addIndexedProperty(java.util.List<IndexedProperty> result,
IndexedProperty indexedProperty)
Deprecated.
|
protected int |
getBoost()
Deprecated.
|
protected java.util.List<IndexedProperty> |
getSearchableClassificationProperties(IndexedType indexedType)
Deprecated.
|
void |
setBoost(int boost)
Deprecated.
|
addFreeTextQuery, addFreeTextQuery, addFreeTextQuerypublic ClassificationFreeTextQueryBuilder()
protected int getBoost()
public void setBoost(int boost)
public void addFreeTextQuery(SearchQuery searchQuery, java.lang.String fullText, java.lang.String[] textWords)
FreeTextQueryBuildersearchQuery - The search query to add search terms tofullText - The full text of the querytextWords - The full text query split into wordsprotected java.util.List<IndexedProperty> getSearchableClassificationProperties(IndexedType indexedType)
protected void addIndexedProperty(java.util.List<IndexedProperty> result, IndexedProperty indexedProperty)
Copyright © 2018 SAP SE. All Rights Reserved.