Class Query
- java.lang.Object
-
- com.algolia.search.models.indexing.SearchParameters<Query>
-
- com.algolia.search.models.indexing.Query
-
- All Implemented Interfaces:
Serializable
public class Query extends SearchParameters<Query>
Algolia Search Query- See Also:
- Algolia.com, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.algolia.search.models.indexing.SearchParameters
advancedSyntax, advancedSyntaxFeatures, allowTyposOnNumericTokens, alternativesAsExact, analytics, analyticsTags, aroundLatLng, aroundLatLngViaIP, aroundPrecision, aroundRadius, attributesToHighlight, attributesToRetrieve, attributesToSnippet, clickAnalytics, customParameters, decompoundQuery, disableExactOnAttributes, disableTypoToleranceOnAttributes, distinct, enableABTest, enablePersonalization, enableReRanking, enableRules, exactOnSingleWordQuery, explain, facetFilters, facetingAfterDistinct, facets, filters, getRankingInfo, highlightPostTag, highlightPreTag, hitsPerPage, ignorePlurals, insideBoundingBox, insidePolygon, length, maxFacetHits, maxValuesPerFacet, minimumAroundRadius, minProximity, minWordSizefor1Typo, minWordSizefor2Typos, naturalLanguages, numericFilters, offset, optionalFilters, optionalWords, page, percentileComputation, personalizationImpact, query, queryLanguages, queryType, relevancyStrictness, removeStopWords, removeWordsIfNoResults, replaceSynonymsInHighlight, responseFields, restrictHighlightAndSnippetArrays, restrictIndices, restrictSearchableAttributes, restrictSources, ruleContexts, similarQuery, snippetEllipsisText, sortFacetValuesBy, sumOrFiltersScores, synonyms, tagFilters, typoTolerance, userToken, validUntil
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuerygetThis()To prevent unchecked cast warning.-
Methods inherited from class com.algolia.search.models.indexing.SearchParameters
getAdvancedSyntax, getAdvancedSyntaxFeatures, getAllowTyposOnNumericTokens, getAlternativesAsExact, getAnalytics, getAnalyticsTags, getAroundLatLng, getAroundLatLngViaIP, getAroundPrecision, getAroundRadius, getAttributesToHighlight, getAttributesToRetrieve, getAttributesToSnippet, getClickAnalytics, getCustomParameters, getDecompoundQuery, getDisableExactOnAttributes, getDisableTypoToleranceOnAttributes, getDistinct, getEnableABTest, getEnablePersonalization, getEnableReRanking, getEnableRules, getExactOnSingleWordQuery, getExplain, getFacetFilters, getFacetingAfterDistinct, getFacets, getFilters, getGetRankingInfo, getHighlightPostTag, getHighlightPreTag, getHitsPerPage, getIgnorePlurals, getInsideBoundingBox, getInsidePolygon, getLength, getMaxFacetHits, getMaxValuesPerFacet, getMinimumAroundRadius, getMinProximity, getMinWordSizefor1Typo, getMinWordSizefor2Typos, getNaturalLanguages, getNumericFilters, getOffset, getOptionalFilters, getOptionalWords, getPage, getPercentileComputation, getPersonalizationImpact, getQuery, getQueryLanguages, getQueryType, getRelevancyStrictness, getRemoveStopWords, getRemoveWordsIfNoResults, getReplaceSynonymsInHighlight, getResponseFields, getRestrictHighlightAndSnippetArrays, getRestrictIndices, getRestrictSearchableAttributes, getRestrictSources, getRuleContexts, getSimilarQuery, getSnippetEllipsisText, getSortFacetValuesBy, getSumOrFiltersScores, getSynonyms, getTagFilters, getTypoTolerance, getUserToken, getValidUntil, setAdvancedSyntax, setAdvancedSyntaxFeatures, setAllowTyposOnNumericTokens, setAlternativesAsExact, setAnalytics, setAnalyticsTags, setAroundLatLng, setAroundLatLngViaIP, setAroundPrecision, setAroundRadius, setAttributesToHighlight, setAttributesToRetrieve, setAttributesToSnippet, setClickAnalytics, setCustomParameter, setCustomParameters, setDecompoundQuery, setDisableExactOnAttributes, setDisableTypoToleranceOnAttributes, setDistinct, setEnableABTest, setEnablePersonalization, setEnableReRanking, setEnableRules, setExactOnSingleWordQuery, setExplain, setFacetFilters, setFacetingAfterDistinct, setFacets, setFilters, setGetRankingInfo, setHighlightPostTag, setHighlightPreTag, setHitsPerPage, setIgnorePlurals, setInsideBoundingBox, setInsidePolygon, setLength, setMaxFacetHits, setMaxValuesPerFacet, setMinimumAroundRadius, setMinProximity, setMinWordSizefor1Typo, setMinWordSizefor2Typos, setNaturalLanguages, setNumericFilters, setOffset, setOptionalFilters, setOptionalWords, setPage, setPercentileComputation, setPersonalizationImpact, setQuery, setQueryLanguages, setQueryType, setRelevancyStrictness, setRemoveStopWords, setRemoveWordsIfNoResults, setReplaceSynonymsInHighlight, setResponseFields, setRestrictHighlightAndSnippetArrays, setRestrictIndices, setRestrictSearchableAttributes, setRestrictSources, setRuleContexts, setSimilarQuery, setSnippetEllipsisText, setSortFacetValuesBy, setSumOrFiltersScores, setSynonyms, setTagFilters, setTypoTolerance, setUserToken, setValidUntil, toParam
-
-
-
-
Constructor Detail
-
Query
public Query()
-
Query
public Query(String query)
-
-
Method Detail
-
getThis
public Query getThis()
Description copied from class:SearchParametersTo prevent unchecked cast warning.- Specified by:
getThisin classSearchParameters<Query>
-
-