Lucene.Net 1.4.3 Class Library

FilteredQuery.CreateWeight Method 

Returns a Weight that applies the filter to the enclosed query's Weight. This is accomplished by overriding the Scorer returned by the Weight.

protected internal override Weight CreateWeight(
   Searcher searcher
);

See Also

FilteredQuery Class | Lucene.Net.Search Namespace