Method CheckFirstSkipTo
CheckFirstSkipTo(Query, IndexSearcher, Similarity)
check that first skip on just created scorers always goes to the right doc
Declaration
public static void CheckFirstSkipTo(Query q, IndexSearcher s, Similarity similarity)
Parameters
Type | Name | Description |
---|---|---|
Query | q | |
IndexSearcher | s | |
Similarity | similarity | LUCENENET specific
Removes dependency on |