Class ConstantScoreQuery
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class ConstantScoreQuery : Query
Constructors
Name | Description |
---|---|
ConstantScoreQuery(Filter) |
Fields
Name | Description |
---|---|
internalFilter |
Properties
Name | Description |
---|---|
Filter | Returns the encapsulated filter |
Methods
Name | Description |
---|---|
Clone() | |
CreateWeight(Searcher) | |
Equals(Object) | Returns true if |
ExtractTerms(Collections.Generic.ISet<Term>) | |
GetHashCode() | Returns a hash code value for this object. |
Rewrite(IndexReader) | |
ToString(String) | Prints a user-readable version of this query. |