public class CollapseScoreFunction
extends org.apache.lucene.queries.function.ValueSource
| Modifier and Type | Class and Description |
|---|---|
class |
CollapseScoreFunction.CollapseScoreFunctionValues |
| Constructor and Description |
|---|
CollapseScoreFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
org.apache.lucene.queries.function.FunctionValues |
getValues(Map context,
org.apache.lucene.index.AtomicReaderContext readerContext) |
int |
hashCode() |
public String description()
description in class org.apache.lucene.queries.function.ValueSourcepublic boolean equals(Object o)
equals in class org.apache.lucene.queries.function.ValueSourcepublic int hashCode()
hashCode in class org.apache.lucene.queries.function.ValueSourcepublic org.apache.lucene.queries.function.FunctionValues getValues(Map context, org.apache.lucene.index.AtomicReaderContext readerContext) throws IOException
getValues in class org.apache.lucene.queries.function.ValueSourceIOExceptionCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.