Robert,

thanks, this is helpful but why did this change when it was great to use? SortField is a new concept to me and i am not sure this is avail in 6.6.0 but will check.

This new way seems more tricky.

if there are more examples, i will be happier :)

Best regards


On 7/31/18 6:19 PM, Robert Muir wrote:
Does this example help?
https://urldefense.proofpoint.com/v2/url?u=https-3A__lucene.apache.org_core_7-5F4-5F0_expressions_org_apache_lucene_expressions_Expression.html&d=DwIBaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=nlG5z5NcNdIbQAiX-BKNeyLlULCbaezrgocEvPhQkl4&m=c3uQ0PZh3UAyhspJjYEWBQFj5P3kOZ2hutwoKfuVi0Y&s=HH5zhMFzM1dkMQEXFfwogr-1hW3EwBdkIqa6LrjDzxw&e=


On Tue, Jul 31, 2018 at 3:56 PM,  <baris.ka...@oracle.com> wrote:
The following page says:

https://urldefense.proofpoint.com/v2/url?u=http-3A__lucene.apache.org_core_6-5F6-5F0_core_org_apache_lucene_document_Field.html-23setBoost-2Dfloat-2D&d=DwIBaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=nlG5z5NcNdIbQAiX-BKNeyLlULCbaezrgocEvPhQkl4&m=c3uQ0PZh3UAyhspJjYEWBQFj5P3kOZ2hutwoKfuVi0Y&s=bIqHxtrAh8BDauE0OQYMZfShyjlwFj2wa253wIKF3TY&e=

setBoost
@Deprecated
public void setBoost(float boost)
Deprecated. Index-time boosts are deprecated, please index index-time
scoring factors into a doc value field and combine them with the score at
query time using eg. FunctionScoreQuery.
Sets the boost factor on this field.
Throws:
IllegalArgumentException - if this field is not indexed, or if it omits
norms.
See Also:
boost()


Any example on how to use FunctionScoreQuery? How will this affect the
IndexWriter?

Best regards


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to