Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
VectorQuery<K,V> |
VectorQuery.setClauseVector(float[] clauseVector)
Sets text search vector.
|
VectorQuery<K,V> |
VectorQuery.setField(String field)
Sets field for query.
|
VectorQuery<K,V> |
VectorQuery.setK(int k)
Sets k (the number of vectors to return).
|
VectorQuery<K,V> |
VectorQuery.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
VectorQuery<K,V> |
VectorQuery.setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
VectorQuery<K,V> |
VectorQuery.setThreshold(float threshold)
Sets k (the number of vectors to return).
|
VectorQuery<K,V> |
VectorQuery.setType(Class<?> type)
Sets type for query.
|
VectorQuery<K,V> |
VectorQuery.setType(String type)
Sets type for query.
|
GridGain In-Memory Computing Platform : ver. 8.9.17 Release Date : January 24 2025