|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SearchRequest
Represents a search request.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.elasticpath.domain.catalogview.CatalogViewRequest |
|---|
CatalogViewRequest.FilterQueryString |
| Method Summary | |
|---|---|
java.lang.String |
getEncodedKeyWords()
Returns the url-encoded key words. |
java.lang.String |
getKeyWords()
Returns the keywords specified in the search request. |
boolean |
isFuzzySearchDisabled()
Returns whether or not a fuzzy search should be performed for this query. |
void |
setFuzzySearchDisabled(boolean fuzzySearchDisabled)
Sets whether or not a fuzzy search should be performed for this query. |
void |
setKeyWords(java.lang.String keyWords)
Sets the keywords. |
| Methods inherited from interface com.elasticpath.domain.catalogview.CatalogViewRequest |
|---|
addFilter, compare, filterProducts, getCategoryUid, getCurrency, getFilterIds, getFilterQueryStrings, getFilters, getLocale, getMaxReturnNumber, getQueryString, getSorter, getSorterFactory, setCategoryUid, setCurrency, setFiltersIdStr, setLocale, setMaxReturnNumber, setSorterIdStr |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getEncodedKeyWords()
java.lang.String getKeyWords()
boolean isFuzzySearchDisabled()
void setFuzzySearchDisabled(boolean fuzzySearchDisabled)
fuzzySearchDisabled - whether or not fuzzy search is disabled
void setKeyWords(java.lang.String keyWords)
throws EpCatalogViewRequestBindException
keyWords - the keywords to set
EpCatalogViewRequestBindException - in case the given keywords is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||