
|
If you were logged in you would be able to see more operations.
|
|
|
|
Now, you can set a boost value for a class, but not for an instance (a Document in Lucene terminology).
Like Analyzer wich can be dynamic (with a getAnalyzer()), a
void setBoost(Float boost)
and a
Float getBoost()
can be nice for dynamic boosting.
|
|
Description
|
Now, you can set a boost value for a class, but not for an instance (a Document in Lucene terminology).
Like Analyzer wich can be dynamic (with a getAnalyzer()), a
void setBoost(Float boost)
and a
Float getBoost()
can be nice for dynamic boosting. |
Show » |
|