Class Feature.FeatureWeight.FilterFeatureScorer

    • Field Detail

      • in

        protected final org.apache.lucene.search.Scorer in
    • Constructor Detail

      • FilterFeatureScorer

        public FilterFeatureScorer​(Feature.FeatureWeight weight,
                                   org.apache.lucene.search.Scorer scorer)
    • Method Detail

      • twoPhaseIterator

        public org.apache.lucene.search.TwoPhaseIterator twoPhaseIterator()
        Overrides:
        twoPhaseIterator in class org.apache.lucene.search.Scorer
      • advanceShallow

        public int advanceShallow​(int target)
                           throws IOException
        Overrides:
        advanceShallow in class org.apache.lucene.search.Scorer
        Throws:
        IOException
      • getMaxScore

        public float getMaxScore​(int upTo)
                          throws IOException
        Specified by:
        getMaxScore in class org.apache.lucene.search.Scorer
        Throws:
        IOException