Class IndexQueryBuilder
java.lang.Object
io.vanslog.spring.data.meilisearch.core.query.BaseQueryBuilder<IndexQuery,IndexQueryBuilder>
io.vanslog.spring.data.meilisearch.core.query.IndexQueryBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.meilisearch.sdk.FederationOptionsprotected StringFields inherited from class io.vanslog.spring.data.meilisearch.core.query.BaseQueryBuilder
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 TypeMethodDescriptionbuild()com.meilisearch.sdk.FederationOptionswithFederationOptions(com.meilisearch.sdk.FederationOptions federationOptions) withIndexUid(String indexUid) Methods inherited from class io.vanslog.spring.data.meilisearch.core.query.BaseQueryBuilder
getAttributesToCrop, getAttributesToHighlight, getAttributesToRetrieve, getAttributesToSearchOn, getCropLength, getCropMarker, getDistinct, getFacets, getFilter, getFilterArray, getHighlightPostTag, getHighlightPreTag, getLocales, getMatchingStrategy, getPageable, getQ, getRankingScoreThreshold, getShowMatchesPosition, getShowRankingScore, getShowRankingScoreDetails, getSort, withAttributesToCrop, withAttributesToHighlight, withAttributesToRetrieve, withAttributesToSearchOn, withCropLength, withCropMarker, withDistinct, withFacets, withFilter, withFilterArray, withHighlightPostTag, withHighlightPreTag, withLocales, withMatchingStrategy, withPageable, withQ, withRankingScoreThreshold, withShowMatchesPosition, withShowRankingScore, withShowRankingScoreDetails, withSort
-
Field Details
-
indexUid
-
federationOptions
-
-
Constructor Details
-
IndexQueryBuilder
public IndexQueryBuilder()
-
-
Method Details
-
withIndexUid
-
withFederationOptions
public IndexQueryBuilder withFederationOptions(com.meilisearch.sdk.FederationOptions federationOptions) -
getIndexUid
-
getFederationOptions
-
build
- Specified by:
buildin classBaseQueryBuilder<IndexQuery,IndexQueryBuilder>
-