[GitHub] [lucene] wjp719 opened a new pull request, #863: LUCENE-10554: fix bkd test case logic error and java doc error

2022-05-02 Thread GitBox
wjp719 opened a new pull request, #863: URL: https://github.com/apache/lucene/pull/863 fix `TestBKD` case `testTooManyPoints1D` sort logic error and java doc error # Checklist Please review the following and check all that apply: - [ ] I have reviewed the guidelines for

[jira] [Created] (LUCENE-10554) fix bkd test case logic error and java doc error

2022-05-02 Thread jianping weng (Jira)
jianping weng created LUCENE-10554: -- Summary: fix bkd test case logic error and java doc error Key: LUCENE-10554 URL: https://issues.apache.org/jira/browse/LUCENE-10554 Project: Lucene - Core

[jira] [Commented] (LUCENE-10524) Augment CONTRIBUTING.md guide with instructions on how/when to benchmark

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531022#comment-17531022 ] ASF subversion and git services commented on LUCENE-10524: -- Commit

[GitHub] [lucene] mocobeta merged pull request #853: LUCENE-10524 Add benchmark suite details to CONTRIBUTING.md

2022-05-02 Thread GitBox
mocobeta merged PR #853: URL: https://github.com/apache/lucene/pull/853 -- 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. To unsubscribe, e-mail:

[GitHub] [lucene] wjp719 closed pull request #780: LUCENE-10496: avoid unnecessary attempts to evaluate skipping doc if index sort and search sort are in opposite direction

2022-05-02 Thread GitBox
wjp719 closed pull request #780: LUCENE-10496: avoid unnecessary attempts to evaluate skipping doc if index sort and search sort are in opposite direction URL: https://github.com/apache/lucene/pull/780 -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531015#comment-17531015 ] spike liu commented on LUCENE-10188: It is my pleasure, Michael. > Give SortedSetDocValues a

[GitHub] [lucene] spike-liu commented on pull request #663: Lucene-10188: Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread GitBox
spike-liu commented on PR #663: URL: https://github.com/apache/lucene/pull/663#issuecomment-1115571121 > Thanks @spike-liu -- I pushed this to `main` and will backport to 9.x shortly. It is my pleasure, Michael. -- This is an automated message from the Apache Git Service. To

[GitHub] [lucene-solr] risdenk commented on pull request #2651: SOLR-16110 Using Schema/Config API breaks the File-Upload of Config Set File

2022-05-02 Thread GitBox
risdenk commented on PR #2651: URL: https://github.com/apache/lucene-solr/pull/2651#issuecomment-1115467396 I created https://github.com/apache/solr/pull/831 which updates this for main. Adds integration test for configsets api and avoids the race condition. -- This is an automated

[GitHub] [lucene-solr] risdenk commented on a diff in pull request #2651: SOLR-16110 Using Schema/Config API breaks the File-Upload of Config Set File

2022-05-02 Thread GitBox
risdenk commented on code in PR #2651: URL: https://github.com/apache/lucene-solr/pull/2651#discussion_r863258880 ## solr/core/src/java/org/apache/solr/cloud/ZkController.java: ## @@ -2503,7 +2503,8 @@ public static int persistConfigResourceToZooKeeper(ZkSolrResourceLoader

[jira] [Resolved] (LUCENE-10552) KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang resolved LUCENE-10552. Fix Version/s: 9.2 Resolution: Fixed > KnnVectorQuery has incorrect equals/ hashCode >

[GitHub] [lucene] LuXugang commented on pull request #792: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

2022-05-02 Thread GitBox
LuXugang commented on PR #792: URL: https://github.com/apache/lucene/pull/792#issuecomment-1115431812 > We can merge this work into a temporary feature branch in the upstream Hi @mayya-sharipova, could you create a temporary branch base on the latest `main` branch and let me know,

[GitHub] [lucene] msokolov commented on pull request #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
msokolov commented on PR #859: URL: https://github.com/apache/lucene/pull/859#issuecomment-1115412496 Oh, I changed the commit message to be positive about what the changes is, rather than describing the problem, but did not update the CHANGES. I guess it's minor -- This is an

[jira] [Commented] (LUCENE-10552) KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530956#comment-17530956 ] ASF subversion and git services commented on LUCENE-10552: -- Commit

[GitHub] [lucene] msokolov merged pull request #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
msokolov merged PR #859: URL: https://github.com/apache/lucene/pull/859 -- 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. To unsubscribe, e-mail:

[GitHub] [lucene] mayya-sharipova commented on pull request #792: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

2022-05-02 Thread GitBox
mayya-sharipova commented on PR #792: URL: https://github.com/apache/lucene/pull/792#issuecomment-1115375748 > After renaming modified Lucene91HnswVectorsXXX to Lucene92HnswVectorsXXX , deleted TestBackwardsCompatibility could be reverted. @LuXugang Thanks for explanation, this makes

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #792: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

2022-05-02 Thread GitBox
mayya-sharipova commented on code in PR #792: URL: https://github.com/apache/lucene/pull/792#discussion_r863191870 ## lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java: ## @@ -320,13 +323,19 @@ private static class FieldEntry { final int

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #792: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

2022-05-02 Thread GitBox
mayya-sharipova commented on code in PR #792: URL: https://github.com/apache/lucene/pull/792#discussion_r863189510 ## lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java: ## @@ -258,14 +257,18 @@ public TopDocs search(String field, float[]

[jira] [Commented] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-05-02 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530905#comment-17530905 ] Greg Miller commented on LUCENE-10538: -- We discussed this in the PR but I wanted to bring the

[GitHub] [lucene] gautamworah96 commented on a diff in pull request #853: LUCENE-10524 Add benchmark suite details to CONTRIBUTING.md

2022-05-02 Thread GitBox
gautamworah96 commented on code in PR #853: URL: https://github.com/apache/lucene/pull/853#discussion_r863079957 ## CONTRIBUTING.md: ## @@ -66,6 +66,16 @@ In case your contribution fixes a bug, please create a new test case that fails - *Eclipse* - Basic support

[GitHub] [lucene] msokolov commented on a diff in pull request #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
msokolov commented on code in PR #859: URL: https://github.com/apache/lucene/pull/859#discussion_r863048001 ## lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java: ## @@ -56,7 +56,6 @@ public void testEquals() { Query filter1 = new TermQuery(new

[GitHub] [lucene] msokolov commented on a diff in pull request #862: LUCENE-9848 Sort HNSW graph neighbors for construction

2022-05-02 Thread GitBox
msokolov commented on code in PR #862: URL: https://github.com/apache/lucene/pull/862#discussion_r863041170 ## lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java: ## @@ -21,32 +21,64 @@ /** * NeighborArray encodes the neighbors of a node and their mutual

[GitHub] [lucene] msokolov commented on pull request #861: LUCENE-10551: switch to PUAFIF

2022-05-02 Thread GitBox
msokolov commented on PR #861: URL: https://github.com/apache/lucene/pull/861#issuecomment-1115149720 I see, got it thanks -- 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.

[jira] [Updated] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated LUCENE-10534: -- Fix Version/s: 9.2 > MinFloatFunction / MaxFloatFunction calls exists twice >

[jira] [Updated] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated LUCENE-10534: -- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks [~hossman]

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530847#comment-17530847 ] ASF subversion and git services commented on LUCENE-10534: -- Commit

[GitHub] [lucene] risdenk merged pull request #837: LUCENE-10534: MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread GitBox
risdenk merged PR #837: URL: https://github.com/apache/lucene/pull/837 -- 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. To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530844#comment-17530844 ] ASF subversion and git services commented on LUCENE-10534: -- Commit

[GitHub] [lucene] mikemccand commented on pull request #861: LUCENE-10551: switch to PUAFIF

2022-05-02 Thread GitBox
mikemccand commented on PR #861: URL: https://github.com/apache/lucene/pull/861#issuecomment-1115117109 > I came here to find out what a PUAFIF is! TBH I'm not really sure why this is better than the ISE it replaces? Oh sorry -- see [the discussion on the previous

[GitHub] [lucene] LuXugang commented on a diff in pull request #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
LuXugang commented on code in PR #859: URL: https://github.com/apache/lucene/pull/859#discussion_r863001028 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -288,15 +288,20 @@ public void visit(QueryVisitor visitor) { @Override public boolean

[jira] [Commented] (LUCENE-10552) KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530816#comment-17530816 ] Julie Tibshirani commented on LUCENE-10552: --- Great catch, thanks [~ChrisLu] ! Luckily I don't

[jira] [Commented] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-02 Thread Peixin Li (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530811#comment-17530811 ] Peixin Li commented on LUCENE-10551: i'm using JDK 1.8.0_311 > LowercaseAsciiCompression should

[jira] [Comment Edited] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530810#comment-17530810 ] Chris M. Hostetter edited comment on LUCENE-10534 at 5/2/22 4:26 PM:

[GitHub] [lucene] mayya-sharipova commented on pull request #862: LUCENE-9848 Sort HNSW graph neighbors for construction

2022-05-02 Thread GitBox
mayya-sharipova commented on PR #862: URL: https://github.com/apache/lucene/pull/862#issuecomment-1115093505 I've run benchmarks on 2 datasets: baseline – main branch candidate – this PR: Indexing time was the same or slightly better. Recall slightly increased: 1-3% QPS

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530810#comment-17530810 ] Chris M. Hostetter commented on LUCENE-10534: - 1 > MinFloatFunction / MaxFloatFunction

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530809#comment-17530809 ] Kevin Risden commented on LUCENE-10534: --- Thanks I just pushed changes to simplify the tests based

[GitHub] [lucene] mayya-sharipova opened a new pull request, #862: LUCENE-9848 Sort HNSW graph neighbors for construction

2022-05-02 Thread GitBox
mayya-sharipova opened a new pull request, #862: URL: https://github.com/apache/lucene/pull/862 Sort HNSW graph neighbors when applying diversity criterion During HNSW graph construction, when a node has already a number of connections larger than maximum allowed (maxConn), we need

[GitHub] [lucene] msokolov commented on a diff in pull request #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
msokolov commented on code in PR #859: URL: https://github.com/apache/lucene/pull/859#discussion_r862982712 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -288,15 +288,20 @@ public void visit(QueryVisitor visitor) { @Override public boolean

[jira] [Commented] (LUCENE-10552) KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530801#comment-17530801 ] Michael Sokolov commented on LUCENE-10552: -- Yes, I think so too. Nice catch - please feel free

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530797#comment-17530797 ] Chris M. Hostetter commented on LUCENE-10534: - I assume these test changes pass w/o your

[GitHub] [lucene] msokolov commented on pull request #861: LUCENE-10551: switch to PUAFIF

2022-05-02 Thread GitBox
msokolov commented on PR #861: URL: https://github.com/apache/lucene/pull/861#issuecomment-1115037568 I came here to find out what a PUAFIF is! TBH I'm not really sure why this is better than the IAE it replaces? -- This is an automated message from the Apache Git Service. To respond to

[jira] [Resolved] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-10188. - Fix Version/s: 10.0 (main) 9.2 Resolution: Fixed >

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530769#comment-17530769 ] Michael McCandless commented on LUCENE-10188: - Thanks [~spike.liu] – I just pushed this and

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530767#comment-17530767 ] ASF subversion and git services commented on LUCENE-10188: -- Commit

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530766#comment-17530766 ] ASF subversion and git services commented on LUCENE-10188: -- Commit

[GitHub] [lucene] mikemccand commented on pull request #663: Lucene-10188: Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread GitBox
mikemccand commented on PR #663: URL: https://github.com/apache/lucene/pull/663#issuecomment-1114982009 Thanks @spike-liu -- I pushed this to `main` and will backport to 9.x shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530761#comment-17530761 ] ASF subversion and git services commented on LUCENE-10188: -- Commit

[GitHub] [lucene] mikemccand merged pull request #663: Lucene-10188: Give SortedSetDocValues a docValueCount()?

2022-05-02 Thread GitBox
mikemccand merged PR #663: URL: https://github.com/apache/lucene/pull/663 -- 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. To unsubscribe, e-mail:

[GitHub] [lucene] mikemccand commented on a diff in pull request #633: LUCENE-10216: Use MergeScheduler and MergePolicy to run addIndexes(CodecReader[]) merges.

2022-05-02 Thread GitBox
mikemccand commented on code in PR #633: URL: https://github.com/apache/lucene/pull/633#discussion_r862905078 ## lucene/test-framework/src/java/org/apache/lucene/tests/index/MockRandomMergePolicy.java: ## @@ -86,6 +86,20 @@ public MergeSpecification findMerges( return

[jira] [Resolved] (LUCENE-10545) Allow Github PR link in CHANGES.html

2022-05-02 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-10545. Fix Version/s: 10.0 (main) 9.2 Resolution: Fixed > Allow

[GitHub] [lucene] mocobeta merged pull request #854: LUCENE-10545: Allow to link to github PR from changes

2022-05-02 Thread GitBox
mocobeta merged PR #854: URL: https://github.com/apache/lucene/pull/854 -- 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. To unsubscribe, e-mail:

[GitHub] [lucene] mikemccand commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
mikemccand commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862869056 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len,

[GitHub] [lucene] mikemccand opened a new pull request, #861: LUCENE-10551: switch to PUAFIF

2022-05-02 Thread GitBox
mikemccand opened a new pull request, #861: URL: https://github.com/apache/lucene/pull/861 Just a fast follow from https://github.com/apache/lucene/pull/858, switching from `if` to `PUAFIF`. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

2022-05-02 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530743#comment-17530743 ] Kevin Risden commented on LUCENE-10534: --- [~hossman] I added some edge case tests to

[GitHub] [lucene] mikemccand commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
mikemccand commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862855939 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len,

[GitHub] [lucene] jpountz opened a new pull request, #860: LUCENE-10553: Fix WANDScorer's handling of 0 and +Infty.

2022-05-02 Thread GitBox
jpountz opened a new pull request, #860: URL: https://github.com/apache/lucene/pull/860 The computation of the scaling factor has special cases for these two values, but the current logic is backwards. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene] jpountz commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
jpountz commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862850093 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len, byte[]

[GitHub] [lucene] mikemccand commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
mikemccand commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862846952 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len,

[GitHub] [lucene] mikemccand commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
mikemccand commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862846952 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len,

[jira] [Commented] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530738#comment-17530738 ] Michael McCandless commented on LUCENE-10551: - I committed some simple test improvements –

[jira] [Commented] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530736#comment-17530736 ] ASF subversion and git services commented on LUCENE-10551: -- Commit

[GitHub] [lucene] jpountz commented on a diff in pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
jpountz commented on code in PR #858: URL: https://github.com/apache/lucene/pull/858#discussion_r862837603 ## lucene/core/src/java/org/apache/lucene/util/compress/LowercaseAsciiCompression.java: ## @@ -111,14 +111,13 @@ public static boolean compress(byte[] in, int len, byte[]

[jira] [Created] (LUCENE-10553) WANDScorer's handling of 0 and +Infty is backwards

2022-05-02 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10553: - Summary: WANDScorer's handling of 0 and +Infty is backwards Key: LUCENE-10553 URL: https://issues.apache.org/jira/browse/LUCENE-10553 Project: Lucene - Core

[GitHub] [lucene] mikemccand commented on pull request #812: LUCENE-10517: Improve performance of SortedSetDV faceting by iterating on class types

2022-05-02 Thread GitBox
mikemccand commented on PR #812: URL: https://github.com/apache/lucene/pull/812#issuecomment-1114815361 Curiously, the [`dayOfYear` flat facets](https://home.apache.org/~mikemccand/lucenebench/BrowseDayOfYearSSDVFacets.html) performance seems to have already improved, though perhaps with

[jira] [Commented] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530721#comment-17530721 ] ASF subversion and git services commented on LUCENE-10551: -- Commit

[GitHub] [lucene] mikemccand merged pull request #858: LUCENE-10551: try to improve testing of LowercaseAsciiCompression

2022-05-02 Thread GitBox
mikemccand merged PR #858: URL: https://github.com/apache/lucene/pull/858 -- 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. To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-10550) Add getAllChildren functionality to facets

2022-05-02 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530719#comment-17530719 ] Michael McCandless commented on LUCENE-10550: - +1 > Add getAllChildren functionality to

[GitHub] [lucene] LuXugang opened a new pull request, #859: LUCENE-10552: KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread GitBox
LuXugang opened a new pull request, #859: URL: https://github.com/apache/lucene/pull/859 filter query could impact document-filtering properties, so maybe it should be a condition in Query#equals and Query#hashCode ? -- This is an automated message from the Apache Git Service. To respond

[jira] [Created] (LUCENE-10552) KnnVectorQuery has incorrect equals/ hashCode

2022-05-02 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-10552: -- Summary: KnnVectorQuery has incorrect equals/ hashCode Key: LUCENE-10552 URL: https://issues.apache.org/jira/browse/LUCENE-10552 Project: Lucene - Core Issue