You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/15 07:48:01 UTC

[GitHub] [lucene-solr] romseygeek commented on issue #772: Payload-stored position length intervals

romseygeek commented on issue #772: Payload-stored position length intervals
URL: https://github.com/apache/lucene-solr/pull/772#issuecomment-511303962
 
 
   Re-ordering raises an interesting problem, which is that we immediately hit LUCENE-7398 again - shared-prefix synonyms start breaking, because a token of length 2 will be minimized away.  So for this to be useable, I think we also need @magibney's space-searching changes; still doable as a sandbox add-on, but more complicated than just these two classes.  Essentially we need to re-implement phrase and ordered-near interval functions to do some read-ahead.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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