Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
static SearchKeyword |
SearchKeyword.of(String text) |
static SearchKeyword |
SearchKeyword.of(String text,
SuggestTokenizer suggestTokenizer) |
Modifier and Type | Method and Description |
---|---|
Map<Locale,List<SearchKeyword>> |
SearchKeywords.getContent() |
Modifier and Type | Method and Description |
---|---|
static SearchKeywords |
SearchKeywords.of(Locale locale,
List<SearchKeyword> keywords) |
static SearchKeywords |
SearchKeywords.of(Locale locale1,
List<SearchKeyword> keywords1,
Locale locale2,
List<SearchKeyword> keywords2) |
static SearchKeywords |
SearchKeywords.of(Locale locale1,
List<SearchKeyword> keywords1,
Locale locale2,
List<SearchKeyword> keywords2) |
static SearchKeywords |
SearchKeywords.of(Map<Locale,List<SearchKeyword>> content) |