Apache Lucene.Net 2.4.0 Class Library API

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