[jira] [Updated] (LUCENE-9855) Reconsider names for ANN related format and APIs

2021-07-02 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-9855: -- Fix Version/s: main (9.0) > Reconsider names for ANN related format and APIs >

[jira] [Commented] (LUCENE-9855) Reconsider names for ANN related format and APIs

2021-07-02 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373913#comment-17373913 ] Tomoko Uchida commented on LUCENE-9855: --- Thanks [~julietibs] and [~sokolov] for your thoughts.

[jira] [Commented] (LUCENE-10018) Remove Fields from TermVector reader related usage

2021-07-02 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373895#comment-17373895 ] Zach Chen commented on LUCENE-10018: Sounds good, thanks David! > Remove Fields from TermVector

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

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

[GitHub] [lucene] zacharymorn commented on pull request #180: LUCENE-9959: Add non thread local based API for term vector reader usage

2021-07-02 Thread GitBox
zacharymorn commented on pull request #180: URL: https://github.com/apache/lucene/pull/180#issuecomment-873345151 Hi @jpountz @rmuir, just want to check back to see if the current changes look good to you? I plan to create another PR to do the `TermVectorsReader` renaming as per

[GitHub] [lucene] gautamworah96 commented on a change in pull request #191: LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields

2021-07-02 Thread GitBox
gautamworah96 commented on a change in pull request #191: URL: https://github.com/apache/lucene/pull/191#discussion_r663272121 ## File path: lucene/CHANGES.txt ## @@ -380,6 +380,9 @@ Bug Fixes - * LUCENE-9988: Fix DrillSideways correctness bug introduced

[GitHub] [lucene-solr] gautamworah96 opened a new pull request #2521: Backport LUCENE-9948 LUCENE-9964

2021-07-02 Thread GitBox
gautamworah96 opened a new pull request #2521: URL: https://github.com/apache/lucene-solr/pull/2521 This PR backports LUCENE-9948 (Automatically detect multi and single valued..) and LUCENE-9964 (Duplicate long values ...). Backporting just LUCENE-9964 was difficult to achieve

[jira] [Commented] (LUCENE-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373743#comment-17373743 ] Uwe Schindler commented on LUCENE-10019: Here is the pull request:

[GitHub] [lucene] uschindler commented on a change in pull request #203: LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread GitBox
uschindler commented on a change in pull request #203: URL: https://github.com/apache/lucene/pull/203#discussion_r663210670 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90CompoundReader.java ## @@ -130,7 +130,7 @@ public

[GitHub] [lucene] uschindler commented on a change in pull request #203: LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread GitBox
uschindler commented on a change in pull request #203: URL: https://github.com/apache/lucene/pull/203#discussion_r663210271 ## File path: lucene/core/src/test/org/apache/lucene/index/TestSizeBoundedForceMerge.java ## @@ -45,6 +45,8 @@ private static IndexWriterConfig

[GitHub] [lucene] uschindler opened a new pull request #203: LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread GitBox
uschindler opened a new pull request #203: URL: https://github.com/apache/lucene/pull/203 While discussing about MMapDirectory and fast access to file contents through MMap #177 and previous versions of this draft, also), I figured out that for most Lucene files, the data inside is not

[GitHub] [lucene] cpoerschke commented on a change in pull request #202: LUCENE-8638, LUCENE-8682: remove deprecated WordDelimiterFilter[Factory] classes

2021-07-02 Thread GitBox
cpoerschke commented on a change in pull request #202: URL: https://github.com/apache/lucene/pull/202#discussion_r663192060 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/core/TestBugInSomething.java ## @@ -292,14 +292,13 @@ public void

[jira] [Assigned] (LUCENE-10018) Remove Fields from TermVector reader related usage

2021-07-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-10018: - Assignee: David Smiley > Remove Fields from TermVector reader related usage >

[jira] [Commented] (LUCENE-10018) Remove Fields from TermVector reader related usage

2021-07-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373723#comment-17373723 ] David Smiley commented on LUCENE-10018: --- I'm happy to do this after LUCENE-9959

[GitHub] [lucene-solr] dsmiley merged pull request #2520: SOLR-15355 - Upgrade hadoop to version 3.2.2 to fix CVE

2021-07-02 Thread GitBox
dsmiley merged pull request #2520: URL: https://github.com/apache/lucene-solr/pull/2520 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [lucene] cpoerschke commented on pull request #202: LUCENE-8638: remove deprecated WordDelimiterFilter[Factory] classes

2021-07-02 Thread GitBox
cpoerschke commented on pull request #202: URL: https://github.com/apache/lucene/pull/202#issuecomment-873173511 > And I'd like to mention that https://github.com/apache/solr/search?q=WordDelimiterFilter currently still contains references and we may wish to deal with them before merging

[GitHub] [lucene] cpoerschke commented on pull request #202: LUCENE-8638: remove deprecated WordDelimiterFilter[Factory] classes

2021-07-02 Thread GitBox
cpoerschke commented on pull request #202: URL: https://github.com/apache/lucene/pull/202#issuecomment-873171067 And I'd like to mention that https://github.com/apache/solr/search?q=WordDelimiterFilter currently still contains references and we may wish to deal with them before merging

[GitHub] [lucene] cpoerschke opened a new pull request #202: LUCENE-8638: remove deprecated WordDelimiterFilter[Factory] classes

2021-07-02 Thread GitBox
cpoerschke opened a new pull request #202: URL: https://github.com/apache/lucene/pull/202 https://issues.apache.org/jira/browse/LUCENE-8638 -- 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

[GitHub] [lucene] cpoerschke opened a new pull request #201: LUCENE-8638: remove deprecated FixBrokenOffsetsFilter[Factory] classes

2021-07-02 Thread GitBox
cpoerschke opened a new pull request #201: URL: https://github.com/apache/lucene/pull/201 https://issues.apache.org/jira/browse/LUCENE-8638 -- 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

[jira] [Commented] (LUCENE-8638) Remove deprecated code in master

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

[GitHub] [lucene] cpoerschke merged pull request #198: LUCENE-8638: remove deprecated Legacy*DocValues* classes in org.apache.lucene.codecs.memory package

2021-07-02 Thread GitBox
cpoerschke merged pull request #198: URL: https://github.com/apache/lucene/pull/198 -- 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-9962) DrillSideways users should be able to opt-out of "drill down" facet collecting

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

[jira] [Commented] (LUCENE-9981) CompiledAutomaton.getCommonSuffix can be extraordinarily slow, even with default maxDeterminizedStates limit

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

[jira] [Commented] (LUCENE-9988) Address DrillSideways bug discovered during randomized testing

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

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

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

[jira] [Commented] (LUCENE-9988) Address DrillSideways bug discovered during randomized testing

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

[jira] [Commented] (LUCENE-9944) Implement alternative drill sideways faceting with provided CollectorManager

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

[jira] [Commented] (LUCENE-9944) Implement alternative drill sideways faceting with provided CollectorManager

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

[jira] [Commented] (LUCENE-9962) DrillSideways users should be able to opt-out of "drill down" facet collecting

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

[GitHub] [lucene] cpoerschke merged pull request #197: remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs

2021-07-02 Thread GitBox
cpoerschke merged pull request #197: URL: https://github.com/apache/lucene/pull/197 -- 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-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373632#comment-17373632 ] Uwe Schindler commented on LUCENE-10019: I just figured out, that Lucene90CompoundFileReader

[jira] [Updated] (LUCENE-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10019: --- Description: While discussing about MMapDirectory and fast access to file contents through

[jira] [Updated] (LUCENE-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10019: --- Description: While discussing about MMapDirectory and fast access to file contents through

[jira] [Resolved] (LUCENE-4755) Unmap MMapIndexInput's in a delayed way, and avoid WeakReference usage.

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4755. --- Resolution: Won't Fix we no longer use weak references > Unmap MMapIndexInput's in a

[jira] [Closed] (LUCENE-4755) Unmap MMapIndexInput's in a delayed way, and avoid WeakReference usage.

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-4755. - > Unmap MMapIndexInput's in a delayed way, and avoid WeakReference usage. >

[jira] [Updated] (LUCENE-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10019: --- Description: While discussing about MMapDirectory and fast access to file contents thorigh

[jira] [Created] (LUCENE-10019) Align file starts in CFS files to have proper alignment (8 bytes)

2021-07-02 Thread Uwe Schindler (Jira)
Uwe Schindler created LUCENE-10019: -- Summary: Align file starts in CFS files to have proper alignment (8 bytes) Key: LUCENE-10019 URL: https://issues.apache.org/jira/browse/LUCENE-10019 Project:

[GitHub] [lucene] gsmiller commented on pull request #159: LUCENE-9945: extend DrillSideways to expose FacetCollector and drill-down dimensions

2021-07-02 Thread GitBox
gsmiller commented on pull request #159: URL: https://github.com/apache/lucene/pull/159#issuecomment-872979660 @sejal-pawar is there anything I can do to help out with this or answer any questions you might have? Please let me know! Thanks again for taking this on! -- This is an

[jira] [Comment Edited] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova edited comment on LUCENE-9334 at 7/2/21, 12:51 PM: ---

[jira] [Comment Edited] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova edited comment on LUCENE-9334 at 7/2/21, 12:51 PM: ---

[jira] [Comment Edited] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova edited comment on LUCENE-9334 at 7/2/21, 12:47 PM: ---

[jira] [Comment Edited] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova edited comment on LUCENE-9334 at 7/2/21, 12:46 PM: ---

[jira] [Comment Edited] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova edited comment on LUCENE-9334 at 7/2/21, 12:46 PM: ---

[jira] [Commented] (LUCENE-9334) Require consistency between data-structures on a per-field basis

2021-07-02 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17373494#comment-17373494 ] Mayya Sharipova commented on LUCENE-9334: - [~jpountz] For old indices with inconsistent data

[GitHub] [lucene] pawel-bugalski-dynatrace commented on pull request #99: LUCENE-9869 allow for configuring a custom cache purge scheduler in Monitor (aka Luwak)

2021-07-02 Thread GitBox
pawel-bugalski-dynatrace commented on pull request #99: URL: https://github.com/apache/lucene/pull/99#issuecomment-872958780 @romseygeek @uschindler can you have a look at this PR. Do you think it is a move in a right direction? How can I improve it so it can be merged? -- This is an