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.
|
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 |
Definition at line 20 of file ValueSourceQuery.cs.
using TermDocs = Lucene.Net.Index.TermDocs |
Definition at line 21 of file ValueSourceQuery.cs.
Definition at line 22 of file ValueSourceQuery.cs.