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

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Weight
 Expert: Calculate query weights and build query scorers. The purpose of Weight is to ensure searching does not modify a Query, so that a Query instance can be reused.
Searcher dependent state of the query should reside in the Weight.
IndexReader dependent state should reside in the Scorer. A Weight is used in the following way:

More...
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 

Typedef Documentation

Definition at line 20 of file Weight.cs.