| Package | Description |
|---|---|
| org.apache.lucene.expressions |
Expressions.
|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
Rescorer |
Expression.getRescorer(Bindings bindings)
Get a
Rescorer, to rescore first-pass hits
using this expression. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryRescorer
A
Rescorer that uses a provided Query to assign
scores to the first-pass hits. |
class |
SortRescorer
A
Rescorer that re-sorts according to a provided
Sort. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.