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
ValueSourceQuery.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Function.ValueSourceQuery
 Expert: A Query that sets the scores of document to the values obtained from a ValueSource. This query provides a score for each and every undeleted document in the index. The value source can be based on a (cached) value of an indexed field, but it can also be based on an external source, e.g. values read from an external database. Score is set as: Score(doc,query) = query.getBoost()2 * valueSource(doc). More...
 
class  Lucene.Net.Search.Function.ValueSourceQuery.ValueSourceWeight
 

Namespaces

package  Lucene.Net.Search.Function
 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using TermDocs = Lucene.Net.Index.TermDocs
 
using ToStringUtils = Lucene.Net.Util.ToStringUtils
 

Typedef Documentation

Definition at line 20 of file ValueSourceQuery.cs.

Definition at line 21 of file ValueSourceQuery.cs.

Definition at line 22 of file ValueSourceQuery.cs.