public interface SearchQueryBuilderOptions
SearchQueryBuilder
.Modifier and Type | Method and Description |
---|---|
SearchQueryErrorHandler |
getErrorHandler()
This method gets the
SearchQueryErrorHandler . |
boolean |
isRequireTerms()
This method determines if search-terms should be required.
|
boolean isRequireTerms()
true
if regular terms of the query are required ("foo bar" -> "+foo +bar"),
false
otherwise ("foo bar" -> "foo OR bar").SearchQueryErrorHandler getErrorHandler()
SearchQueryErrorHandler
.SearchQueryErrorHandler
.Copyright © 2001–2016 mmm-Team. All rights reserved.