You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/06/23 04:08:24 UTC

[GitHub] [lucene] magibney opened a new pull request #193: For stability of DisjunctionIntervalsSource.toString(), sort subSources

magibney opened a new pull request #193:
URL: https://github.com/apache/lucene/pull/193


   Iterators over subSources of DisjunctionIntervalsSource may return elements in indeterminate order, requiring explicit sorting to make toString() output stable across equivalent instances.


-- 
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



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


[GitHub] [lucene] mikemccand merged pull request #193: For stability of DisjunctionIntervalsSource.toString(), sort subSources

Posted by GitBox <gi...@apache.org>.
mikemccand merged pull request #193:
URL: https://github.com/apache/lucene/pull/193


   


-- 
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



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


[GitHub] [lucene] madrob commented on pull request #193: For stability of DisjunctionIntervalsSource.toString(), sort subSources

Posted by GitBox <gi...@apache.org>.
madrob commented on pull request #193:
URL: https://github.com/apache/lucene/pull/193#issuecomment-866509951


   I wish I had thought of this when making https://github.com/apache/solr/pull/117
   
   looks slick
   


-- 
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



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


[GitHub] [lucene] mikemccand commented on pull request #193: For stability of DisjunctionIntervalsSource.toString(), sort subSources

Posted by GitBox <gi...@apache.org>.
mikemccand commented on pull request #193:
URL: https://github.com/apache/lucene/pull/193#issuecomment-866789270


   Thanks @magibney -- I pushed this fix and backported to 8.x too.


-- 
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



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


[GitHub] [lucene] magibney commented on pull request #193: For stability of DisjunctionIntervalsSource.toString(), sort subSources

Posted by GitBox <gi...@apache.org>.
magibney commented on pull request #193:
URL: https://github.com/apache/lucene/pull/193#issuecomment-866806262


   Thanks @mikemccand !


-- 
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



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