Class BasicQuery
java.lang.Object
io.vanslog.spring.data.meilisearch.core.query.BaseQuery
io.vanslog.spring.data.meilisearch.core.query.BasicQuery
- All Implemented Interfaces:
Query
-
Field Summary
Fields 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
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
-
Constructor Details
-
BasicQuery
-
BasicQuery
-
-
Method Details
-
builder
-