@Deprecated public abstract class AbstractFreeTextQueryBuilder extends java.lang.Object implements FreeTextQueryBuilder
| Constructor and Description |
|---|
AbstractFreeTextQueryBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFreeTextQuery(SearchQuery searchQuery,
IndexedProperty indexedProperty,
java.lang.String value,
double boost)
Deprecated.
|
protected void |
addFreeTextQuery(SearchQuery searchQuery,
IndexedProperty indexedProperty,
java.lang.String fullText,
java.lang.String[] textWords,
int boost)
Deprecated.
|
protected void |
addFreeTextQuery(SearchQuery searchQuery,
java.lang.String field,
java.lang.String value,
java.lang.String suffixOp,
double boost)
Deprecated.
Add a search term
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFreeTextQueryprotected void addFreeTextQuery(SearchQuery searchQuery, IndexedProperty indexedProperty, java.lang.String fullText, java.lang.String[] textWords, int boost)
protected void addFreeTextQuery(SearchQuery searchQuery, IndexedProperty indexedProperty, java.lang.String value, double boost)
protected void addFreeTextQuery(SearchQuery searchQuery, java.lang.String field, java.lang.String value, java.lang.String suffixOp, double boost)
searchQuery - the search queryfield - the field to search invalue - the value to search for (not solr escaped)suffixOp - suffix field operatorboost - the boost factor for the termCopyright © 2018 SAP SE. All Rights Reserved.