Class FilterWeight

java.lang.Object
org.apache.lucene.search.Weight
org.apache.lucene.search.FilterWeight
All Implemented Interfaces:
SegmentCacheable

public abstract class FilterWeight extends Weight
A FilterWeight contains another Weight and implements all abstract methods by calling the contained weight's method.

Note that FilterWeight does not override the non-abstract Weight.bulkScorer(LeafReaderContext) method and subclasses of FilterWeight must provide their bulkScorer implementation if required.

NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.