Uses of Interface
com.tangosol.util.extractor.IndexAwareExtractor
Packages that use IndexAwareExtractor
Package
Description
Contains classes for Coherence AI vector database functionality.
Contains classes for Coherence AI vector database indexes.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of IndexAwareExtractor in com.oracle.coherence.ai
Subinterfaces of IndexAwareExtractor in com.oracle.coherence.aiModifier and TypeInterfaceDescriptioninterface
VectorIndexExtractor<V,
T> AnIndexAwareExtractor
used to create aVectorIndex
-
Uses of IndexAwareExtractor in com.oracle.coherence.ai.index
Classes in com.oracle.coherence.ai.index that implement IndexAwareExtractorModifier and TypeClassDescriptionclass
BinaryQuantIndex<K,
V, T> AnVectorIndexExtractor
to create aVectorIndex
using binary quantization of vectors. -
Uses of IndexAwareExtractor in com.tangosol.util.extractor
Classes in com.tangosol.util.extractor that implement IndexAwareExtractorModifier and TypeClassDescriptionclass
ConditionalExtractor<T,
E> An IndexAwareExtractor implementation that is only used to create aConditionalIndex
.class
DeserializationAccelerator is anIndexAwareExtractor
implementation that is used to create aForwardOnlyMapIndex
, which in turn is used for deserialization optimization.