|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopTermsRewrite | |
|---|---|
| org.apache.lucene.search | Code to search indices. |
| Uses of TopTermsRewrite in org.apache.lucene.search |
|---|
| Subclasses of TopTermsRewrite in org.apache.lucene.search | |
|---|---|
static class |
MultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, but the scores
are only computed as the boost. |
static class |
MultiTermQuery.TopTermsScoringBooleanQueryRewrite
A rewrite method that first translates each term into BooleanClause.Occur.SHOULD clause in a BooleanQuery, and keeps the
scores as computed by the query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||