C# Class Lucene.Net.Search.QueryUtils.FCInvisibleMultiReader

this is a MultiReader that can be used for randomly wrapping other readers without creating FieldCache insanity. The trick is to use an opaque/fake cache key.
Inheritance: MultiReader
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
FCInvisibleMultiReader ( ) : System

Method Details

FCInvisibleMultiReader() public method

public FCInvisibleMultiReader ( ) : System
return System