Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
ValueSource.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Function.ValueSource
 Expert: source of values for basic function queries. At its default/simplest form, values - one per doc - are used as the score of that doc. Values are instantiated as DocValues for a particular reader. ValueSource implementations differ in RAM requirements: it would always be a factor of the number of documents, but for each document the number of bytes can be 1, 2, 4, or 8. More...
 

Namespaces

package  Lucene.Net.Search.Function
 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 

Typedef Documentation

Definition at line 20 of file ValueSource.cs.