[GitHub] [lucene] glawson0 commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-22 Thread GitBox
glawson0 commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r655951001 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -284,27 +316,27 @@ public boolean incrementToke

[GitHub] [lucene] dsmiley commented on pull request #192: Make DocValuesIterator class public

2021-06-22 Thread GitBox
dsmiley commented on pull request #192: URL: https://github.com/apache/lucene/pull/192#issuecomment-865475628 This has come up not just once but twice. Even then I suspect maybe a third might be somewhere ;-) https://issues.apache.org/jira/browse/LUCENE-9203 Discuss in JIRA. -- Th

[GitHub] [lucene] glawson0 commented on a change in pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-22 Thread GitBox
glawson0 commented on a change in pull request #157: URL: https://github.com/apache/lucene/pull/157#discussion_r655951001 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java ## @@ -284,27 +316,27 @@ public boolean incrementToke

[jira] [Created] (LUCENE-10011) PassageScorer could take proximity of terms into account

2021-06-22 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-10011: -- Summary: PassageScorer could take proximity of terms into account Key: LUCENE-10011 URL: https://issues.apache.org/jira/browse/LUCENE-10011 Project: Lucene - Core

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-22 Thread GitBox
glawson0 commented on pull request #157: URL: https://github.com/apache/lucene/pull/157#issuecomment-865702423 Thanks for the explanation. I think I understand how to do the `Automaton` to `TokenStream` now. -- This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (LUCENE-10011) PassageScorer could take proximity of terms into account

2021-06-22 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367125#comment-17367125 ] Alan Woodward commented on LUCENE-10011: Given that Passage#getLength() is only

[jira] [Created] (LUCENE-10012) Cache concurrency for GeoStandardPath is poorly designed

2021-06-22 Thread Karl Wright (Jira)
Karl Wright created LUCENE-10012: Summary: Cache concurrency for GeoStandardPath is poorly designed Key: LUCENE-10012 URL: https://issues.apache.org/jira/browse/LUCENE-10012 Project: Lucene - Core

[GitHub] [lucene] rmuir commented on pull request #192: Make DocValuesIterator class public

2021-06-22 Thread GitBox
rmuir commented on pull request #192: URL: https://github.com/apache/lucene/pull/192#issuecomment-865739432 and similar to those previous 2 times, where it turned out to be a bad idea, i think it might be here too. why is this method needed? if we expose it, it will make it harder to switc

[GitHub] [lucene-solr] NazerkeBS commented on pull request #2278: SOLR-15124: Remove node/container level admin handlers from ImplicitP…

2021-06-22 Thread GitBox
NazerkeBS commented on pull request #2278: URL: https://github.com/apache/lucene-solr/pull/2278#issuecomment-865763786 closing this PR and I will create another PR on the main branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene-solr] NazerkeBS closed pull request #2278: SOLR-15124: Remove node/container level admin handlers from ImplicitP…

2021-06-22 Thread GitBox
NazerkeBS closed pull request #2278: URL: https://github.com/apache/lucene-solr/pull/2278 -- 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,

[jira] [Commented] (LUCENE-10012) Cache concurrency for GeoStandardPath is poorly designed

2021-06-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367172#comment-17367172 ] ASF subversion and git services commented on LUCENE-10012: -- Co

[jira] [Resolved] (LUCENE-10012) Cache concurrency for GeoStandardPath is poorly designed

2021-06-22 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved LUCENE-10012. -- Fix Version/s: main (9.0) Resolution: Fixed > Cache concurrency for GeoStandardPath is

[GitHub] [lucene] mikemccand commented on a change in pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-06-22 Thread GitBox
mikemccand commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r656099284 ## File path: lucene/facet/src/java/org/apache/lucene/facet/LongValueFacetCounts.java ## @@ -162,8 +164,14 @@ private void count(String field, List matc

[jira] [Commented] (LUCENE-9981) CompiledAutomaton.getCommonSuffix can be extraordinarily slow, even with default maxDeterminizedStates limit

2021-06-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367239#comment-17367239 ] ASF subversion and git services commented on LUCENE-9981: - Commi

[jira] [Commented] (LUCENE-9981) CompiledAutomaton.getCommonSuffix can be extraordinarily slow, even with default maxDeterminizedStates limit

2021-06-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367241#comment-17367241 ] ASF subversion and git services commented on LUCENE-9981: - Commi

[jira] [Resolved] (LUCENE-9981) CompiledAutomaton.getCommonSuffix can be extraordinarily slow, even with default maxDeterminizedStates limit

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-9981. Fix Version/s: 8.10 main (9.0) Resolution: Fixed OK, fix

[GitHub] [lucene] mikemccand commented on pull request #190: Adjust CHANGES.txt to move LUCENE-9902 entry from release 8.9 to 9.0

2021-06-22 Thread GitBox
mikemccand commented on pull request #190: URL: https://github.com/apache/lucene/pull/190#issuecomment-865903164 Hmm, is there some reason for not back-porting the change to 8.10? In general if a change can be safely backported (does not break APIs), we should bias/err towards doing so.

[jira] [Commented] (LUCENE-9902) Update faceting API to use modern Java features

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367247#comment-17367247 ] Michael McCandless commented on LUCENE-9902: Thanks for catching this [~mayy

[GitHub] [lucene] mikemccand commented on pull request #163: LUCENE-9983: Stop sorting determinize powersets unnecessarily

2021-06-22 Thread GitBox
mikemccand commented on pull request #163: URL: https://github.com/apache/lucene/pull/163#issuecomment-865908030 > > Thanks @zhaih this looks great -- I think it's ready! Have you confirmed that `gradle check` passes? > > Thank you for reviewing it! Yeah `gradle check` passed.

[GitHub] [lucene] jpountz commented on pull request #186: LUCENE-9613: Encode ordinals like numerics.

2021-06-22 Thread GitBox
jpountz commented on pull request #186: URL: https://github.com/apache/lucene/pull/186#issuecomment-865931038 > Is it really only for cases where the same value appears many times, or the field was used as a primary or near-primary index sort field? You are guessing it right. This mi

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-22 Thread GitBox
glawson0 commented on pull request #157: URL: https://github.com/apache/lucene/pull/157#issuecomment-865943363 Changed 3 parts of flatten graph filter 1) don't call freeBefore when we finish a hole src node. Hole src nodes can mean something hasn't been accounted for correctly so calling

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

2021-06-22 Thread GitBox
glawson0 commented on pull request #157: URL: https://github.com/apache/lucene/pull/157#issuecomment-865954873 For additional testing I've built a few indexes and played some queries against them. I didn't find any changes to latency or memory usage. Depending on the data set used there wa

[GitHub] [lucene] mikemccand commented on pull request #186: LUCENE-9613: Encode ordinals like numerics.

2021-06-22 Thread GitBox
mikemccand commented on pull request #186: URL: https://github.com/apache/lucene/pull/186#issuecomment-865973829 > > Is it really only for cases where the same value appears many times, or the field was used as a primary or near-primary index sort field? > > You are guessing it right

[jira] [Updated] (LUCENE-5169) UniDic 2.1.2 support for Japanese Tokenizer (Kuromoji)

2021-06-22 Thread Chris Thistlethwaite (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Thistlethwaite updated LUCENE-5169: - Reporter: Adrien Grand (was: mygithubit) > UniDic 2.1.2 support for Japanese To

[jira] [Commented] (LUCENE-5169) UniDic 2.1.2 support for Japanese Tokenizer (Kuromoji)

2021-06-22 Thread Chris Thistlethwaite (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367326#comment-17367326 ] Chris Thistlethwaite commented on LUCENE-5169: -- Original reporter was mygit

[jira] [Commented] (LUCENE-10010) Should we have a NFA Query?

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367328#comment-17367328 ] Michael McCandless commented on LUCENE-10010: - Yeah, +1 to explore this! I

[jira] [Commented] (LUCENE-9204) Move span queries to the queries module

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367338#comment-17367338 ] Michael McCandless commented on LUCENE-9204: {quote}I hope it's ok to post t

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866013290 There is no fix for the JDK 17 issues with garbage collection and disabled tiered compilation. From Java 18 on we can use the new MemoryCopy class to do bulk copies. It also sup

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler edited a comment on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866013290 There is no fix for the JDK 17 issues with garbage collection and disabled tiered compilation. From Java 18 on we can use the new MemoryCopy class to do bulk copies. It a

[jira] [Created] (LUCENE-10013) Document contains at least one immense term in field (whose UTF8 encoding is longer than the max length 32766)

2021-06-22 Thread Arvind Kumar Sahu (Jira)
Arvind Kumar Sahu created LUCENE-10013: -- Summary: Document contains at least one immense term in field (whose UTF8 encoding is longer than the max length 32766) Key: LUCENE-10013 URL: https://issues.apache.or

[jira] [Commented] (LUCENE-10013) Document contains at least one immense term in field (whose UTF8 encoding is longer than the max length 32766)

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367401#comment-17367401 ] Michael McCandless commented on LUCENE-10013: - Hello, yes the fix for LUCEN

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866046843 > @mikemccand It would be better to have the tool respect `RUNTIME_JAVA_HOME` like gradlew does. +1, that sounds like a good idea! Maybe open an issue in `luceneutil` di

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866054411 Hi @mikemccand, I will open a few more issues in luceneutil. The way how it invokes the JVM is not like it is done in production: - `-Xbatch` as default doesn't help for r

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler edited a comment on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866054411 Hi @mikemccand, I will open a few more issues in luceneutil. The way how it invokes the JVM is not like it is done in production: - `-Xbatch` as default doesn't hel

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler edited a comment on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866054411 Hi @mikemccand, I will open a few more issues in luceneutil. The way how it invokes the JVM is not like it is done in production: - `-Xbatch` as default doesn't hel

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866067673 > I have no idea why the facetting stuff at the beginning of the bench output is so badly behaving with MMapDirectory#v2 on top of project panama, I'll ignore this for now. Mayb

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866073550 > So in general the benchmark should mimic real-live. +1 -- nightly benchmarks already overrides this (poor) default, so let's fix `constants.py` to not pass `-Xbatch` nor

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866078727 > So the benchmarking will stay noisy unless we use JMH. Maybe we should switch `luceneutil` to JMH? Or, poach ideas from it? How is it reducing JVM/hotspot noise withou

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866087762 Hi @mikemccand, > > I have no idea why the facetting stuff at the beginning of the bench output is so badly behaving with MMapDirectory#v2 on top of project panama, I'll

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866088334 > > So the benchmarking will stay noisy unless we use JMH. > > Maybe we should switch `luceneutil` to JMH? Or, poach ideas from it? How is it reducing JVM/hotspot noise wi

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler edited a comment on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866087762 Hi @mikemccand, > > I have no idea why the facetting stuff at the beginning of the bench output is so badly behaving with MMapDirectory#v2 on top of project panama

[GitHub] [lucene] uschindler edited a comment on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler edited a comment on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866087762 Hi @mikemccand, > > I have no idea why the facetting stuff at the beginning of the bench output is so badly behaving with MMapDirectory#v2 on top of project panama

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866097083 > This was negotiated today 👍 > > To read the whole story check here: [openjdk/panama-foreign#555 (comment)](https://github.com/openjdk/panama-foreign/pull/555#issueco

[jira] [Commented] (LUCENE-10010) Should we have a NFA Query?

2021-06-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367488#comment-17367488 ] Michael McCandless commented on LUCENE-10010: - {quote}NFA traversal is not

[GitHub] [lucene] dnhatn commented on pull request #192: Make DocValuesIterator class public

2021-06-22 Thread GitBox
dnhatn commented on pull request #192: URL: https://github.com/apache/lucene/pull/192#issuecomment-866107179 Sorry, I didn't search for the existing issues before opening this PR. My need is a stronger upper type bound than DocIdSetIterator for docValues iterators. I am okay to close this

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866112156 > > This was negotiated today 👍 > > To read the whole story check here: [openjdk/panama-foreign#555 (comment)](https://github.com/openjdk/panama-foreign/pull/555#issuecomment-

[GitHub] [lucene-solr] cpoerschke opened a new pull request #2514: Fix some psuedo->pseudo typos in Solr Ref Guide.

2021-06-22 Thread GitBox
cpoerschke opened a new pull request #2514: URL: https://github.com/apache/lucene-solr/pull/2514 Since `solr/main` no longer has the equivalent typos this pull request is for `lucene-solr/branch_8x` only. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [lucene] mikemccand commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
mikemccand commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866119211 > The problem with luceneutil is also that it respawns a JVM multiple times. Hmm, we added multiple JVMs long ago precisely because HotSpot was so unpredictable. I.e. we

[jira] [Commented] (LUCENE-9902) Update faceting API to use modern Java features

2021-06-22 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367506#comment-17367506 ] Mayya Sharipova commented on LUCENE-9902: - [~gworah]  [~mikemccand]  Sorry for n

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866142054 > > The problem with luceneutil is also that it respawns a JVM multiple times. > > Hmm, we added multiple JVMs long ago precisely because HotSpot was so unpredictable. I.

[GitHub] [lucene] uschindler commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866144962 Here are the berlinbuzzwords slides about this: https://2021.berlinbuzzwords.de/sites/berlinbuzzwords.de/files/2021-06/The%20future%20of%20Lucene%27s%20MMapDirectory.pdf -- Th

[jira] [Commented] (LUCENE-10010) Should we have a NFA Query?

2021-06-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367524#comment-17367524 ] Robert Muir commented on LUCENE-10010: -- I think the main difference between the ar

[jira] [Commented] (LUCENE-10012) Cache concurrency for GeoStandardPath is poorly designed

2021-06-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367564#comment-17367564 ] ASF subversion and git services commented on LUCENE-10012: -- Co

[GitHub] [lucene] rmuir commented on pull request #177: Initial rewrite of MMapDirectory for JDK-17 preview (incubating) Panama APIs (>= JDK-17-ea-b25)

2021-06-22 Thread GitBox
rmuir commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-866272233 > Hmm, we added multiple JVMs long ago precisely because HotSpot was so unpredictable. I.e. we had clear examples where HotSpot would paint itself into a corner, compiling e.g. readV

[GitHub] [lucene] dnhatn closed pull request #192: Make DocValuesIterator class public

2021-06-22 Thread GitBox
dnhatn closed pull request #192: URL: https://github.com/apache/lucene/pull/192 -- 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 con

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

2021-06-22 Thread GitBox
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

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

2021-06-22 Thread GitBox
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