Class CollapseScoreFunction


  • public class CollapseScoreFunction
    extends org.apache.lucene.queries.function.ValueSource
    • Constructor Detail

      • CollapseScoreFunction

        public CollapseScoreFunction()
    • Method Detail

      • description

        public String description()
        Specified by:
        description in class org.apache.lucene.queries.function.ValueSource
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in class org.apache.lucene.queries.function.ValueSource
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class org.apache.lucene.queries.function.ValueSource
      • getValues

        public org.apache.lucene.queries.function.FunctionValues getValues​(Map context,
                                                                           org.apache.lucene.index.LeafReaderContext readerContext)
                                                                    throws IOException
        Specified by:
        getValues in class org.apache.lucene.queries.function.ValueSource
        Throws:
        IOException