| Package | Description |
|---|---|
| com.indix.query |
| Modifier and Type | Method and Description |
|---|---|
static SearchQuery |
QueryFactory.newSearchQuery() |
SearchQuery |
BulkProductsQuery.withAlsoSoldAt(List<Integer> alsoSoldAt)
Combined with storeId, limits results to products sold at both storeIds and alsoSoldAt storeIds.
|
SearchQuery |
SearchQuery.withAlsoSoldAt(List<Integer> alsoSoldAt)
Combined with storeId, limits results to products sold at both storeIds and alsoSoldAt storeIds.
|
SearchQuery |
BulkProductsQuery.withApplyFilterTo(ApiParameters.ApplyFiltersTo applyFiltersTo)
Specify the stores for which the offer level filter apply.
|
SearchQuery |
SearchQuery.withApplyFilterTo(ApiParameters.ApplyFiltersTo applyFiltersTo)
Specify the stores for which the offer level filter apply.
|
SearchQuery |
BulkProductsQuery.withAvailability(ApiParameters.Availability availability)
Limits results to either in-stock or out-of-stock items.
|
SearchQuery |
SearchQuery.withAvailability(ApiParameters.Availability availability)
Limits results to either in-stock or out-of-stock items.
|
SearchQuery |
BulkProductsQuery.withBrandId(List<Integer> brandId)
Limits results to products of brands with given ids.
|
SearchQuery |
SearchQuery.withBrandId(List<Integer> brandId)
Limits results to products of brands with given ids.
|
SearchQuery |
BulkProductsQuery.withCategoryId(List<Integer> categoryId)
Limits results to products of categories with given id.
|
SearchQuery |
SearchQuery.withCategoryId(List<Integer> categoryId)
Limits results to products of categories with given id.
|
SearchQuery |
BulkProductsQuery.withCountryCode(String countryCode)
Limits results to products of the geography with this code.
|
SearchQuery |
SearchQuery.withCountryCode(String countryCode)
Limits results to products of the geography with this code.
|
SearchQuery |
BulkProductsQuery.withEndPrice(double endPrice)
Combined with end_price, limits results to products sold by at least one store at a price between start and end
|
SearchQuery |
SearchQuery.withEndPrice(double endPrice)
Combined with start_price, limits results to products sold by at least one store at a price between start and end
|
SearchQuery |
SearchQuery.withFacetBy(List<String> facetBy)
Facet by values - storeId, brandId, categoryId.
|
SearchQuery |
BulkProductsQuery.withLastRecordedIn(int lastRecordedIn)
Limits results to products which have price recorded in the last xx days.
|
SearchQuery |
SearchQuery.withLastRecordedIn(int lastRecordedIn)
Limits results to products which have price recorded in the last xx days.
|
SearchQuery |
SearchQuery.withMpn(String mpn)
Limit results to products with this MPN
|
SearchQuery |
BulkProductsQuery.withOnPromotion(boolean onPromotion)
Limits results to products which are on Promotion.
|
SearchQuery |
SearchQuery.withOnPromotion(boolean onPromotion)
Limits results to products which are on Promotion.
|
SearchQuery |
SearchQuery.withPageNumber(int pageNumber)
Specifies the page number of the result set to return.
|
SearchQuery |
SearchQuery.withPageSize(int pageSize)
Specifies the number of results per page.
|
SearchQuery |
BulkProductsQuery.withPriceChange(ApiParameters.PriceChange priceChange)
Limits results to products whose prices have been increased or decreased.
|
SearchQuery |
SearchQuery.withPriceChange(ApiParameters.PriceChange priceChange)
Limits results to products whose prices have been increased or decreased.
|
SearchQuery |
BulkProductsQuery.withPriceHistoryAvailable(boolean priceHistoryAvailable)
Limits results to product that have price history available through the products/{:id}/prices endpoint.
|
SearchQuery |
SearchQuery.withPriceHistoryAvailable(boolean priceHistoryAvailable)
Limits results to product that have price history available through the products/{:id}/prices endpoint.
|
SearchQuery |
SearchQuery.withQ(String q)
Search products against the product search term
|
SearchQuery |
BulkProductsQuery.withSelectOffersFrom(ApiParameters.SelectOffersFrom selectOffersFrom)
Specify the stores for which offers will be returned in the response.
|
SearchQuery |
SearchQuery.withSelectOffersFrom(ApiParameters.SelectOffersFrom selectOffersFrom)
Specify the stores for which offers will be returned in the response.
|
SearchQuery |
SearchQuery.withSku(String sku)
Limit results to products with this SKU
|
SearchQuery |
SearchQuery.withSortBy(ApiParameters.SortBy sortBy)
Specifies the sorting strategy of the results
|
SearchQuery |
BulkProductsQuery.withStartPrice(double startPrice)
Combined with end_price, limits results to products sold by at least one store at a price between start and end
|
SearchQuery |
SearchQuery.withStartPrice(double startPrice)
Combined with end_price, limits results to products sold by at least one store at a price between start and end
|
SearchQuery |
BulkProductsQuery.withStoreId(List<Integer> storeId)
Limits results to products sold at store with id.
|
SearchQuery |
SearchQuery.withStoreId(List<Integer> storeId)
Limits results to products sold at stores with given ids.
|
SearchQuery |
BulkProductsQuery.withStoresCount(int storesCount)
Limits results to products with at least a certain number of stores
|
SearchQuery |
SearchQuery.withStoresCount(int storesCount)
Limits results to products with at least a certain number of stores
|
SearchQuery |
SearchQuery.withUpc(String upc)
Limit results to products with this UPC
|
SearchQuery |
SearchQuery.withUrl(String url)
Search by product URL
|
Copyright © 2017. All rights reserved.