[jira] [Commented] (LUCENE-10002) Remove IndexSearcher#search(Query,Collector) in favor of IndexSearcher#search(Query,CollectorManager)

2021-08-24 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404195#comment-17404195 ] Mark Robert Miller commented on LUCENE-10002: - I did this some time ago. Re

[GitHub] [lucene] zacharymorn commented on a change in pull request #128: LUCENE-9662: CheckIndex should be concurrent - parallelizing index check across segments

2021-08-24 Thread GitBox
zacharymorn commented on a change in pull request #128: URL: https://github.com/apache/lucene/pull/128#discussion_r695371765 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -605,209 +680,103 @@ public Status checkIndex(List onlySegments) throws

[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-24 Thread GitBox
zacharymorn commented on a change in pull request #240: URL: https://github.com/apache/lucene/pull/240#discussion_r695368539 ## File path: lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollectorManager.java ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache Softwar

[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-24 Thread GitBox
zacharymorn commented on a change in pull request #240: URL: https://github.com/apache/lucene/pull/240#discussion_r695367943 ## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java ## @@ -520,10 +458,39 @@ private DrillDownQuery getDrillDownQuery( }

[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-24 Thread GitBox
zacharymorn commented on a change in pull request #240: URL: https://github.com/apache/lucene/pull/240#discussion_r695366656 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollectorManager.java ## @@ -0,0 +1,175 @@ +/* + * Licensed to the Apache Software F

[jira] [Commented] (LUCENE-10060) Ensure DrillSidewaysQuery instances don't get cached

2021-08-24 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404103#comment-17404103 ] Greg Miller commented on LUCENE-10060: -- After some back-and-forth with [~zacharymo

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

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

[jira] [Commented] (LUCENE-10068) Switch to a "double barrel" HPPC cache for the taxonomy LRU cache

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404030#comment-17404030 ] Michael McCandless commented on LUCENE-10068: - Even though this "double" ma

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

2021-08-24 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=17404019#comment-17404019 ] ASF subversion and git services commented on LUCENE-10054: -- Co

[jira] [Commented] (LUCENE-9614) Implement KNN Query

2021-08-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404013#comment-17404013 ] Julie Tibshirani commented on LUCENE-9614: -- [~mayya] I opened https://issues.ap

[jira] [Commented] (LUCENE-9614) Implement KNN Query

2021-08-24 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404009#comment-17404009 ] Mayya Sharipova commented on LUCENE-9614: - This test reproducibly fails on `main

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

2021-08-24 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=17404007#comment-17404007 ] ASF subversion and git services commented on LUCENE-10054: -- Co

[GitHub] [lucene] jtibshirani commented on pull request #251: LUCENE-10040: Relax TestKnnVectorQuery#testDeletes assertion

2021-08-24 Thread GitBox
jtibshirani commented on pull request #251: URL: https://github.com/apache/lucene/pull/251#issuecomment-904879940 What timing, our CI just caught another related failure. Here there are no deletions, but we also return fewer than `k` results because `k` is so close to the total number of d

[jira] [Updated] (LUCENE-10069) HNSW can miss results with very large k

2021-08-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10069: -- Issue Type: Bug (was: Improvement) > HNSW can miss results with very large k > -

[jira] [Created] (LUCENE-10069) HNSW can miss results with very large k

2021-08-24 Thread Julie Tibshirani (Jira)
Julie Tibshirani created LUCENE-10069: - Summary: HNSW can miss results with very large k Key: LUCENE-10069 URL: https://issues.apache.org/jira/browse/LUCENE-10069 Project: Lucene - Core I

[jira] [Updated] (LUCENE-10067) investigate 6/23/2021 -> 6/24/2021 drop in facets perf

2021-08-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-10067: - Summary: investigate 6/23/2021 -> 6/24/2021 drop in facets perf (was: investigate 6/23/2001 ->

[jira] [Commented] (LUCENE-10040) Handle deletions in nearest vector search

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

[GitHub] [lucene] jtibshirani merged pull request #251: LUCENE-10040: Relax TestKnnVectorQuery#testDeletes assertion

2021-08-24 Thread GitBox
jtibshirani merged pull request #251: URL: https://github.com/apache/lucene/pull/251 -- 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-unsubs

[jira] [Created] (LUCENE-10068) Switch to a "double barrel" HPPC cache for the taxonomy LRU cache

2021-08-24 Thread Gautam Worah (Jira)
Gautam Worah created LUCENE-10068: - Summary: Switch to a "double barrel" HPPC cache for the taxonomy LRU cache Key: LUCENE-10068 URL: https://issues.apache.org/jira/browse/LUCENE-10068 Project: Lucene

[jira] [Commented] (LUCENE-10067) investigate 6/23/2001 -> 6/24/2001 drop in facets perf

2021-08-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403974#comment-17403974 ] Robert Muir commented on LUCENE-10067: -- here is the commits/diff between the two b

[jira] [Commented] (LUCENE-10067) investigate 6/23/2001 -> 6/24/2001 drop in facets perf

2021-08-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403971#comment-17403971 ] Robert Muir commented on LUCENE-10067: -- btw, i haven't yet tried to do basic stuff

[jira] [Created] (LUCENE-10067) investigate 6/23/2001 -> 6/24/2001 drop in facets perf

2021-08-24 Thread Robert Muir (Jira)
Robert Muir created LUCENE-10067: Summary: investigate 6/23/2001 -> 6/24/2001 drop in facets perf Key: LUCENE-10067 URL: https://issues.apache.org/jira/browse/LUCENE-10067 Project: Lucene - Core

[jira] [Updated] (LUCENE-10063) SimpleTextKnnVectorsReader.search needs an implementation

2021-08-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10063: -- Environment: (was: SimpleText doesn't implement vector search today by throwing a

[jira] [Updated] (LUCENE-10063) SimpleTextKnnVectorsReader.search needs an implementation

2021-08-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10063: -- Description: SimpleText doesn't implement vector search today by throwing an Unsuppo

[jira] [Commented] (LUCENE-9972) Performance regression in NRTCachingDirectory

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403914#comment-17403914 ] Michael McCandless commented on LUCENE-9972: {quote}I guess we could start w

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

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403910#comment-17403910 ] Michael McCandless commented on LUCENE-5309: This caused a nice jump in SSDV

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

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403906#comment-17403906 ] Michael McCandless commented on LUCENE-10062: - +1, this is a great idea! >

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

2021-08-24 Thread GitBox
jpountz commented on a change in pull request #240: URL: https://github.com/apache/lucene/pull/240#discussion_r694981562 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollectorManager.java ## @@ -0,0 +1,175 @@ +/* + * Licensed to the Apache Software Found

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

2021-08-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403885#comment-17403885 ] Robert Muir commented on LUCENE-10062: -- +1 for this experiment. I think you are co

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

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403879#comment-17403879 ] Adrien Grand commented on LUCENE-10035: --- No need to maintain both a patch and a P

[GitHub] [lucene] jpountz commented on pull request #242: LUCENE-9620 Add Weight#count(LeafReaderContext)

2021-08-24 Thread GitBox
jpountz commented on pull request #242: URL: https://github.com/apache/lucene/pull/242#issuecomment-904741873 > Note: This method is probably slower than the pre-existing one because it is not slice-level multithreaded like the previous one FWIW I was thinking that we could benefit f

[jira] [Updated] (LUCENE-10051) lucene branch_8x run ant run-task error

2021-08-24 Thread xiaoshi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaoshi updated LUCENE-10051: - Priority: Major (was: Minor) > lucene branch_8x run ant run-task error >

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

2021-08-24 Thread GitBox
jpountz commented on pull request #224: URL: https://github.com/apache/lucene/pull/224#issuecomment-904729746 Let's give this a try. -- 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

[GitHub] [lucene] mikemccand commented on a change in pull request #128: LUCENE-9662: CheckIndex should be concurrent - parallelizing index check across segments

2021-08-24 Thread GitBox
mikemccand commented on a change in pull request #128: URL: https://github.com/apache/lucene/pull/128#discussion_r694930138 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -605,209 +680,103 @@ public Status checkIndex(List onlySegments) throws

[jira] [Commented] (LUCENE-9972) Performance regression in NRTCachingDirectory

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403852#comment-17403852 ] Adrien Grand commented on LUCENE-9972: -- I guess we could start writing on the cache

[GitHub] [lucene] mikemccand commented on a change in pull request #128: LUCENE-9662: CheckIndex should be concurrent - parallelizing index check across segments

2021-08-24 Thread GitBox
mikemccand commented on a change in pull request #128: URL: https://github.com/apache/lucene/pull/128#discussion_r694928200 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -843,6 +812,258 @@ public Status checkIndex(List onlySegments) throws IO

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

2021-08-24 Thread GitBox
xiaoshi2013 commented on pull request #253: URL: https://github.com/apache/lucene/pull/253#issuecomment-904703578 As you suggested, I have also submitted a PR for lucene_8x: LUCENE-10051, thanks. At 2021-08-23 22:37:45, "Michael McCandless" ***@***

[jira] [Commented] (LUCENE-9917) Reduce block size for BEST_SPEED

2021-08-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403836#comment-17403836 ] Robert Muir commented on LUCENE-9917: - I prefer a balanced approach (like this PR) f

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

2021-08-24 Thread GitBox
wuda0112 commented on pull request #224: URL: https://github.com/apache/lucene/pull/224#issuecomment-904685835 > I reviewed the change more deeply today and found a few minor issues that I pushed fixes for, feel free to let me know if they don't work for you! One major issue that I found h

[GitHub] [lucene-solr] xiaoshi2013 opened a new pull request #2559: LUCENE-10051 Fix lucene branch_8x run ant run-task error

2021-08-24 Thread GitBox
xiaoshi2013 opened a new pull request #2559: URL: https://github.com/apache/lucene-solr/pull/2559 This bug is the same as LUCENE-10058, I filed a PR for each. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Commented] (LUCENE-9917) Reduce block size for BEST_SPEED

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403818#comment-17403818 ] Adrien Grand commented on LUCENE-9917: -- There might be a question of whether we sho

[jira] [Commented] (LUCENE-10064) Give findFullFlushMerges a default implementation

2021-08-24 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403812#comment-17403812 ] Michael Sokolov commented on LUCENE-10064: -- +1 to provide some default impl in

[jira] [Commented] (LUCENE-9963) Flatten graph filter has errors when there are holes at beginning or end of alternate paths

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403811#comment-17403811 ] Michael McCandless commented on LUCENE-9963: [~Geoffrey Lawson] – I think th

[jira] [Commented] (LUCENE-9917) Reduce block size for BEST_SPEED

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403808#comment-17403808 ] Adrien Grand commented on LUCENE-9917: -- I tweaked a bit the stored fields format to

[jira] [Commented] (LUCENE-9972) Performance regression in NRTCachingDirectory

2021-08-24 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403804#comment-17403804 ] Michael McCandless commented on LUCENE-9972: Hmm this issue remains open, an

[GitHub] [lucene] jpountz opened a new pull request #257: LUCENE-9917: Smaller block sizes for BEST_SPEED.

2021-08-24 Thread GitBox
jpountz opened a new pull request #257: URL: https://github.com/apache/lucene/pull/257 This reduces the block size for BEST_SPEED in order to trade some compression ratio in exchange for better retrieval speed. -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (LUCENE-9917) Reduce block size for BEST_SPEED

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403792#comment-17403792 ] Adrien Grand commented on LUCENE-9917: -- Yes, sorry for the confusion! > Reduce blo

[jira] [Updated] (LUCENE-9917) Reduce block size for BEST_SPEED

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-9917: - Summary: Reduce block size for BEST_SPEED (was: Reduce block size for BEST_COMPRESSION) > Redu

[jira] [Commented] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.2

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403786#comment-17403786 ] Dawid Weiss commented on LUCENE-9990: - [~gworah] I think this is ready. If you'd lik

[jira] [Created] (LUCENE-10066) Build does not work with JDK16 as gradle's runtime

2021-08-24 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10066: Summary: Build does not work with JDK16 as gradle's runtime Key: LUCENE-10066 URL: https://issues.apache.org/jira/browse/LUCENE-10066 Project: Lucene - Core

[jira] [Updated] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.2

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9990: Summary: Tracking issue for Gradle upgrade to 7.2 (was: Tracking issue for Gradle upgrade to 7.x)

[jira] [Commented] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.x

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403777#comment-17403777 ] Dawid Weiss commented on LUCENE-9990: - This upgrades gradle to 7.2 (latest). It's th

[jira] [Resolved] (LUCENE-10065) Sanity checks when upgrading gradle

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10065. -- Resolution: Information Provided > Sanity checks when upgrading gradle >

[jira] [Created] (LUCENE-10065) Sanity checks when upgrading gradle

2021-08-24 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10065: Summary: Sanity checks when upgrading gradle Key: LUCENE-10065 URL: https://issues.apache.org/jira/browse/LUCENE-10065 Project: Lucene - Core Issue Type: Tas

[jira] [Updated] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.x

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9990: Fix Version/s: main (9.0) > Tracking issue for Gradle upgrade to 7.x > ---

[jira] [Assigned] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.x

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9990: --- Assignee: Dawid Weiss > Tracking issue for Gradle upgrade to 7.x >

[jira] [Commented] (LUCENE-10064) Give findFullFlushMerges a default implementation

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403755#comment-17403755 ] Adrien Grand commented on LUCENE-10064: --- I opened a pull request to show what it

[GitHub] [lucene] jpountz opened a new pull request #256: LUCENE-10064: Implement TieredMergePolicy#findFullFlushMerges.

2021-08-24 Thread GitBox
jpountz opened a new pull request #256: URL: https://github.com/apache/lucene/pull/256 This implementation filters merges returned for natural merging by only considering merges on the lowest level, ie. when the average segment size to be merged is less than or equal to the floor segment s

[jira] [Created] (LUCENE-10064) Give findFullFlushMerges a default implementation

2021-08-24 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10064: - Summary: Give findFullFlushMerges a default implementation Key: LUCENE-10064 URL: https://issues.apache.org/jira/browse/LUCENE-10064 Project: Lucene - Core

[jira] [Updated] (LUCENE-9990) Tracking issue for Gradle upgrade to 7.x

2021-08-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9990: Summary: Tracking issue for Gradle upgrade to 7.x (was: Tracking issue for Gradle upgrade to 7.0.

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

2021-08-24 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403721#comment-17403721 ] Mayya Sharipova commented on LUCENE-10054: -- Julie, I think having a feature br

[GitHub] [lucene] jpountz commented on a change in pull request #242: LUCENE-9620 Add Weight#count(LeafReaderContext)

2021-08-24 Thread GitBox
jpountz commented on a change in pull request #242: URL: https://github.com/apache/lucene/pull/242#discussion_r694668737 ## File path: lucene/core/src/java/org/apache/lucene/search/TermQuery.java ## @@ -179,6 +179,15 @@ public Explanation explain(LeafReaderContext context, int

[GitHub] [lucene-site] janhoy opened a new pull request #60: Remove Google Analytics from Lucene site

2021-08-24 Thread GitBox
janhoy opened a new pull request #60: URL: https://github.com/apache/lucene-site/pull/60 As done for Solr - get rid of GA script for Lucene site. -- 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

[jira] [Resolved] (LUCENE-7020) TieredMergePolicy - cascade maxMergeAtOnce setting to maxMergeAtOnceExplicit

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7020. -- Fix Version/s: 8.10 Resolution: Fixed > TieredMergePolicy - cascade maxMergeAtOnce sett

[jira] [Commented] (LUCENE-7020) TieredMergePolicy - cascade maxMergeAtOnce setting to maxMergeAtOnceExplicit

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

[jira] [Commented] (LUCENE-7020) TieredMergePolicy - cascade maxMergeAtOnce setting to maxMergeAtOnceExplicit

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

[GitHub] [lucene] jpountz merged pull request #230: LUCENE-7020: Remove TieredMergePolicy#setMaxMergeAtOnceExplicit.

2021-08-24 Thread GitBox
jpountz merged pull request #230: URL: https://github.com/apache/lucene/pull/230 -- 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] wuda0112 commented on pull request #224: LUCENE-10035: Simple text codec add multi level skip list data

2021-08-24 Thread GitBox
wuda0112 commented on pull request #224: URL: https://github.com/apache/lucene/pull/224#issuecomment-904431190 > I reviewed the change more deeply today and found a few minor issues that I pushed fixes for, feel free to let me know if they don't work for you! One major issue that I found h

[jira] [Commented] (LUCENE-9620) Add Weight#count(LeafReaderContext)

2021-08-24 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403629#comment-17403629 ] Gautam Worah commented on LUCENE-9620: -- Hey [~jpountz]! I patched the PR to include

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

2021-08-24 Thread GitBox
jpountz commented on pull request #224: URL: https://github.com/apache/lucene/pull/224#issuecomment-904414377 I reviewed the change more deeply today and found a few minor issues that I pushed fixes for, feel free to let me know if they don't work for you! One major issue that I found howe

[jira] [Commented] (LUCENE-10016) VectorReader.search needs rethought, o.a.l.search integration?

2021-08-24 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403576#comment-17403576 ] Adrien Grand commented on LUCENE-10016: --- TestDemo fails with SimpleText, you can

[jira] [Created] (LUCENE-10063) SimpleTextKnnVectorsReader.search needs an implementation

2021-08-24 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10063: - Summary: SimpleTextKnnVectorsReader.search needs an implementation Key: LUCENE-10063 URL: https://issues.apache.org/jira/browse/LUCENE-10063 Project: Lucene - Core