magibney commented on issue #772: Payload-stored position length intervals
URL: https://github.com/apache/lucene-solr/pull/772#issuecomment-511527663
 
 
   Agreed, @romseygeek; just to clarify, re-ordering may _raise_ the problem, 
but doesn't _introduce_ it. This is indeed a variant of the issue underlying 
[LUCENE-7398](https://issues.apache.org/jira/browse/LUCENE-7398) (focused on 
Spans); the same issue also underlies 
[LUCENE-8477](https://issues.apache.org/jira/browse/LUCENE-8477) (for 
intervals), except that in the latter case (where variable-length subclauses 
are the result of a disjunction), variable length behavior can be predicted, 
and pre-emptively "pulled out" to the top level (as in the patch to address 
LUCENE-8477). In this case (with position length recorded in the index), 
variable-length behavior of subclauses would be unknown until positions are 
actually read from the index.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to