Метод | Описание | |
---|---|---|
AcceptsDocsOutOfOrder ( ) : bool | ||
Collect ( int doc ) : void | ||
FacetsCollector ( ) : Lucene.Net.Index |
Default constructor
|
|
FacetsCollector ( bool keepScores ) : Lucene.Net.Index |
Create this; if keepScores is
|
|
GetMatchingDocs ( ) : List |
Returns the documents matched by the query, one GetMatchingDocs per visited segment.
|
|
Search ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
Search ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
Search ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
Search ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
SearchAfter ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
SearchAfter ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
SearchAfter ( |
Utility method, to search and also collect all hits into the provided Collector.
|
|
SearchAfter ( |
Utility method, to search and also collect all hits into the provided Collector.
|
Метод | Описание | |
---|---|---|
CreateDocs ( int maxDoc ) : Docs |
Creates a Docs to record hits. The default uses FixedBitSet to record hits and you can override to e.g. record the docs in your own DocIdSet.
|
Метод | Описание | |
---|---|---|
DoSearch ( |
public final AcceptsDocsOutOfOrder ( ) : bool | ||
Результат | bool |
public FacetsCollector ( ) : Lucene.Net.Index | ||
Результат | Lucene.Net.Index |
public FacetsCollector ( bool keepScores ) : Lucene.Net.Index | ||
keepScores | bool | |
Результат | Lucene.Net.Index |
public static Search ( |
||
searcher | ||
q | ||
filter | ||
n | int | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |
public static Search ( |
||
searcher | ||
q | ||
n | int | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |
public static Search ( |
||
searcher | ||
q | ||
filter | ||
n | int | |
sort | Lucene.Net.Search.Sort | |
fc | ||
Результат | Lucene.Net.Search.TopFieldDocs |
public static Search ( |
||
searcher | ||
q | ||
filter | ||
n | int | |
sort | Lucene.Net.Search.Sort | |
doDocScores | bool | |
doMaxScore | bool | |
fc | ||
Результат | Lucene.Net.Search.TopFieldDocs |
public static SearchAfter ( |
||
searcher | ||
after | Lucene.Net.Search.ScoreDoc | |
q | ||
filter | ||
n | int | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |
public static SearchAfter ( |
||
searcher | ||
after | Lucene.Net.Search.ScoreDoc | |
q | ||
filter | ||
n | int | |
sort | Lucene.Net.Search.Sort | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |
public static SearchAfter ( |
||
searcher | ||
after | Lucene.Net.Search.ScoreDoc | |
q | ||
filter | ||
n | int | |
sort | Lucene.Net.Search.Sort | |
doDocScores | bool | |
doMaxScore | bool | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |
public SearchAfter ( |
||
searcher | ||
after | Lucene.Net.Search.ScoreDoc | |
q | ||
n | int | |
fc | ||
Результат | Lucene.Net.Search.TopDocs |