[GitHub] [lucene] jpountz commented on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-19 Thread GitBox
jpountz commented on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-974611343 It's reasonable to me too. I can imagine how someone would like to implement similar logic to `MultiCollectorManager` (which internally uses `MultiCollector#getCollectors`) but ret

[GitHub] [lucene] reta edited a comment on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-19 Thread GitBox
reta edited a comment on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-974514163 Thanks for looking @gsmiller , we are working on experimental support of the concurrent segment search in the OpenSearch (if you are curious, please take a look at [1]). Since

[GitHub] [lucene] reta commented on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-19 Thread GitBox
reta commented on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-974514163 Thanks for looking @gsmiller , we are working on experimental support of the concurrent segment search in the OpenSearch (if you are curious, please take a look at [1]). Since we are

[GitHub] [lucene] gsmiller commented on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-19 Thread GitBox
gsmiller commented on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-974502955 I don't have any strong opposition to making this public, but I would be curious to understand why `MultiCollectorManager` isn't a good fit for your use case. It looks like your d

[jira] [Commented] (LUCENE-10246) Support getting counts from "association" facets

2021-11-19 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446675#comment-17446675 ] Greg Miller commented on LUCENE-10246: -- [~sokolov] yeah, that's a good point. This

[jira] [Resolved] (LUCENE-10122) Explore using NumericDocValue to store taxonomy parent array

2021-11-19 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10122. -- Fix Version/s: 9.0 10.0 (main) Resolution: Fixed Thanks [~zhai7631]

[jira] [Commented] (LUCENE-10062) Explore using SORTED_NUMERIC doc values to encode taxonomy ordinals for faceting

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

[GitHub] [lucene] jpountz commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
jpountz commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974476179 Thank you! -- 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

[GitHub] [lucene] gsmiller merged pull request #458: Cherry-pick LUCENE-10122 and LUCENE-10062 from 9.0

2021-11-19 Thread GitBox
gsmiller merged pull request #458: URL: https://github.com/apache/lucene/pull/458 -- 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: issues-unsubscr.

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974449903 OK, pushed the bug fix onto `branch_9_0`. @jpountz hopefully no more issues related to this change. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [lucene] gsmiller merged pull request #459: Minor bug fix in org.apache.lucene.facet.taxonomy.directory.TestBackwardsCompatibility

2021-11-19 Thread GitBox
gsmiller merged pull request #459: URL: https://github.com/apache/lucene/pull/459 -- 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: issues-unsubscr.

[jira] [Commented] (LUCENE-10245) Allow users to provide DocValues to (some) Facets Implementations

2021-11-19 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446638#comment-17446638 ] Greg Miller commented on LUCENE-10245: -- Thanks [~romseygeek]! That was along the l

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974368142 Ok, silly bug in the test case itself. Fix is here #459. Feel free to have a look if you like, but I think it's simple enough that I'll just merge it after the approval checks pas

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974357754 > I'm getting a test failure that looks caused by this change Uh oh. Ok, looking into it. Thanks for letting me know @jpountz -- This is an automated message from the Apa

[GitHub] [lucene] gsmiller commented on pull request #458: Cherry-pick LUCENE-10122 and LUCENE-10062 from 9.0

2021-11-19 Thread GitBox
gsmiller commented on pull request #458: URL: https://github.com/apache/lucene/pull/458#issuecomment-974345657 Just waiting on approval steps to run and will merge. (git has too many sharp edges for my liking, so I prefer to use the squash/merge button here :) ) -- This is an automated m

[GitHub] [lucene] gsmiller commented on pull request #458: Cherry-pick LUCENE-10122 and LUCENE-10062 from 9.0

2021-11-19 Thread GitBox
gsmiller commented on pull request #458: URL: https://github.com/apache/lucene/pull/458#issuecomment-974345305 Looks like someone beat me to forward-porting LUCENE-10122. Just merged `branch_9x` to get that change and resolved conflicts. So this is now just forward-porting LUCENE-10062.

[GitHub] [lucene] pquentin commented on pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-19 Thread GitBox
pquentin commented on pull request #445: URL: https://github.com/apache/lucene/pull/445#issuecomment-974322287 @jpountz Thanks a lot for your help throughout the week! Your help was invaluable, both privately and on GitHub/JIRA. I basically transcribed what you said to me, and it worked. :

[jira] [Commented] (LUCENE-10122) Explore using NumericDocValue to store taxonomy parent array

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

[GitHub] [lucene] mikemccand merged pull request #454: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-19 Thread GitBox
mikemccand merged pull request #454: URL: https://github.com/apache/lucene/pull/454 -- 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: issues-unsubsc

[GitHub] [lucene] mikemccand commented on pull request #454: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-19 Thread GitBox
mikemccand commented on pull request #454: URL: https://github.com/apache/lucene/pull/454#issuecomment-974291679 OK I get it! We already pushed this awesome change to 9.0 branch, main branch, and this one is for 9.x branch! Thanks @zhaih! -- This is an automated message from the Apache

[jira] [Commented] (LUCENE-10239) upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446609#comment-17446609 ] Robert Muir commented on LUCENE-10239: -- I manually ran the analyzers benchmark fro

[GitHub] [lucene] jpountz commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
jpountz commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974278354 I'm getting a test failure that looks caused by this change: ``` gradlew test --tests TestBackwardsCompatibility.testCreateNewTaxonomy -Dtests.seed=567E100D397BFC2E -Dtest

[jira] [Commented] (LUCENE-10245) Allow users to provide DocValues to (some) Facets Implementations

2021-11-19 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446596#comment-17446596 ] Alan Woodward commented on LUCENE-10245: The XXXValuesSource impls were origina

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-19 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-974257210 To see how VHLB behaves without the branch conditional (for bpv < 56) I've created removed the endBits field and related codepath from `get` and `set`. With it the benchmark becomes

[jira] [Commented] (LUCENE-10085) Implement Weight#count on DocValuesFieldExistsQuery

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

[jira] [Commented] (LUCENE-10085) Implement Weight#count on DocValuesFieldExistsQuery

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

[GitHub] [lucene] jpountz merged pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-19 Thread GitBox
jpountz merged pull request #445: URL: https://github.com/apache/lucene/pull/445 -- 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: issues-unsubscr..

[GitHub] [lucene] mikemccand commented on pull request #225: LUCENE-10010 Introduce NFARunAutomaton to run NFA directly

2021-11-19 Thread GitBox
mikemccand commented on pull request #225: URL: https://github.com/apache/lucene/pull/225#issuecomment-974213961 > Thanks @dweiss seems this is not the first time we see this error: https://issues.apache.org/jira/browse/LUCENE-9839 Looks like this is (scarily!) pre-existing. I don't

[jira] [Commented] (LUCENE-10246) Support getting counts from "association" facets

2021-11-19 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446547#comment-17446547 ] Michael Sokolov commented on LUCENE-10246: -- Thanks, Greg! I think we might als

[jira] [Comment Edited] (LUCENE-10246) Support getting counts from "association" facets

2021-11-19 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446539#comment-17446539 ] Greg Miller edited comment on LUCENE-10246 at 11/19/21, 3:34 PM:

[jira] [Commented] (LUCENE-10246) Support getting counts from "association" facets

2021-11-19 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446539#comment-17446539 ] Greg Miller commented on LUCENE-10246: -- FYI [~sokolov], opened this issue based on

[jira] [Created] (LUCENE-10246) Support getting counts from "association" facets

2021-11-19 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10246: Summary: Support getting counts from "association" facets Key: LUCENE-10246 URL: https://issues.apache.org/jira/browse/LUCENE-10246 Project: Lucene - Core Is

[jira] [Created] (LUCENE-10245) Allow users to provide DocValues to (some) Facets Implementations

2021-11-19 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10245: Summary: Allow users to provide DocValues to (some) Facets Implementations Key: LUCENE-10245 URL: https://issues.apache.org/jira/browse/LUCENE-10245 Project: Lucene -

[jira] [Resolved] (LUCENE-10239) upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-10239. -- Resolution: Fixed I've opened LUCENE-10243 to bump the unicode versions of the grammars. Will

[jira] [Commented] (LUCENE-10239) upgrade jflex (1.7.0 -> 1.8.2)

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

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974127530 FYI, I'm merging this onto `branch_9x` as well over in #458 (no need for a review unless someone wants to have a look). I've also updated #264 with the non-back-compat version of

[GitHub] [lucene] gsmiller commented on pull request #264: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals (instead of custom binary format)

2021-11-19 Thread GitBox
gsmiller commented on pull request #264: URL: https://github.com/apache/lucene/pull/264#issuecomment-974125925 This is now ready for review. This is the "forward port" of the change introduced to 9.0 on #443 (but without all the back-compat complexity for 8.x indexes). -- This is an aut

[GitHub] [lucene] gsmiller commented on pull request #264: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals (instead of custom binary format)

2021-11-19 Thread GitBox
gsmiller commented on pull request #264: URL: https://github.com/apache/lucene/pull/264#issuecomment-974123523 > On a related topic, while I was stumbling around in here I found we have the option to accumulate scores in MatchingDocs which I'd be excited to explore for doing relevance-weig

[jira] [Updated] (LUCENE-10239) upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-10239: - Fix Version/s: 9.1 > upgrade jflex (1.7.0 -> 1.8.2) > -- > >

[jira] [Commented] (LUCENE-10239) upgrade jflex (1.7.0 -> 1.8.2)

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

[GitHub] [lucene] rmuir merged pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread GitBox
rmuir merged pull request #452: URL: https://github.com/apache/lucene/pull/452 -- 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: issues-unsubscr...@

[GitHub] [lucene] rmuir commented on pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread GitBox
rmuir commented on pull request #452: URL: https://github.com/apache/lucene/pull/452#issuecomment-974115268 thank you @dweiss and @sarowe for reviewing. -- 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

[GitHub] [lucene] gsmiller opened a new pull request #458: Cherry-pick LUCENE-10122 and LUCENE-10062 from 9.0

2021-11-19 Thread GitBox
gsmiller opened a new pull request #458: URL: https://github.com/apache/lucene/pull/458 Bring forward the two taxonomy faceting changes made against `branch_9_0`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-974104360 I believe I've addressed all the PR feedback and got an approval from @mikemccand, so I went ahead and merged. Happy to iterate on this further if anyone has additional comments.

[jira] [Commented] (LUCENE-10062) Explore using SORTED_NUMERIC doc values to encode taxonomy ordinals for faceting

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

[GitHub] [lucene] gsmiller merged pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
gsmiller merged pull request #443: URL: https://github.com/apache/lucene/pull/443 -- 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: issues-unsubscr.

[GitHub] [lucene] jpountz commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
jpountz commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r753206863 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -409,9 +410,26 @@ private void processFacetFields( indexDrillDow

[GitHub] [lucene] bruno-roustant commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
bruno-roustant commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r753194847 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -409,9 +410,26 @@ private void processFacetFields( indexD

[GitHub] [lucene] jpountz commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
jpountz commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r753161661 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -409,9 +410,26 @@ private void processFacetFields( indexDrillDow

[GitHub] [lucene] mikemccand commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
mikemccand commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r753134998 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +82,17 @@ public long cost() { } }; } + + /** +

[GitHub] [lucene] mikemccand commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
mikemccand commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r753133857 ## File path: lucene/MIGRATE.md ## @@ -443,3 +443,16 @@ structure. Use a standard BoostQuery here instead. Rather than using `setSort()` to change sort

[GitHub] [lucene] mikemccand commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-19 Thread GitBox
mikemccand commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r751810539 ## File path: lucene/MIGRATE.md ## @@ -443,3 +443,16 @@ structure. Use a standard BoostQuery here instead. Rather than using `setSort()` to change sort

[GitHub] [lucene] mikemccand commented on a change in pull request #456: LUCENE-10236: Add change entry

2021-11-19 Thread GitBox
mikemccand commented on a change in pull request #456: URL: https://github.com/apache/lucene/pull/456#discussion_r753122632 ## File path: lucene/CHANGES.txt ## @@ -57,7 +57,9 @@ Optimizations Bug Fixes - -(No changes) + +* LUCENE-10236: Update field-weig

[GitHub] [lucene] costin edited a comment on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-19 Thread GitBox
costin edited a comment on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-973999178 I have tighten the implementation a bit, removing an extra field adding some constants and following more the style of Packed64 with regards to the conditionals. In additi

[GitHub] [lucene] rmuir commented on pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread GitBox
rmuir commented on pull request #452: URL: https://github.com/apache/lucene/pull/452#issuecomment-974001822 @dweiss see https://issues.apache.org/jira/browse/LUCENE-5897 for more background on that -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [lucene] mikemccand commented on pull request #455: LUCENE-10244: Please consider opening MultiCollector::getCollectors for public use

2021-11-19 Thread GitBox
mikemccand commented on pull request #455: URL: https://github.com/apache/lucene/pull/455#issuecomment-973999812 This sounds reasonable to me! -- 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

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-19 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-973999178 I have tighten the implementation a bit, removing an extra field adding some constants and following more the style of Packed64 with regards to the conditionals. In addition upda

[GitHub] [lucene] dweiss commented on pull request #452: LUCENE-10239: upgrade jflex (1.7.0 -> 1.8.2)

2021-11-19 Thread GitBox
dweiss commented on pull request #452: URL: https://github.com/apache/lucene/pull/452#issuecomment-973995491 I tried to look up why this no-buffer-expansion is needed. I see LUCENE-8527 and some corner cases there... but why is it used here and there and not all across the board (some toke

[GitHub] [lucene] pquentin commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-19 Thread GitBox
pquentin commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r753067107 ## File path: lucene/CHANGES.txt ## @@ -33,7 +33,10 @@ Other API Changes - -(No changes) + +* LUCENE-10085: Added Weight#count on Do

[GitHub] [lucene] jpountz commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-19 Thread GitBox
jpountz commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r753016736 ## File path: lucene/CHANGES.txt ## @@ -33,7 +33,10 @@ Other API Changes - -(No changes) + +* LUCENE-10085: Added Weight#count on Doc

[GitHub] [lucene] pquentin commented on pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-19 Thread GitBox
pquentin commented on pull request #445: URL: https://github.com/apache/lucene/pull/445#issuecomment-973896793 Thank you @jpountz! Done. -- 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 speci

[jira] [Updated] (LUCENE-9229) Lucene web site broken links

2021-11-19 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-9229: Description: The new website is live, so I ran a dead-link checker on it to see if anything is br

[GitHub] [lucene] jpountz commented on a change in pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2021-11-19 Thread GitBox
jpountz commented on a change in pull request #418: URL: https://github.com/apache/lucene/pull/418#discussion_r752994952 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/CombinedFieldQuery.java ## @@ -441,6 +491,273 @@ public boolean isCacheable(LeafReade

[jira] [Updated] (LUCENE-9229) Lucene web site broken links

2021-11-19 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-9229: Description: The new website is live, so I ran a dead-link checker on it to see if anything is br

[GitHub] [lucene-solr] janhoy merged pull request #2604: SOLR-15768 Tune zookeeper request handler permissions

2021-11-19 Thread GitBox
janhoy merged pull request #2604: URL: https://github.com/apache/lucene-solr/pull/2604 -- 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: issues-unsu

[GitHub] [lucene] costin commented on pull request #453: Investigate whether should Packed64 use a byte[] plus VarHandles instead of a long[]

2021-11-19 Thread GitBox
costin commented on pull request #453: URL: https://github.com/apache/lucene/pull/453#issuecomment-973879755 I've done more benchmarking with a variant of Packed64 that uses the `VarHandle` `int` and `short` variant to read memory when dealing with a smaller bpv (<=32 for `int`, <=16 for `