Class IntervalQuery.IntervalWeight

java.lang.Object
org.apache.lucene.search.Weight
org.apache.lucene.queries.intervals.IntervalQuery.IntervalWeight
All Implemented Interfaces:
SegmentCacheable
Enclosing class:
IntervalQuery

private class IntervalQuery.IntervalWeight extends Weight
  • Field Details

    • boost

      final float boost
  • Constructor Details

    • IntervalWeight

      public IntervalWeight(Query query, float boost)
  • Method Details