[GitHub] [lucene] dweiss commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
dweiss commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156324489 Just wondering what the impact is going to be, that's all. Can the returned order of documents from the (parallel) searcher be different? For score-sorted cases it may not be a problem but

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira?

2022-06-15 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554603#comment-17554603 ] Michael McCandless commented on LUCENE-10557: - Thanks [~tomoko] for driving this

[jira] [Updated] (LUCENE-10557) Migrate to GitHub issue from Jira

2022-06-15 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-10557: Summary: Migrate to GitHub issue from Jira (was: Migrate to GitHub issue from

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #947: LUCENE-10577: enable quantization of HNSW vectors to 8 bits

2022-06-15 Thread GitBox
mayya-sharipova commented on code in PR #947: URL: https://github.com/apache/lucene/pull/947#discussion_r897925136 ## lucene/core/src/java/org/apache/lucene/codecs/lucene93/OffHeapVectorValues.java: ## @@ -41,11 +42,11 @@ abstract class OffHeapVectorValues extends VectorValues

[GitHub] [lucene] mikemccand commented on a diff in pull request #922: Index only the docs for FacetField posting list

2022-06-15 Thread GitBox
mikemccand commented on code in PR #922: URL: https://github.com/apache/lucene/pull/922#discussion_r898026016 ## lucene/CHANGES.txt: ## @@ -67,6 +67,8 @@ Other * LUCENE-10493: Factor out Viterbi algorithm in Kuromoji and Nori to analysis-common. (Tomoko Uchida) +* Remove

[GitHub] [lucene] mikemccand commented on pull request #922: Index only the docs for FacetField posting list

2022-06-15 Thread GitBox
mikemccand commented on PR #922: URL: https://github.com/apache/lucene/pull/922#issuecomment-1156516445 Yeah I think these attributes of `FacetField.TYPE` are not used, but it is trappy looking. This `TYPE` is really just a marker/singleton so `FacetsConfig.build` can know which fields in

[jira] [Commented] (LUCENE-10600) SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554626#comment-17554626 ] Lu Xugang commented on LUCENE-10600: {quote}SortedSetDocValues#docValueCount should be an int, not

[jira] [Commented] (LUCENE-10618) Implement BooleanQuery rewrite rules based for minimumShouldMatch

2022-06-15 Thread fang hou (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554640#comment-17554640 ] fang hou commented on LUCENE-10618: --- hi [~jpountz] i'm new to lucene, do you mind if i take this

[GitHub] [lucene] javanna commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
javanna commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156306626 > It's also going to make tests less likely to reproduce though, isn't it? Do you mean if there are new failures caused by running concurrent searches more often, these are going to

[GitHub] [lucene] mikemccand commented on pull request #738: LUCENE-10448: Avoid instant rate write bursts by writing bytes buffer in chunks

2022-06-15 Thread GitBox
mikemccand commented on PR #738: URL: https://github.com/apache/lucene/pull/738#issuecomment-1156523966 > On a related note, since writeBytes() is the only API that doesn't pause, it may be useful to add this note in comments or docstring somewhere, perhaps with a reference to the jira

[jira] [Commented] (LUCENE-10600) SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554620#comment-17554620 ] Michael McCandless commented on LUCENE-10600: - Can this be resolved as {{Not a Problem}}

[GitHub] [lucene] mayya-sharipova commented on pull request #947: LUCENE-10577: enable quantization of HNSW vectors to 8 bits

2022-06-15 Thread GitBox
mayya-sharipova commented on PR #947: URL: https://github.com/apache/lucene/pull/947#issuecomment-1156532534 @msokolov Thanks for your work, this is a very exciting feature. Really looking forward to it. Extra benefit – less disk space used for vector values. Overall, this PR looks

[jira] [Commented] (LUCENE-10600) SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554625#comment-17554625 ] Adrien Grand commented on LUCENE-10600: --- [~mikemccand] I don't think so, we still need to make

[GitHub] [lucene] javanna commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
javanna commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156400157 Yep I see what you mean, I've seen that in the past that some tests may rely on assumptions that are no longer true if you run the search concurrently. Some may be test bugs, that may be

[GitHub] [lucene] LuXugang opened a new pull request, #960: LUCENE-10600: SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread GitBox
LuXugang opened a new pull request, #960: URL: https://github.com/apache/lucene/pull/960 Detailed discussion see: https://issues.apache.org/jira/projects/LUCENE/issues/LUCENE-10600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (LUCENE-10618) Implement BooleanQuery rewrite rules based for minimumShouldMatch

2022-06-15 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554645#comment-17554645 ] Adrien Grand commented on LUCENE-10618: --- sure, feel free to give it a try and ping me for

[GitHub] [lucene] mikemccand commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
mikemccand commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156474464 > Can the returned order of documents from the (parallel) searcher be different? For score-sorted cases it may not be a problem but whenever there are ties, and the assertions somehow

[jira] [Assigned] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

2022-06-15 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang reassigned LUCENE-10603: -- Assignee: Lu Xugang > Improve iteration of ords for SortedSetDocValues >

[GitHub] [lucene] gsmiller commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
gsmiller commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156708360 @shaie I like this API approach to supporting other data types. Thanks! I wonder if we shouldn't make `FacetSet` abstract and create a `LongFacetSet` for the long-specific impl (and

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156786518 > I wonder if we shouldn't make `FacetSet` abstract and create a `LongFacetSet` for the long-specific impl I've contemplated on it when I wrote it. I like the idea of an explicit

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156829025 > I think we should also have some subpackages (maybe a `decoders`, `matchers`, and `sets` (for `FacetSets`))? Take a look at the last commit: not sure there's a reason for `decoders`

[jira] [Commented] (LUCENE-10584) SSDV facets should support hierarchical paths in #getSpecificValue

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

[GitHub] [lucene] gsmiller commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
gsmiller commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r898212017 ## lucene/facet/src/java/org/apache/lucene/facet/facetset/FloatFacetSet.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [lucene] gsmiller commented on pull request #954: LUCENE-10603: Change iteration methodology for SSDV ordinals in the f…

2022-06-15 Thread GitBox
gsmiller commented on PR #954: URL: https://github.com/apache/lucene/pull/954#issuecomment-1156721533 Sure, no problem @jpountz. Thanks for the suggestion. Any concerns with merging this PR as it is? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [lucene] gsmiller merged pull request #929: LUCENE-10584: Properly support #getSpecificValue for hierarchical dims in SSDV faceting

2022-06-15 Thread GitBox
gsmiller merged PR #929: URL: https://github.com/apache/lucene/pull/929 -- 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-10584) SSDV facets should support hierarchical paths in #getSpecificValue

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

[GitHub] [lucene] mdmarshmallow commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
mdmarshmallow commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156814974 Yeah I think having their own FSD would make it clear. I think we should also have some subpackages (maybe a `decoders`, `matchers`, and `sets` (for `FacetSets`))? -- This is an

[jira] [Commented] (LUCENE-10600) SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554764#comment-17554764 ] Michael McCandless commented on LUCENE-10600: - OK thanks. I guess because the "number of

[GitHub] [lucene] gsmiller commented on pull request #929: LUCENE-10584: Properly support #getSpecificValue for hierarchical dims in SSDV faceting

2022-06-15 Thread GitBox
gsmiller commented on PR #929: URL: https://github.com/apache/lucene/pull/929#issuecomment-1156775532 Thanks @mdmarshmallow! -- 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.

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156805329 > Maybe one thing would be that we want to make it mandatory for a `FacetSet` to implement its own `decode()` function? I've been there :). The reason I went w/ the static method and

[GitHub] [lucene] jpountz opened a new pull request, #961: Handle more cases in `BooleanWeight#count`.

2022-06-15 Thread GitBox
jpountz opened a new pull request, #961: URL: https://github.com/apache/lucene/pull/961 As suggested by @zhaih on #950, we could support more cases in `BooleanWeight#count`. This PR adds support for these cases specifically: - Pure disjunctions where only one clause has a non-zero

[GitHub] [lucene] shahrs87 commented on pull request #907: LUCENE-10357 Ghost fields and postings/points

2022-06-15 Thread GitBox
shahrs87 commented on PR #907: URL: https://github.com/apache/lucene/pull/907#issuecomment-1156823060 @jpountz Made one more attempt to fix test failures. Can you please take a look again ? Thank you fir being patient with me. -- This is an automated message from the Apache Git Service.

[jira] [Commented] (LUCENE-10584) SSDV facets should support hierarchical paths in #getSpecificValue

2022-06-15 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554758#comment-17554758 ] Greg Miller commented on LUCENE-10584: -- Fixed and backported. Resolving. > SSDV facets should

[jira] [Resolved] (LUCENE-10584) SSDV facets should support hierarchical paths in #getSpecificValue

2022-06-15 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10584. -- Fix Version/s: 9.3 Resolution: Fixed > SSDV facets should support hierarchical paths

[jira] [Created] (LUCENE-10619) Optimize the writeBytes in TermsHashPerField

2022-06-15 Thread tangdh (Jira)
tangdh created LUCENE-10619: --- Summary: Optimize the writeBytes in TermsHashPerField Key: LUCENE-10619 URL: https://issues.apache.org/jira/browse/LUCENE-10619 Project: Lucene - Core Issue Type:

[GitHub] [lucene] shaie commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r898280617 ## lucene/facet/src/java/org/apache/lucene/facet/facetset/FacetSetsField.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [lucene] shaie commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r898279453 ## lucene/facet/src/java/org/apache/lucene/facet/facetset/FloatFacetSet.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [lucene] mdmarshmallow commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
mdmarshmallow commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156800419 I took a look at the API and seeing if we could do something there with generics, but that overcomplicates the API haha. It looks good to me! Maybe one thing would be that we want to

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156833064 @gsmiller @mdmarshmallow in the last commit I refactored `FacetSet` to be an abstract class with a concrete `LongFacetSet` impl. I struggled back-and-forth between introducing a `public final

[GitHub] [lucene] jtibshirani commented on a diff in pull request #958: LUCENE-10611: Fix Heap Error in HnswGraphSearcher

2022-06-15 Thread GitBox
jtibshirani commented on code in PR #958: URL: https://github.com/apache/lucene/pull/958#discussion_r898455193 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java: ## @@ -87,10 +87,14 @@ public static NeighborQueue search( int numVisited = 0;

[GitHub] [lucene] mdmarshmallow commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
mdmarshmallow commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156990982 I like the `getComparableLongs()` approach better as well. I also think a demo is a good idea, I can create one later today or tomorrow if you don't get around to it before

[GitHub] [lucene] jtibshirani commented on a diff in pull request #958: LUCENE-10611: Fix Heap Error in HnswGraphSearcher

2022-06-15 Thread GitBox
jtibshirani commented on code in PR #958: URL: https://github.com/apache/lucene/pull/958#discussion_r898465271 ## lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java: ## @@ -498,7 +498,7 @@ public void testRandom() throws IOException { /** Tests with

[jira] [Comment Edited] (LUCENE-10577) Quantize vector values

2022-06-15 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554832#comment-17554832 ] Julie Tibshirani edited comment on LUCENE-10577 at 6/16/22 12:19 AM:

[jira] [Comment Edited] (LUCENE-10577) Quantize vector values

2022-06-15 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554832#comment-17554832 ] Julie Tibshirani edited comment on LUCENE-10577 at 6/16/22 12:20 AM:

[jira] [Commented] (LUCENE-10577) Quantize vector values

2022-06-15 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554832#comment-17554832 ] Julie Tibshirani commented on LUCENE-10577: --- [~sokolov] this is a really exciting effort.

[jira] [Commented] (LUCENE-10577) Quantize vector values

2022-06-15 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554835#comment-17554835 ] Julie Tibshirani commented on LUCENE-10577: --- Last thought: would it make sense to break this

[GitHub] [lucene] zhaih commented on a diff in pull request #961: Handle more cases in `BooleanWeight#count`.

2022-06-15 Thread GitBox
zhaih commented on code in PR #961: URL: https://github.com/apache/lucene/pull/961#discussion_r898701671 ## lucene/core/src/java/org/apache/lucene/search/BooleanWeight.java: ## @@ -346,47 +346,100 @@ public BulkScorer bulkScorer(LeafReaderContext context) throws IOException {

[jira] [Commented] (LUCENE-10600) SortedSetDocValues#docValueCount should be an int, not long

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

[GitHub] [lucene] LuXugang merged pull request #960: LUCENE-10600: SortedSetDocValues#docValueCount should be an int, not long

2022-06-15 Thread GitBox
LuXugang merged PR #960: URL: https://github.com/apache/lucene/pull/960 -- 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-10577) Quantize vector values

2022-06-15 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554900#comment-17554900 ] Robert Muir commented on LUCENE-10577: -- I don't understand why we are doing this as yet another

[GitHub] [lucene] LuXugang opened a new pull request, #962: LUCENE-10600: (backport)SortedSetDocValues#docValueCount should be an int, not long (#960)

2022-06-15 Thread GitBox
LuXugang opened a new pull request, #962: URL: https://github.com/apache/lucene/pull/962 Backport for https://github.com/apache/lucene/pull/960 and make same change for Lucene70DocValues -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene] jpountz commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
jpountz commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156171875 I like the idea of better exercising concurrent search. I wonder if this has potential to slow down tests due to repeated instantiations of threads. I'm inclined to merge and watch how long

[GitHub] [lucene] javanna commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
javanna commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156179895 > I wonder if this has potential to slow down tests due to repeated instantiations of threads. Yes I wonder the same, this needs some runs before we can evaluate how it affects tests

[GitHub] [lucene] dweiss commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
dweiss commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156207808 It's also going to make tests less likely to reproduce though, isn't it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene] jpountz commented on pull request #959: LUCENE-10507: Make it more likely to perform concurrent search in tests

2022-06-15 Thread GitBox
jpountz commented on PR #959: URL: https://github.com/apache/lucene/pull/959#issuecomment-1156227500 This is my expectation as well, similarly to tests that use ConcurrentMergeScheduler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene] gautamworah96 commented on a diff in pull request #922: Index only the docs for FacetField posting list

2022-06-15 Thread GitBox
gautamworah96 commented on code in PR #922: URL: https://github.com/apache/lucene/pull/922#discussion_r897570270 ## lucene/facet/src/java/org/apache/lucene/facet/FacetField.java: ## @@ -30,14 +30,12 @@ */ public class FacetField extends Field { - /** Field type used for

[GitHub] [lucene] gautamworah96 commented on pull request #922: Index only the docs for FacetField posting list

2022-06-15 Thread GitBox
gautamworah96 commented on PR #922: URL: https://github.com/apache/lucene/pull/922#issuecomment-1156032542 > I think we might be doing the right thing already? If you look at StringField, we are setting: setIndexOptions(IndexOptions.DOCS) Yes, that is indeed the case. Thanks

[jira] [Created] (LUCENE-10617) Investigate recent Jenkins build failures in TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler

2022-06-15 Thread Gautam Worah (Jira)
Gautam Worah created LUCENE-10617: - Summary: Investigate recent Jenkins build failures in TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler Key: LUCENE-10617 URL:

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

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

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

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

[GitHub] [lucene] mdmarshmallow commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
mdmarshmallow commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156101105 > To complement that on the aggregation side we will need to pass a reader which can convert the BytesRef to a long[]. I'm thinking that the Int/Float/Long/DoubleFacetSet impls will

[jira] [Commented] (LUCENE-10617) Investigate recent Jenkins build failures in TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler

2022-06-15 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554440#comment-17554440 ] Adrien Grand commented on LUCENE-10617: --- Neither of these seeds reproduce for me but it looks

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

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

[jira] [Commented] (LUCENE-10617) Investigate recent Jenkins build failures in TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler

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

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-15 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1156131175 > Rather than do this, I think that it makes more sense for the impls to just have the ability of returning their own values as a `long[]` (something like `getComparableLongs()` that was in

[jira] [Commented] (LUCENE-10608) Implement Weight#count for pure conjunctions

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

[jira] [Commented] (LUCENE-10608) Implement Weight#count for pure conjunctions

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

[jira] [Commented] (LUCENE-10617) Investigate recent Jenkins build failures in TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler

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

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

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

[jira] [Created] (LUCENE-10618) Implement BooleanQuery rewrite rules based for minimumShouldMatch

2022-06-15 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10618: - Summary: Implement BooleanQuery rewrite rules based for minimumShouldMatch Key: LUCENE-10618 URL: https://issues.apache.org/jira/browse/LUCENE-10618 Project: