My Oracle Support Banner

Different Extractor for Index and Infilter (Doc ID 2483090.1)

Last updated on FEBRUARY 22, 2024

Applies to:

Oracle Coherence - Version 12.2.1.2.0 and later
Information 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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.