Package org.apache.solr.search.function
Class CollapseScoreFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.solr.search.function.CollapseScoreFunction
-
public class CollapseScoreFunction extends org.apache.lucene.queries.function.ValueSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollapseScoreFunction.CollapseScoreFunctionValues
-
Constructor Summary
Constructors Constructor Description CollapseScoreFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
boolean
equals(Object o)
org.apache.lucene.queries.function.FunctionValues
getValues(Map context, org.apache.lucene.index.LeafReaderContext readerContext)
int
hashCode()
-
-
-
Method Detail
-
description
public String description()
- Specified by:
description
in classorg.apache.lucene.queries.function.ValueSource
-
equals
public boolean equals(Object o)
- Specified by:
equals
in classorg.apache.lucene.queries.function.ValueSource
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classorg.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 classorg.apache.lucene.queries.function.ValueSource
- Throws:
IOException
-
-