Class IndexQuery
java.lang.Object
io.vanslog.spring.data.meilisearch.core.query.BaseQuery
io.vanslog.spring.data.meilisearch.core.query.IndexQuery
- All Implemented Interfaces:
Query
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.meilisearch.sdk.FederationOptionsprotected StringFields inherited from class io.vanslog.spring.data.meilisearch.core.query.BaseQuery
attributesToCrop, attributesToHighlight, attributesToRetrieve, attributesToSearchOn, cropLength, cropMarker, distinct, facets, filter, filterArray, highlightPostTag, highlightPreTag, locales, matchingStrategy, pageable, q, rankingScoreThreshold, showMatchesPosition, showRankingScore, showRankingScoreDetails, sort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexQueryBuilderbuilder()com.meilisearch.sdk.FederationOptionsvoidsetFederationOptions(com.meilisearch.sdk.FederationOptions federationOptions) voidsetIndexUid(String indexUid) Methods inherited from class io.vanslog.spring.data.meilisearch.core.query.BaseQuery
addSort, getAttributesToCrop, getAttributesToHighlight, getAttributesToRetrieve, getAttributesToSearchOn, getCropLength, getCropMarker, getDistinct, getFacets, getFilter, getFilterArray, getHighlightPostTag, getHighlightPreTag, getLocales, getMatchingStrategy, getPageable, getQ, getRankingScoreThreshold, getSort, isShowMatchesPosition, isShowRankingScore, isShowRankingScoreDetails, setAttributesToCrop, setAttributesToHighlight, setAttributesToRetrieve, setAttributesToSearchOn, setCropLength, setCropMarker, setDistinct, setFacets, setFilter, setFilterArray, setHighlightPostTag, setHighlightPreTag, setLocales, setMatchingStrategy, setPageable, setQ, setRankingScoreThreshold, setShowMatchesPosition, setShowRankingScore, setShowRankingScoreDetails, setSort
-
Field Details
-
indexUid
-
federationOptions
-
-
Constructor Details
-
IndexQuery
-
IndexQuery
-
-
Method Details
-
builder
-
getIndexUid
-
setIndexUid
-
getFederationOptions
-
setFederationOptions
-