You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/07/12 20:02:18 UTC

[GitHub] [solr] rainerjung opened a new pull request #210: Collation code fails with non-increasing token order

rainerjung opened a new pull request #210:
URL: https://github.com/apache/solr/pull/210


   The collation code assumes the tokens to replace have disjoint startOffset and endOffset in increasing order in the original query string.
   
   When synonyms add additional tokens not present in the original query, this assumption fails.
   
   Make sure we skip token replacements which refer to the same original query string position or are not in increasing offset order.
   
   https://issues.apache.org/jira/browse/SOLR-13360
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org