[ 
https://issues.apache.org/jira/browse/LUCENE-7347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339874#comment-15339874
 ] 

David Smiley commented on LUCENE-7347:
--------------------------------------

bq.  they simply have better term saturation such that zillions of occurrences 
of one term, by design, cannot alter the score as much as one occurrence of one 
of the other terms in the query. This makes coord obsolete.

Can you please explain or refer me to further info?  Maybe I'm not with it 
today but I don't see the relationship between term saturation and coord.

Obviously if we remove features, it's easier to maintain the codebase and may 
make optimizations easier :-)  That goes without saying.

> Remove queryNorm and coords
> ---------------------------
>
>                 Key: LUCENE-7347
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7347
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>
> These two features are specific to TF-IDF and introduce some complexity (see 
> eg. handling of coords in BooleanWeight) and bugs/corner-cases (see eg. how 
> taking the query norm into account causes scoring challenges on LUCENE-7337).
> Since we made BM25 the default in 6.0, I propose that we remove these 
> TF-IDF-specific features in 7.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to