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: This API is for internal purposes only and might change in incompatible ways in the next release.