Class SimilaritySearch<K,V,T>

java.lang.Object
com.oracle.coherence.ai.search.SimilaritySearch<K,V,T>
Type Parameters:
K - the type of the cache key
V - the type of the cache value
T - the type of the vector
All Implemented Interfaces:
ExternalizableLite, PortableObject, InvocableMap.EntryAggregator<K,V,List<QueryResult<K,V>>>, InvocableMap.StreamingAggregator<K,V,List<BinaryQueryResult>,List<QueryResult<K,V>>>, Serializable

public class SimilaritySearch<K,V,T> extends Object implements InvocableMap.StreamingAggregator<K,V,List<BinaryQueryResult>,List<QueryResult<K,V>>>, ExternalizableLite, PortableObject
An InvocableMap.StreamingAggregator to execute a similarity query.
Since:
24.09
Author:
Jonathan Knight 2024.07.19, Aleks Seovic 2024.07.25
See Also: