Class FunctionQuery
Returns a score for each document based on a ValueSource, often some function of the value of a field.
Note: This API is experimental and may change in non backward-compatible ways in the future
Inherited Members
Lucene.Net.Search.Query.ExtractTerms(ISet<>)
Assembly: DistributedLucene.Net.Queries.dll
Syntax
public class FunctionQuery : Query
Constructors
Name | Description |
---|---|
FunctionQuery(ValueSource) |
Properties
Name | Description |
---|---|
ValueSource |
Methods
Name | Description |
---|---|
CreateWeight(IndexSearcher) | |
Equals(Object) | Returns true if |
ExtractTerms(ISet<Term>) | |
GetHashCode() | Returns a hash code value for this object. |
Rewrite(IndexReader) | |
ToString(String) | Prints a user-readable version of this query. |