public class FunctionQuery extends Query
ValueSourceScorer| Modifier and Type | Class and Description |
|---|---|
protected class |
FunctionQuery.AllScorer |
protected class |
FunctionQuery.FunctionWeight |
| Constructor and Description |
|---|
FunctionQuery(ValueSource func) |
| Modifier and Type | Method and Description |
|---|---|
Weight |
createWeight(IndexSearcher searcher,
ScoreMode scoreMode,
float boost) |
boolean |
equals(Object other)
Returns true if
o is equal to this. |
ValueSource |
getValueSource() |
int |
hashCode() |
String |
toString(String field)
Prints a user-readable version of this query.
|
void |
visit(QueryVisitor visitor) |
classHash, rewrite, sameClassAs, toStringpublic FunctionQuery(ValueSource func)
func - defines the function to be used for scoringpublic ValueSource getValueSource()
public void visit(QueryVisitor visitor)
public Weight createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) throws IOException
createWeight in class QueryIOExceptionpublic boolean equals(Object other)
o is equal to this.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.