Uses of Class
com.algolia.search.models.indexing.Query
-
Packages that use Query Package Description com.algolia.search com.algolia.search.models.analytics com.algolia.search.models.apikeys com.algolia.search.models.indexing com.algolia.search.models.recommend -
-
Uses of Query in com.algolia.search
Methods in com.algolia.search with parameters of type Query Modifier and Type Method Description DeleteResponseSearchIndex. deleteBy(Query query)Remove all objects matching a filter (including geo filters).DeleteResponseSearchIndex. deleteBy(Query query, RequestOptions requestOptions)Remove all objects matching a filter (including geo filters).CompletableFuture<DeleteResponse>SearchIndex. deleteByAsync(Query query)Remove all objects matching a filter (including geo filters).CompletableFuture<DeleteResponse>SearchIndex. deleteByAsync(Query query, RequestOptions requestOptions)Remove all objects matching a filter (including geo filters).default HitsWithPosition<T>SearchIndexSearching. findObject(Predicate<T> match, Query query)FindFirstObject searches iteratively through the search response `Hits` field to find the first response hit that would match against the given `filterFunc` function.default HitsWithPosition<T>SearchIndexSearching. findObject(Predicate<T> match, Query query, boolean paginate)FindFirstObject searches iteratively through the search response `Hits` field to find the first response hit that would match against the given `filterFunc` function.default HitsWithPosition<T>SearchIndexSearching. findObject(Predicate<T> match, Query query, boolean paginate, RequestOptions requestOptions)FindFirstObject searches iteratively through the search response `Hits` field to find the first response hit that would match against the given `filterFunc` function.default SearchResult<T>SearchIndexSearching. search(Query query)Method used for querying an index.default SearchResult<T>SearchIndexSearching. search(Query query, RequestOptions requestOptions)Method used for querying an index.default CompletableFuture<SearchResult<T>>SearchIndexSearching. searchAsync(Query query)Method used for querying an index.default CompletableFuture<SearchResult<T>>SearchIndexSearching. searchAsync(Query query, RequestOptions requestOptions)Method used for querying an index.default <T> SearchResult<T>SearchClientDictionary. searchDictionaryEntries(Dictionary dictionary, Query query)Search the dictionary entries.default <T> SearchResult<T>SearchClientDictionary. searchDictionaryEntries(Dictionary dictionary, Query query, RequestOptions requestOptions)Search the dictionary entries.default <T> CompletableFuture<SearchResult<T>>SearchClientDictionary. searchDictionaryEntriesAsync(Dictionary dictionary, Query query)Search the dictionary entries.default <T> CompletableFuture<SearchResult<T>>SearchClientDictionary. searchDictionaryEntriesAsync(Dictionary dictionary, Query query, RequestOptions requestOptions)Search the dictionary entries. -
Uses of Query in com.algolia.search.models.analytics
Methods in com.algolia.search.models.analytics that return Query Modifier and Type Method Description QueryVariant. getCustomSearchParameters()Methods in com.algolia.search.models.analytics with parameters of type Query Modifier and Type Method Description voidVariant. setCustomSearchParameters(Query customSearchParameters)Constructors in com.algolia.search.models.analytics with parameters of type Query Constructor Description Variant(String index, int trafficPercentage, String description, Query customSearchParameters) -
Uses of Query in com.algolia.search.models.apikeys
Methods in com.algolia.search.models.apikeys that return Query Modifier and Type Method Description QuerySecuredApiKeyRestriction. getQuery()Methods in com.algolia.search.models.apikeys with parameters of type Query Modifier and Type Method Description SecuredApiKeyRestrictionSecuredApiKeyRestriction. setQuery(Query query) -
Uses of Query in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return Query Modifier and Type Method Description QueryMultipleQueries. getParams()QuerySearchForFacetRequest. getSearchParameters()QueryQuery. getThis()Methods in com.algolia.search.models.indexing with parameters of type Query Modifier and Type Method Description voidQuerySerializer. serialize(Query value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)MultipleQueriesMultipleQueries. setParams(Query params)SearchForFacetRequestSearchForFacetRequest. setSearchParameters(Query searchParameters)Constructors in com.algolia.search.models.indexing with parameters of type Query Constructor Description MultipleQueries(String indexName, Query params) -
Uses of Query in com.algolia.search.models.recommend
Methods in com.algolia.search.models.recommend that return Query Modifier and Type Method Description QueryFrequentlyBoughtTogetherQuery. getFallbackParameters()QueryRecommendationsQuery. getFallbackParameters()QueryRelatedProductsQuery. getFallbackParameters()QueryFrequentlyBoughtTogetherQuery. getQueryParameters()QueryRecommendationsQuery. getQueryParameters()QueryRelatedProductsQuery. getQueryParameters()Methods in com.algolia.search.models.recommend with parameters of type Query Modifier and Type Method Description FrequentlyBoughtTogetherQueryFrequentlyBoughtTogetherQuery. setFallbackParameters(Query fallbackParameters)RecommendationsQueryRecommendationsQuery. setFallbackParameters(Query fallbackParameters)RelatedProductsQueryRelatedProductsQuery. setFallbackParameters(Query fallbackParameters)FrequentlyBoughtTogetherQueryFrequentlyBoughtTogetherQuery. setQueryParameters(Query queryParameters)RecommendationsQueryRecommendationsQuery. setQueryParameters(Query queryParameters)RelatedProductsQueryRelatedProductsQuery. setQueryParameters(Query queryParameters)
-