[jira] [Commented] (LUCENE-4574) FunctionQuery ValueSource value computed twice per document

2022-06-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17551750#comment-17551750 ] David Smiley commented on LUCENE-4574: -- Maybe, but more recently, see LUCENE-10252 which Solr does

[jira] [Commented] (LUCENE-10236) CombinedFieldsQuery to use fieldAndWeights.values() when constructing MultiNormsLeafSimScorer for scoring

2022-06-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545527#comment-17545527 ] David Smiley commented on LUCENE-10236: --- If this is a "improvement", then I think it doesn't go

[jira] [Resolved] (LUCENE-8519) MultiDocValues.getNormValues should not call getMergedFieldInfos

2022-05-21 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8519. -- Fix Version/s: 9.3 Resolution: Fixed Thanks for contributing Rushabh! >

[jira] [Updated] (LUCENE-10454) UnifiedHighlighter can miss terms because of query rewrites

2022-03-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10454: -- Status: Open (was: Open) WeightMatches is the default as of 9.0: LUCENE-9431 -- the

[jira] [Updated] (LUCENE-10454) UnifiedHighlighter can miss terms because of query rewrites

2022-03-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10454: -- Attachment: LUCENE-10454-fix.patch > UnifiedHighlighter can miss terms because of query

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500803#comment-17500803 ] David Smiley commented on LUCENE-10302: --- I attached my WIP as a patch file. Looking back, I

[jira] [Updated] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10302: -- Attachment: LUCENE_PriorityQueue_Builder_with_heapify.patch > PriorityQueue: optimize where

[jira] [Closed] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2022-01-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed LUCENE-6121. > Fix CachingTokenFilter to propagate reset() the first time >

[jira] [Resolved] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2022-01-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-6121. -- Resolution: Fixed > Fix CachingTokenFilter to propagate reset() the first time >

[jira] [Resolved] (LUCENE-10252) ValueSource.asDoubleValues shouldn't fetch score

2022-01-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-10252. --- Fix Version/s: 9.1 Resolution: Fixed > ValueSource.asDoubleValues shouldn't fetch

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-12-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17462295#comment-17462295 ] David Smiley commented on LUCENE-10197: --- Both paths are viable (do now or do later); it can be

[jira] [Resolved] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-12-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-10197. --- Fix Version/s: 9.1 Resolution: Fixed Woohoo; thanks Animesh! > UnifiedHighlighter

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2021-12-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17456448#comment-17456448 ] David Smiley commented on LUCENE-10302: --- This builder could provide a buildList method in

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2021-12-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17456443#comment-17456443 ] David Smiley commented on LUCENE-10302: --- Fun fact: there are 56 usages of Lucene's PriorityQueue

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2021-12-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17456441#comment-17456441 ] David Smiley commented on LUCENE-10302: --- As an aside; it's weird/annoying to have to subclass

[jira] [Created] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2021-12-09 Thread David Smiley (Jira)
David Smiley created LUCENE-10302: - Summary: PriorityQueue: optimize where we collect then iterate by using O(N) heapify Key: LUCENE-10302 URL: https://issues.apache.org/jira/browse/LUCENE-10302

[jira] [Commented] (LUCENE-10252) ValueSource.asDoubleValues shouldn't fetch score

2021-12-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454023#comment-17454023 ] David Smiley commented on LUCENE-10252: --- I think this could reasonably be qualified as a perf

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-12-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454010#comment-17454010 ] David Smiley commented on LUCENE-10197: --- I think a single JIRA is fine. I suppose if we merely

[jira] [Assigned] (LUCENE-10252) ValueSource.asDoubleValues shouldn't fetch score

2021-12-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-10252: - Assignee: David Smiley > ValueSource.asDoubleValues shouldn't fetch score >

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-12-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17453674#comment-17453674 ] David Smiley commented on LUCENE-10197: --- I think this could be back-ported to 9.x so long as we

[jira] [Commented] (LUCENE-10252) ValueSource.asDoubleValues shouldn't fetch score

2021-11-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17447782#comment-17447782 ] David Smiley commented on LUCENE-10252: --- I commented out putting the "scorer" key in this map and

[jira] [Created] (LUCENE-10252) ValueSource.asDoubleValues shouldn't fetch score

2021-11-22 Thread David Smiley (Jira)
David Smiley created LUCENE-10252: - Summary: ValueSource.asDoubleValues shouldn't fetch score Key: LUCENE-10252 URL: https://issues.apache.org/jira/browse/LUCENE-10252 Project: Lucene - Core

[jira] [Resolved] (LUCENE-10201) Upgrade Spatial4j to 0.8

2021-10-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-10201. --- Fix Version/s: main (9.0) Resolution: Fixed > Upgrade Spatial4j to 0.8 >

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17434036#comment-17434036 ] David Smiley commented on LUCENE-9660: -- Thanks for reconsidering this.  Rob's argument was very

[jira] [Updated] (LUCENE-10202) spatial: expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10202: -- Summary: spatial: expose dependencies using Gradle Feature Variants (was: Expose

[jira] [Commented] (LUCENE-10202) Expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433521#comment-17433521 ] David Smiley commented on LUCENE-10202: --- [~daddywri] when I was working on the PR to name the

[jira] [Created] (LUCENE-10202) Expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
David Smiley created LUCENE-10202: - Summary: Expose dependencies using Gradle Feature Variants Key: LUCENE-10202 URL: https://issues.apache.org/jira/browse/LUCENE-10202 Project: Lucene - Core

[jira] [Commented] (LUCENE-10201) Upgrade Spatial4j to 0.8

2021-10-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433371#comment-17433371 ] David Smiley commented on LUCENE-10201: --- I'll copy-paste the release notes: _from CHANGES.md_

[jira] [Created] (LUCENE-10201) Upgrade Spatial4j to 0.8

2021-10-23 Thread David Smiley (Jira)
David Smiley created LUCENE-10201: - Summary: Upgrade Spatial4j to 0.8 Key: LUCENE-10201 URL: https://issues.apache.org/jira/browse/LUCENE-10201 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-10-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433366#comment-17433366 ] David Smiley commented on LUCENE-10197: --- Development wouldn't be halted but it wouldn't be

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433218#comment-17433218 ] David Smiley commented on LUCENE-10197: --- If this misses Nov 1st, then yes, thus won't ship till

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433196#comment-17433196 ] David Smiley commented on LUCENE-10197: --- FYI Lucene 9 feature-freeze is November 1st.  Something

[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433195#comment-17433195 ] David Smiley commented on LUCENE-9431: -- Other than closing an issue that becomes invalid,

[jira] [Resolved] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9431. -- Assignee: David Smiley Resolution: Fixed > UnifiedHighlighter: Make WEIGHT_MATCHES the

[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425542#comment-17425542 ] David Smiley commented on LUCENE-9431: -- Animesh; do you have a GitHub account?  There is some peer

[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425235#comment-17425235 ] David Smiley commented on LUCENE-9431: -- Thanks Animesh!  There was a documentation aspect that

[jira] [Commented] (LUCENE-9431) UnifiedHighlighter: Make WEIGHT_MATCHES the default

2021-10-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17424284#comment-17424284 ] David Smiley commented on LUCENE-9431: -- If I recall, the ability to turn off support for

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

2021-07-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17390274#comment-17390274 ] David Smiley commented on LUCENE-10018: --- [~rmuir] what do you think of the goal stated in this

[jira] [Commented] (LUCENE-9959) Can we remove threadlocals of stored fields and term vectors

2021-07-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17383314#comment-17383314 ] David Smiley commented on LUCENE-9959: -- Rob, please don't needlessly personalize your critical

[jira] [Commented] (LUCENE-10003) Disallow C-style array declarations

2021-07-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376554#comment-17376554 ] David Smiley commented on LUCENE-10003: --- This isn't about bugs; it's about style. As long as the

[jira] [Commented] (LUCENE-10003) Disallow C-style array declarations

2021-07-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17375864#comment-17375864 ] David Smiley commented on LUCENE-10003: --- I did some experimentation with using a regexp in

[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

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

2021-06-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8638: - Priority: Blocker (was: Major) > Remove deprecated code in master >

[jira] [Commented] (LUCENE-9204) Move span queries to the queries module

2021-06-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17366383#comment-17366383 ] David Smiley commented on LUCENE-9204: -- Nice work Michael G! bq. baseline and candidate code are

[jira] [Resolved] (LUCENE-9143) Add more static analysis and clean up resulting warnings/errors

2021-06-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9143. -- Resolution: Fixed Resolving. We can and are already doing this incrementally. I don't

[jira] [Commented] (LUCENE-10003) Disallow C-style array declarations

2021-06-15 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363603#comment-17363603 ] David Smiley commented on LUCENE-10003: --- I think it's enough for GitHub PRs to do the checks, and

[jira] [Commented] (LUCENE-10003) Disallow C-style array declarations

2021-06-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363170#comment-17363170 ] David Smiley commented on LUCENE-10003: --- I had IntelliJ check for this, and it happens in

[jira] [Assigned] (LUCENE-10003) Disallow C-style array declarations

2021-06-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-10003: - Assignee: David Smiley > Disallow C-style array declarations >

[jira] [Created] (LUCENE-10003) Disallow C-style array declarations

2021-06-14 Thread David Smiley (Jira)
David Smiley created LUCENE-10003: - Summary: Disallow C-style array declarations Key: LUCENE-10003 URL: https://issues.apache.org/jira/browse/LUCENE-10003 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-9145) Address warnings found by static analysis

2021-06-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363149#comment-17363149 ] David Smiley commented on LUCENE-9145: -- Should this remain open or maybe close it and file new more

[jira] [Resolved] (LUCENE-3973) Incorporate PMD / FindBugs

2021-06-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-3973. -- Resolution: Won't Fix We use error-prone now. Closing this issue. > Incorporate PMD /

[jira] [Resolved] (LUCENE-7764) Add FindBugs analysis to precommit

2021-06-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-7764. -- Resolution: Won't Fix We use "error-prone" instead now. > Add FindBugs analysis to precommit

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

2021-06-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17360556#comment-17360556 ] David Smiley commented on LUCENE-8638: -- Folks, let's return to actually finish at least what we

[jira] [Commented] (LUCENE-9379) Directory based approach for index encryption

2021-05-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17353770#comment-17353770 ] David Smiley commented on LUCENE-9379: -- Rob, please tone down your language. Don't speak of how

[jira] [Commented] (LUCENE-8143) Remove SpanBoostQuery

2021-05-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17352054#comment-17352054 ] David Smiley commented on LUCENE-8143: -- I agree. If inner boosting is broken, SpanBoostQuery is

[jira] [Commented] (LUCENE-9836) Fix 8.x Maven Validation and publication to work with Maven Central and HTTPS again; remove pure Maven build (did not work anymore)

2021-05-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342820#comment-17342820 ] David Smiley commented on LUCENE-9836: -- Thanks Uwe! > Fix 8.x Maven Validation and publication to

[jira] [Commented] (LUCENE-9836) Fix 8.x Maven Validation and publication to work with Maven Central and HTTPS again; remove pure Maven build (did not work anymore)

2021-05-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341985#comment-17341985 ] David Smiley commented on LUCENE-9836: -- Is there any chance this is related to the smokerelease

[jira] [Resolved] (LUCENE-9938) ConjunctionDISI should recognize DocIdSetIterator.all

2021-04-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-9938. -- Resolution: Invalid Nevermind.  The TPI design requires that the "approximation" DISI coupled

[jira] [Created] (LUCENE-9938) ConjunctionDISI should recognize DocIdSetIterator.all

2021-04-26 Thread David Smiley (Jira)
David Smiley created LUCENE-9938: Summary: ConjunctionDISI should recognize DocIdSetIterator.all Key: LUCENE-9938 URL: https://issues.apache.org/jira/browse/LUCENE-9938 Project: Lucene - Core

[jira] [Commented] (LUCENE-9934) MuseDev on Lucene?

2021-04-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17330804#comment-17330804 ] David Smiley commented on LUCENE-9934: -- I'm asking you to please suggest how to word the request to

[jira] [Commented] (LUCENE-9934) MuseDev on Lucene?

2021-04-21 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17327079#comment-17327079 ] David Smiley commented on LUCENE-9934: -- +1 Yes definitely.  The "INFRA" Jira project is how we

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

2021-04-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17326128#comment-17326128 ] David Smiley commented on LUCENE-9334: -- Mike, the issue you just filed is effectively a duplicate

[jira] [Commented] (LUCENE-9836) Fix 8.x Maven Validation and publication to work with Maven Central and HTTPS again; remove pure Maven build (did not work anymore)

2021-04-17 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324302#comment-17324302 ] David Smiley commented on LUCENE-9836: -- I'm a bit confused what's going away. Would an "mvn

[jira] [Commented] (LUCENE-9838) simd version of VectorUtil.dotProduct

2021-03-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17305572#comment-17305572 ] David Smiley commented on LUCENE-9838: -- Rob, is the concern that it'll be forever before Lucene

[jira] [Issue Comment Deleted] (LUCENE-9078) Term vectors options should not be configurable per-doc

2021-03-15 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-9078: - Comment: was deleted (was: Rebecca Sheffer ) > Term vectors options should not be configurable

[jira] [Issue Comment Deleted] (LUCENE-9078) Term vectors options should not be configurable per-doc

2021-03-15 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-9078: - Comment: was deleted (was: Becca Sheffer 1061 university place Schenectady NY 12308 need more

[jira] [Commented] (SOLR-12899) geodist returns polygon with incorrect distance

2021-03-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17299566#comment-17299566 ] David Smiley commented on SOLR-12899: - No.  JTS's classes are resolved dynamically in a rather

[jira] [Commented] (SOLR-14827) Refactor schema loading to not use XPath

2021-03-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17299184#comment-17299184 ] David Smiley commented on SOLR-14827: - [~noble.paul] I observed that this commit included changes to

[jira] [Commented] (SOLR-15198) Slf4j logs threadName incorrectly in some cases

2021-03-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17298544#comment-17298544 ] David Smiley commented on SOLR-15198: - I think these thread names with MDC is deliberate.  See 

[jira] [Commented] (SOLR-15038) Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to elevation functionality

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297840#comment-17297840 ] David Smiley commented on SOLR-15038: - FYI I filed SOLR-15222 to have Solr *stop* auto-creating

[jira] [Deleted] (SOLR-15228) Single host in a bad state can block collection creation for the cluster with autoscaling enabled

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley deleted SOLR-15228: > Single host in a bad state can block collection creation for the cluster with > autoscaling

[jira] [Resolved] (SOLR-2852) SolrJ doesn't need woodstox jar

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-2852. Fix Version/s: master (9.0) Resolution: Fixed > SolrJ doesn't need woodstox jar >

[jira] [Commented] (SOLR-15225) standardise test class naming

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297627#comment-17297627 ] David Smiley commented on SOLR-15225: - It appears [~markrmil...@gmail.com] is finally/actually

[jira] [Commented] (SOLR-13434) OpenTracing support for Solr

2021-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297362#comment-17297362 ] David Smiley commented on SOLR-13434: - Why is GlobalTracer.get().close() called from

[jira] [Commented] (SOLR-15215) SolrJ: Remove needless Netty dependency

2021-03-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296970#comment-17296970 ] David Smiley commented on SOLR-15215: - bq. would like to have the ZK netty option still available To

[jira] [Commented] (SOLR-14166) Use TwoPhaseIterator for non-cached filter queries

2021-03-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296964#comment-17296964 ] David Smiley commented on SOLR-14166: - CC [~yonik] [~jbernste] [~hossman] as possible reviewers for

[jira] [Updated] (SOLR-15045) 2x latency of synchronous commits due to serial execution on local and distributed leaders

2021-03-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15045: Summary: 2x latency of synchronous commits due to serial execution on local and distributed

[jira] [Updated] (SOLR-15223) Deprecate HttpSolrClient, mark httpcomponents dep as "optional" in SolrJ

2021-03-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15223: Priority: Blocker (was: Major) > Deprecate HttpSolrClient, mark httpcomponents dep as "optional"

[jira] [Commented] (SOLR-9027) Add GraphTermsQuery to limit traversal on high frequency nodes

2021-03-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296594#comment-17296594 ] David Smiley commented on SOLR-9027: I was looking back at {{GraphTermsQuery}} today during the course

[jira] [Updated] (SOLR-15223) Deprecate HttpSolrClient, mark httpcomponents dep as "optional" in SolrJ

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15223: Fix Version/s: master (9.0) Summary: Deprecate HttpSolrClient, mark httpcomponents dep as

[jira] [Created] (SOLR-15223) Deprecate HttpSolrClient, mark httpclient as "optional" in SolrJ

2021-03-05 Thread David Smiley (Jira)
David Smiley created SOLR-15223: --- Summary: Deprecate HttpSolrClient, mark httpclient as "optional" in SolrJ Key: SOLR-15223 URL: https://issues.apache.org/jira/browse/SOLR-15223 Project: Solr

[jira] [Created] (SOLR-15222) Solr should not auto-create the "userfiles" dir

2021-03-05 Thread David Smiley (Jira)
David Smiley created SOLR-15222: --- Summary: Solr should not auto-create the "userfiles" dir Key: SOLR-15222 URL: https://issues.apache.org/jira/browse/SOLR-15222 Project: Solr Issue Type:

[jira] [Assigned] (SOLR-15215) SolrJ: Remove needless Netty dependency

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-15215: --- Assignee: (was: David Smiley) While I think that'd be a fine thing, we don't have that

[jira] [Resolved] (SOLR-15219) TestPointFields.testIntPointFieldMultiValuedRangeFacet fails for seed

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15219. - Fix Version/s: 8.9 Resolution: Fixed >

[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296274#comment-17296274 ] David Smiley commented on SOLR-14660: - Correction: Netty will stay in Solr-core for the foreseeable

[jira] [Commented] (SOLR-2852) SolrJ doesn't need woodstox jar

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296269#comment-17296269 ] David Smiley commented on SOLR-2852: It does *not* mean that.  The JDK has had an XML parser since JDK

[jira] [Commented] (SOLR-15215) SolrJ: Remove needless Netty dependency

2021-03-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296241#comment-17296241 ] David Smiley commented on SOLR-15215: - See [~janhoy] comment on the PR --

[jira] [Created] (SOLR-15219) TestPointFields.testIntPointFieldMultiValuedRangeFacet fails for seed

2021-03-05 Thread David Smiley (Jira)
David Smiley created SOLR-15219: --- Summary: TestPointFields.testIntPointFieldMultiValuedRangeFacet fails for seed Key: SOLR-15219 URL: https://issues.apache.org/jira/browse/SOLR-15219 Project: Solr

[jira] [Resolved] (SOLR-15185) Improve "hash" QParser

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15185. - Fix Version/s: master (9.0) Resolution: Fixed > Improve "hash" QParser >

[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295758#comment-17295758 ] David Smiley commented on SOLR-14660: - When the build.gradle is created for this contrib, please try

[jira] [Commented] (SOLR-15217) rename shardsWhitelist and use it more broadly

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295720#comment-17295720 ] David Smiley commented on SOLR-15217: - Maybe use it as an alternative for "allowSolrUrls" in

[jira] [Created] (SOLR-15217) rename shardsWhitelist and use it more broadly

2021-03-04 Thread David Smiley (Jira)
David Smiley created SOLR-15217: --- Summary: rename shardsWhitelist and use it more broadly Key: SOLR-15217 URL: https://issues.apache.org/jira/browse/SOLR-15217 Project: Solr Issue Type:

[jira] [Commented] (SOLR-2852) SolrJ doesn't need woodstox jar

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295620#comment-17295620 ] David Smiley commented on SOLR-2852: Time to do this for 9.0 in at least SolrJ? > SolrJ doesn't need

[jira] [Created] (SOLR-15215) SolrJ: Remove needless Netty dependency

2021-03-04 Thread David Smiley (Jira)
David Smiley created SOLR-15215: --- Summary: SolrJ: Remove needless Netty dependency Key: SOLR-15215 URL: https://issues.apache.org/jira/browse/SOLR-15215 Project: Solr Issue Type: Improvement

[jira] [Resolved] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15191. - Resolution: Fixed > Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing

[jira] [Commented] (SOLR-15185) Improve "hash" QParser

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295490#comment-17295490 ] David Smiley commented on SOLR-15185: - Okay. Given that most users of this are indirect users via

[jira] [Commented] (SOLR-15185) Improve "hash" QParser

2021-03-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295407#comment-17295407 ] David Smiley commented on SOLR-15185: - [~jbernste] can you please recommend CHANGES.txt and/or ref

[jira] [Commented] (SOLR-14663) ConfigSets CREATE does not set trusted flag

2021-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294996#comment-17294996 ] David Smiley commented on SOLR-14663: - Sorry for the misidentification; thanks for re-routing. >

[jira] [Commented] (SOLR-15031) NPE caused by FunctionQParser returning a null ValueSource

2021-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294985#comment-17294985 ] David Smiley commented on SOLR-15031: - Yeah; it'd be an upgrade headache to change the contract or

  1   2   3   4   5   6   7   8   9   10   >