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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to