Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
static LocalizedStringEntry |
LocalizedStringEntry.of(Locale locale,
String value) |
static LocalizedStringEntry |
LocalizedStringEntry.of(String languageTag,
String value)
Creates an entry for language tag and a value.
|
Modifier and Type | Method and Description |
---|---|
Stream<LocalizedStringEntry> |
LocalizedString.stream()
Creates a new Stream of entries.
|
static Collector<LocalizedStringEntry,?,LocalizedString> |
LocalizedString.streamCollector()
Collector to collect a stream of
LocalizedStringEntry s to one LocalizedString . |
Modifier and Type | Method and Description |
---|---|
static SuggestQuery |
SuggestQuery.of(LocalizedStringEntry searchKeyword) |
Modifier and Type | Method and Description |
---|---|
static SuggestQuery |
SuggestQuery.of(List<LocalizedStringEntry> searchKeywords) |
Modifier and Type | Method and Description |
---|---|
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.text(LocalizedStringEntry text) |
ProductProjectionSearch |
ProductProjectionSearch.withText(LocalizedStringEntry text) |
Modifier and Type | Field and Description |
---|---|
protected LocalizedStringEntry |
MetaModelSearchDslBuilder.text |
Modifier and Type | Method and Description |
---|---|
LocalizedStringEntry |
MetaModelSearchDslImpl.text() |
LocalizedStringEntry |
ResourceSearch.text() |
Modifier and Type | Method and Description |
---|---|
MetaModelSearchDslBuilder<T,C,S,L,F,E> |
MetaModelSearchDslBuilder.text(LocalizedStringEntry text) |
B |
ResourceMetaModelSearchDslBuilderImpl.text(LocalizedStringEntry text) |
B |
ResourceMetaModelSearchDslBuilder.text(LocalizedStringEntry text) |
C |
SearchDsl.withText(LocalizedStringEntry text)
Returns a new object with the new text as search text.
|
C |
MetaModelSearchDslImpl.withText(LocalizedStringEntry text) |
Constructor and Description |
---|
MetaModelSearchDslImpl(LocalizedStringEntry text,
Boolean fuzzy,
Integer fuzzyLevel,
List<FacetExpression<T>> facets,
List<FilterExpression<T>> resultFilters,
List<FilterExpression<T>> queryFilters,
List<FilterExpression<T>> facetFilters,
List<FacetedSearchExpression<T>> facetedSearch,
List<SortExpression<T>> sort,
Long limit,
Long offset,
String endpoint,
Function<HttpResponse,PagedSearchResult<T>> resultMapper,
List<ExpansionPath<T>> expansionPaths,
List<NameValuePair> additionalQueryParameters,
S sortModel,
L filterModel,
F facetModel,
E expansionModel,
Function<MetaModelSearchDslBuilder<T,C,S,L,F,E>,C> searchDslBuilderFunction) |