Interface FreeTextQueryBuilder
-
- All Known Implementing Classes:
AbstractFreeTextQueryBuilder,DisMaxFreeTextQueryBuilder,MultiFieldFreeTextQueryBuilder
public interface FreeTextQueryBuilderImplementations of this interface are responsible for building lucene query string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringbuildQuery(SearchQuery searchQuery)Add a free text query to the search query.
-
-
-
Method Detail
-
buildQuery
java.lang.String buildQuery(SearchQuery searchQuery)
Add a free text query to the search query.- Parameters:
searchQuery- The search query to add search terms to
-
-