Overload List
Name | Description | |
---|---|---|
Search(Query) | Obsolete. Returns the documents matching CopyC# query | |
Search(Query, Collector) | Lower-level search API.
{@link Collector#Collect(int)} is called for every matching document.
Applications should only use this if they need all of the matching
documents. The high-level search API ({@link Searcher#Search(Query, int)}
) is usually more efficient, as it skips non-high-scoring hits.
Note: The CopyC# score | |
Search(Query, Filter) | Obsolete. Returns the documents matching CopyC# query CopyC# filter | |
Search(Query, HitCollector) | Obsolete. Lower-level search API.
{@link HitCollector#Collect(int,float)} is called for every matching
document.
Applications should only use this if they need all of the
matching documents. The high-level search API ({@link
Searcher#Search(Query)}) is usually more efficient, as it skips
non-high-scoring hits.
Note: The CopyC# score | |
Search(Query, Sort) | Obsolete. Returns documents matching CopyC# query CopyC# sort | |
Search(Query, Int32) | Finds the top CopyC# n CopyC# query | |
Search(Query, Filter, Collector) | Lower-level search API.
{@link Collector#Collect(int)} is called for every matching
document.
Collector-based access to remote indexes is discouraged. Applications should only use this if they need all of the matching documents. The high-level search API ({@link Searcher#Search(Query, Filter, int)}) is usually more efficient, as it skips non-high-scoring hits. | |
Search(Query, Filter, HitCollector) | Obsolete. Lower-level search API.
{@link HitCollector#Collect(int,float)} is called for every matching
document.
HitCollector-based access to remote indexes is discouraged. Applications should only use this if they need all of the matching documents. The high-level search API ({@link Searcher#Search(Query, Filter, int)}) is usually more efficient, as it skips non-high-scoring hits. | |
Search(Query, Filter, Sort) | Obsolete. Returns documents matching CopyC# query CopyC# filter CopyC# sort | |
Search(Query, Filter, Int32) | Finds the top CopyC# n CopyC# query CopyC# filter | |
Search(Weight, Filter, Collector) | ||
Search(Weight, Filter, HitCollector) | Obsolete. | |
Search(Weight, Filter, Int32) | ||
Search(Query, Filter, Int32, Sort) | Search implementation with arbitrary sorting. Finds
the top CopyC# n CopyC# query CopyC# filter CopyC# sort | |
Search(Weight, Filter, Int32, Sort) |