[jira] [Created] (LUCENE-10061) CombinedFieldsQuery needs dynamic pruning support

2021-08-23 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10061: - Summary: CombinedFieldsQuery needs dynamic pruning support Key: LUCENE-10061 URL: https://issues.apache.org/jira/browse/LUCENE-10061 Project: Lucene - Core

[jira] [Commented] (LUCENE-5309) when using SortedSetDV faceting, specialize the case when all docs are single-valued

2021-08-23 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403121#comment-17403121 ] Michael McCandless commented on LUCENE-5309: Wow, that is a surprisingly pow

[GitHub] [lucene] mikemccand commented on a change in pull request #255: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
mikemccand commented on a change in pull request #255: URL: https://github.com/apache/lucene/pull/255#discussion_r693867020 ## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java ## @@ -286,7 +310,7 @@ private final v

[GitHub] [lucene-solr] mikemccand commented on pull request #2557: LUCENE-10059: Fix AssertionError in JapaneseTokenizer backtrace

2021-08-23 Thread GitBox
mikemccand commented on pull request #2557: URL: https://github.com/apache/lucene-solr/pull/2557#issuecomment-903661261 Thanks @dungba88 -- I'll look today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [lucene-solr] mikemccand merged pull request #2557: LUCENE-10059: Fix AssertionError in JapaneseTokenizer backtrace

2021-08-23 Thread GitBox
mikemccand merged pull request #2557: URL: https://github.com/apache/lucene-solr/pull/2557 -- 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-

[jira] [Commented] (LUCENE-10059) Assertion error in JapaneseTokenizer backtrace

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

[jira] [Updated] (LUCENE-10058) lucene main(9.0) run ./gradlew lucene:benchmark:run error

2021-08-23 Thread xiaoshi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaoshi updated LUCENE-10058: - Priority: Major (was: Minor) > lucene main(9.0) run ./gradlew lucene:benchmark:run error > --

[GitHub] [lucene] mikemccand merged pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

2021-08-23 Thread GitBox
mikemccand merged pull request #253: URL: https://github.com/apache/lucene/pull/253 -- 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

[jira] [Commented] (LUCENE-10058) lucene main(9.0) run ./gradlew lucene:benchmark:run error

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

[GitHub] [lucene] mikemccand commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

2021-08-23 Thread GitBox
mikemccand commented on pull request #253: URL: https://github.com/apache/lucene/pull/253#issuecomment-903833396 Thanks @xiaoshi2013! Could you also open a backport PR against [`branch_8x` in `lucene-solr` github repository](https://github.com/apache/lucene-solr/tree/branch_8x)? Thanks!

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

2021-08-23 Thread GitBox
mikemccand commented on a change in pull request #225: URL: https://github.com/apache/lucene/pull/225#discussion_r694036897 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/CompiledAutomaton.java ## @@ -261,6 +266,21 @@ public CompiledAutomaton( sinkSta

[GitHub] [lucene] xiaoshi2013 commented on pull request #253: LUCENE-10058: fix gradle lucene:benchmark:run error

2021-08-23 Thread GitBox
xiaoshi2013 commented on pull request #253: URL: https://github.com/apache/lucene/pull/253#issuecomment-903862949 Yes, I will submit a PR to branch_8x soon. At 2021-08-23 22:37:45, "Michael McCandless" ***@***.***> wrote:

[GitHub] [lucene] mikemccand commented on pull request #188: Lucene-10008: Respect ignoreCase flag in CommonGramsFilterFactory

2021-08-23 Thread GitBox
mikemccand commented on pull request #188: URL: https://github.com/apache/lucene/pull/188#issuecomment-903892694 Oh, I think this one can/should be backported to 8.10 as well, @vigyasharma could you please open a PR against `branch_8x` in the `lucene-solr` GitHub repo? Thanks! -- This

[GitHub] [lucene] msokolov commented on a change in pull request #250: LUCENE-10054 Make HnswGraph hierarchical

2021-08-23 Thread GitBox
msokolov commented on a change in pull request #250: URL: https://github.com/apache/lucene/pull/250#discussion_r694116191 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java ## @@ -166,25 +173,35 @@ public static NeighborQueue search( /** * Retu

[jira] [Commented] (LUCENE-5309) when using SortedSetDV faceting, specialize the case when all docs are single-valued

2021-08-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403296#comment-17403296 ] Greg Miller commented on LUCENE-5309: - Here's a little more from the benchmark run t

[GitHub] [lucene] gsmiller commented on a change in pull request #255: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller commented on a change in pull request #255: URL: https://github.com/apache/lucene/pull/255#discussion_r694149519 ## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java ## @@ -103,7 +105,7 @@ public FacetResul

[GitHub] [lucene] gsmiller commented on a change in pull request #255: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller commented on a change in pull request #255: URL: https://github.com/apache/lucene/pull/255#discussion_r694150989 ## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/ConcurrentSortedSetDocValuesFacetCounts.java ## @@ -286,7 +310,7 @@ private final voi

[GitHub] [lucene] gsmiller merged pull request #255: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller merged pull request #255: URL: https://github.com/apache/lucene/pull/255 -- 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-5309) when using SortedSetDV faceting, specialize the case when all docs are single-valued

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

[GitHub] [lucene] jpountz commented on a change in pull request #224: LUCENE-10035: Simple text codec add multi level skip list data

2021-08-23 Thread GitBox
jpountz commented on a change in pull request #224: URL: https://github.com/apache/lucene/pull/224#discussion_r694170097 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextFieldsReader.java ## @@ -357,19 +380,55 @@ public int nextDoc() throws IO

[GitHub] [lucene-solr] gsmiller opened a new pull request #2558: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller opened a new pull request #2558: URL: https://github.com/apache/lucene-solr/pull/2558 Backport from main -- 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 unsubs

[GitHub] [lucene] mayya-sharipova merged pull request #250: LUCENE-10054 Make HnswGraph hierarchical

2021-08-23 Thread GitBox
mayya-sharipova merged pull request #250: URL: https://github.com/apache/lucene/pull/250 -- 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-un

[jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

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

[GitHub] [lucene-solr] gsmiller closed pull request #2558: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller closed pull request #2558: URL: https://github.com/apache/lucene-solr/pull/2558 -- 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-un

[GitHub] [lucene-solr] gsmiller merged pull request #2558: LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts

2021-08-23 Thread GitBox
gsmiller merged pull request #2558: URL: https://github.com/apache/lucene-solr/pull/2558 -- 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-un

[jira] [Commented] (LUCENE-5309) when using SortedSetDV faceting, specialize the case when all docs are single-valued

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

[jira] [Updated] (LUCENE-5309) when using SortedSetDV faceting, specialize the case when all docs are single-valued

2021-08-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller updated LUCENE-5309: Fix Version/s: 8.10 main (9.0) Resolution: Fixed Status: Resol

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

2021-08-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller reassigned LUCENE-10062: Assignee: Greg Miller > Explore using SORTED_NUMERIC doc values to encode taxonomy ordin

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

2021-08-23 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10062: Summary: Explore using SORTED_NUMERIC doc values to encode taxonomy ordinals for faceting Key: LUCENE-10062 URL: https://issues.apache.org/jira/browse/LUCENE-10062 Pr

[GitHub] [lucene] zacharymorn commented on a change in pull request #240: LUCENE-10002: Deprecate IndexSearch#search(Query, Collector) in favor of IndexSearcher#search(Query, CollectorManager)

2021-08-23 Thread GitBox
zacharymorn commented on a change in pull request #240: URL: https://github.com/apache/lucene/pull/240#discussion_r694404654 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java ## @@ -520,10 +458,39 @@ private DrillDownQuery getDrillDownQuery( }

[jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

2021-08-23 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403443#comment-17403443 ] Julie Tibshirani commented on LUCENE-10054: --- [~mayya] just a suggestion, what

[GitHub] [lucene] jtibshirani commented on a change in pull request #251: LUCENE-10040: Temporarily disable test assertion

2021-08-23 Thread GitBox
jtibshirani commented on a change in pull request #251: URL: https://github.com/apache/lucene/pull/251#discussion_r694419360 ## File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java ## @@ -350,7 +350,9 @@ public void testDeletes() throws IOException {

[GitHub] [lucene] jtibshirani commented on pull request #251: LUCENE-10040: Temporarily disable test assertion

2021-08-23 Thread GitBox
jtibshirani commented on pull request #251: URL: https://github.com/apache/lucene/pull/251#issuecomment-904250012 It's indeed a weird case, I'll just relax the assertion but not insist that it will be fixed with layers. I'll make a personal note to revisit it once we have the hierarchical

[GitHub] [lucene] dsmiley commented on pull request #206: LUCENE-10003 No C style array declaration

2021-08-23 Thread GitBox
dsmiley commented on pull request #206: URL: https://github.com/apache/lucene/pull/206#issuecomment-904273346 I think this PR is ready; I've made the changes. WDYT @dweiss @rmuir ? Remember this is just the rote changes, mostly done via IntelliJ's inspection automation. -- This is an

[jira] [Commented] (LUCENE-10059) Assertion error in JapaneseTokenizer backtrace

2021-08-23 Thread Anh Dung Bui (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403497#comment-17403497 ] Anh Dung Bui commented on LUCENE-10059: --- The PR is merged, but I realized [Korea

[GitHub] [lucene] wuda0112 commented on a change in pull request #224: LUCENE-10035: Simple text codec add multi level skip list data

2021-08-23 Thread GitBox
wuda0112 commented on a change in pull request #224: URL: https://github.com/apache/lucene/pull/224#discussion_r694488494 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextFieldsReader.java ## @@ -357,19 +380,55 @@ public int nextDoc() throws I

[GitHub] [lucene] wuda0112 commented on a change in pull request #224: LUCENE-10035: Simple text codec add multi level skip list data

2021-08-23 Thread GitBox
wuda0112 commented on a change in pull request #224: URL: https://github.com/apache/lucene/pull/224#discussion_r694488864 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextFieldsReader.java ## @@ -357,19 +380,55 @@ public int nextDoc() throws I

[jira] [Updated] (LUCENE-10035) Simple text codec add multi level skip list data

2021-08-23 Thread wuda (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wuda updated LUCENE-10035: -- Attachment: (was: LUCENE-10035.patch) > Simple text codec add multi level skip list data >

[jira] [Commented] (LUCENE-10035) Simple text codec add multi level skip list data

2021-08-23 Thread wuda (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403521#comment-17403521 ] wuda commented on LUCENE-10035: --- github has latest patch, it seems no need to maintains i