Class PointsSearchGroupRequest
java.lang.Object
io.metaloom.qdrant.client.http.model.point.PointsSearchGroupRequest
- All Implemented Interfaces:
RestModel,RestRequestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLimit()setGroupBy(String groupBy) setGroupSize(Integer groupSize) setLimit(int limit) setParams(SearchParams params) setScoreThreshold(Float scoreThreshold) setVector(NamedVector vector) setWithPayload(Boolean withPayload) setWithVector(Boolean withVector)
-
Constructor Details
-
PointsSearchGroupRequest
public PointsSearchGroupRequest()
-
-
Method Details
-
getVector
-
setVector
-
getFilter
-
setFilter
-
getParams
-
setParams
-
getWithPayload
-
setWithPayload
-
getWithVector
-
setWithVector
-
getScoreThreshold
-
setScoreThreshold
-
getGroupBy
-
setGroupBy
-
getGroupSize
-
setGroupSize
-
getLimit
public int getLimit() -
setLimit
-