Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
CustomScoreQuery.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Function.CustomScoreQuery
 Query that sets document score as a programmatic function of several (sub) scores:

  • the score of its subQuery (any query)
  • (optional) the score of its ValueSourceQuery (or queries). For most simple/convenient use cases this query is likely to be a FieldScoreQuery

Subclasses can modify the computation by overriding GetCustomScoreProvider. More...

 

Namespaces

package  Lucene.Net.Search.Function
 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using ToStringUtils = Lucene.Net.Util.ToStringUtils
 
using ComplexExplanation = Lucene.Net.Search.ComplexExplanation
 
using Explanation = Lucene.Net.Search.Explanation
 
using Query = Lucene.Net.Search.Query
 
using Scorer = Lucene.Net.Search.Scorer
 
using Searcher = Lucene.Net.Search.Searcher
 
using Similarity = Lucene.Net.Search.Similarity
 
using Weight = Lucene.Net.Search.Weight
 

Typedef Documentation

Definition at line 23 of file CustomScoreQuery.cs.

Definition at line 24 of file CustomScoreQuery.cs.

Definition at line 21 of file CustomScoreQuery.cs.

Definition at line 25 of file CustomScoreQuery.cs.

Definition at line 26 of file CustomScoreQuery.cs.

Definition at line 27 of file CustomScoreQuery.cs.

Definition at line 28 of file CustomScoreQuery.cs.

Definition at line 22 of file CustomScoreQuery.cs.

Definition at line 29 of file CustomScoreQuery.cs.