public abstract class AbstractFreeTextQueryBuilder extends Object implements FreeTextQueryBuilder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFreeTextQueryBuilder.QueryValue |
| Constructor and Description |
|---|
AbstractFreeTextQueryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
applyWildcardType(String term,
WildcardType wildcardType) |
protected List<AbstractFreeTextQueryBuilder.QueryValue> |
preparePhraseQueries(String userQuery) |
protected List<AbstractFreeTextQueryBuilder.QueryValue> |
prepareTerms(String userQuery) |
protected boolean |
shouldIncludeTerm(AbstractFreeTextQueryBuilder.QueryValue term,
Integer minTermLength) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildQueryprotected List<AbstractFreeTextQueryBuilder.QueryValue> prepareTerms(String userQuery)
protected List<AbstractFreeTextQueryBuilder.QueryValue> preparePhraseQueries(String userQuery)
protected boolean shouldIncludeTerm(AbstractFreeTextQueryBuilder.QueryValue term, Integer minTermLength)
protected String applyWildcardType(String term, WildcardType wildcardType)
Copyright © 2017 SAP SE. All Rights Reserved.