public class Storefront.QueryRootQuery.PredictiveSearchArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.PredictiveSearchArguments |
limit(java.lang.Integer value)
Limits the number of results based on `limit_scope`.
|
Storefront.QueryRootQuery.PredictiveSearchArguments |
limitScope(Storefront.PredictiveSearchLimitScope value)
Decides the distribution of results.
|
Storefront.QueryRootQuery.PredictiveSearchArguments |
searchableFields(java.util.List<Storefront.SearchableField> value)
Specifies the list of resource fields to use for search.
|
Storefront.QueryRootQuery.PredictiveSearchArguments |
types(java.util.List<Storefront.PredictiveSearchType> value)
The types of resources to search for.
|
Storefront.QueryRootQuery.PredictiveSearchArguments |
unavailableProducts(Storefront.SearchUnavailableProductsType value)
Specifies how unavailable products are displayed in the search results.
|
end, startArgumentpublic Storefront.QueryRootQuery.PredictiveSearchArguments limit(java.lang.Integer value)
public Storefront.QueryRootQuery.PredictiveSearchArguments limitScope(Storefront.PredictiveSearchLimitScope value)
public Storefront.QueryRootQuery.PredictiveSearchArguments searchableFields(java.util.List<Storefront.SearchableField> value)
public Storefront.QueryRootQuery.PredictiveSearchArguments types(java.util.List<Storefront.PredictiveSearchType> value)
public Storefront.QueryRootQuery.PredictiveSearchArguments unavailableProducts(Storefront.SearchUnavailableProductsType value)