Different Extractor for Index and Infilter
(Doc ID 2483090.1)
Last updated on FEBRUARY 16, 2023
Applies to:
Oracle Coherence - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Goal
Can we use different extractor for Infilter and Index like below?
Here are the code snippets:
private IFilter[] BuildFilter(List ppidList)
{
var filterList = new List();
filterList.Add(new InFilter(new ChainedExtractor("getId"), ppidList));
return filterList.ToArray();
}
CoherenceCacheManager.CoherenceNamedCache.AddIndex::@new ReflectionExtractor("getId"), false, null);
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |