Apache Lucene.Net 2.4.0 Class Library API

CustomScoreQuery Constructor

Create a CustomScoreQuery over input subQuery.

Overload List

Create a CustomScoreQuery over input subQuery.

public CustomScoreQuery(Query);

Create a CustomScoreQuery over input subQuery and a {@link ValueSourceQuery}.

public CustomScoreQuery(Query,ValueSourceQuery);

Create a CustomScoreQuery over input subQuery and a {@link ValueSourceQuery}.

public CustomScoreQuery(Query,ValueSourceQuery[]);

See Also

CustomScoreQuery Class | Lucene.Net.Search.Function Namespace