|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryCustomization<T>
Operations common to all types of queries
| Method Summary | |
|---|---|
T |
boostedTo(float boost)
Boost the query to a given value Most of the time positive float: - lower than 1 to diminish the weight - higher than 1 to increase the weight Could be negative but not unless you understand what is going on (advanced) |
T |
filteredBy(org.apache.lucene.search.Filter filter)
Filter the query results with the Filter instance |
T |
withConstantScore()
All results matching the query have a constant score equals to the boost FIXME is that true? |
| Method Detail |
|---|
T boostedTo(float boost)
T withConstantScore()
T filteredBy(org.apache.lucene.search.Filter filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||