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

2022-07-27 Thread David Smiley
FYI I had filed https://issues.apache.org/jira/browse/INFRA-23503 ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Jul 26, 2022 at 3:54 PM Michael Sokolov wrote: > searching JIRA for "slkjfdf" I found a few issues in other project

[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&focusedCommentId=17551750#comment-17551750 ] David Smiley commented on LUCENE-4574: -- Maybe, but more recently, see LUCENE-1

[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&focusedCommentId=17545527#comment-17545527 ] David Smiley commented on LUCENE-10236: --- If this is a "improvement

[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 qu

[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&focusedCommentId=17500803#comment-17500803 ] David Smiley commented on LUCENE-10302: --- I attached my WIP as a patch

[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 wh

[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 t

[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 t

[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'

[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&focusedCommentId=17462295#comment-17462295 ] David Smiley commented on LUCENE-10197: --- Both paths are viable (do now o

[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! > UnifiedHighligh

[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&focusedCommentId=17456448#comment-17456448 ] David Smiley commented on LUCENE-10302: --- This builder could provide a build

[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&focusedCommentId=17456443#comment-17456443 ] David Smiley commented on LUCENE-10302: --- Fun fact: there are 56 usage

[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&focusedCommentId=17456441#comment-17456441 ] David Smiley commented on LUCENE-10302: --- As an aside; it's weird/an

[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&focusedCommentId=17454023#comment-17454023 ] David Smiley commented on LUCENE-10252: --- I think this could reasonabl

[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&focusedCommentId=17454010#comment-17454010 ] David Smiley commented on LUCENE-10197: --- I think a single JIRA is fine

[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 fet

[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&focusedCommentId=17453674#comment-17453674 ] David Smiley commented on LUCENE-10197: --- I think this could be back-ported

[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&focusedCommentId=17447782#comment-17447782 ] David Smiley commented on LUCENE-10252: --- I commented out putting the &qu

[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 -

[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

[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&focusedCommentId=17434036#comment-17434036 ] David Smiley commented on LUCENE-9660: -- Thanks for reconsidering this.  R

[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&focusedCommentId=17433521#comment-17433521 ] David Smiley commented on LUCENE-10202: --- [~daddywri] when I was working on

[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&focusedCommentId=17433371#comment-17433371 ] David Smiley commented on LUCENE-10201: --- I'll copy-paste the rele

[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&focusedCommentId=17433366#comment-17433366 ] David Smiley commented on LUCENE-10197: --- Development wouldn't be halt

[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&focusedCommentId=17433218#comment-17433218 ] David Smiley commented on LUCENE-10197: --- If this misses Nov 1st, then yes,

[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&focusedCommentId=17433196#comment-17433196 ] David Smiley commented on LUCENE-10197: --- FYI Lucene 9 feature-freeze is Nove

[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&focusedCommentId=17433195#comment-17433195 ] David Smiley commented on LUCENE-9431: -- Other than closing an issue that bec

[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

[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&focusedCommentId=17425542#comment-17425542 ] David Smiley commented on LUCENE-9431: -- Animesh; do you have a GitHub acc

[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&focusedCommentId=17425235#comment-17425235 ] David Smiley commented on LUCENE-9431: -- Thanks Animesh!  There was a documenta

[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&focusedCommentId=17424284#comment-17424284 ] David Smiley commented on LUCENE-9431: -- If I recall, the ability to turn

[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&focusedCommentId=17390274#comment-17390274 ] David Smiley commented on LUCENE-10018: --- [~rmuir] what do you think of the

[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&focusedCommentId=17383314#comment-17383314 ] David Smiley commented on LUCENE-9959: -- Rob, please don't needlessly pe

[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&focusedCommentId=17376554#comment-17376554 ] David Smiley commented on LUCENE-10003: --- This isn't about bugs; it'

[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&focusedCommentId=17375864#comment-17375864 ] David Smiley commented on LUCENE-10003: --- I did some experimentation with usi

[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 us

[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&focusedCommentId=17373723#comment-17373723 ] David Smiley commented on LUCENE-10018: --- I'm happy to do this after LU

[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 mas

[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&focusedCommentId=17366383#comment-17366383 ] David Smiley commented on LUCENE-9204: -- Nice work Michael G! bq. baseline

[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&#

[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&focusedCommentId=17363603#comment-17363603 ] David Smiley commented on LUCENE-10003: --- I think it's enough for GitH

[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&focusedCommentId=17363170#comment-17363170 ] David Smiley commented on LUCENE-10003: --- I had IntelliJ check for this, an

[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 declarati

[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&focusedCommentId=17363149#comment-17363149 ] David Smiley commented on LUCENE-9145: -- Should this remain open or maybe clos

[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. > Incorpo

[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 ana

[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&focusedCommentId=17360556#comment-17360556 ] David Smiley commented on LUCENE-8638: -- Folks, let's return to actually

[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&focusedCommentId=17353770#comment-17353770 ] David Smiley commented on LUCENE-9379: -- Rob, please tone down your lang

[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&focusedCommentId=17352054#comment-17352054 ] David Smiley commented on LUCENE-8143: -- I agree. If inner boosting is br

[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&focusedCommentId=17342820#comment-17342820 ] David Smiley commented on LUCENE-9836: -- Thanks Uwe! > Fix 8.x Maven Val

[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&focusedCommentId=17341985#comment-17341985 ] David Smiley commented on LUCENE-9836: -- Is there any chance this is related to

[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" DI

[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&focusedCommentId=17330804#comment-17330804 ] David Smiley commented on LUCENE-9934: -- I'm asking you to please sugge

[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&focusedCommentId=17327079#comment-17327079 ] David Smiley commented on LUCENE-9934: -- +1 Yes definitely.  The "IN

[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&focusedCommentId=17326128#comment-17326128 ] David Smiley commented on LUCENE-9334: -- Mike, the issue you just file

[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&focusedCommentId=17324302#comment-17324302 ] David Smiley commented on LUCENE-9836: -- I'm a bit confused what

[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&focusedCommentId=17305572#comment-17305572 ] David Smiley commented on LUCENE-9838: -- Rob, is the concern that it'll b

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

2021-03-16 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-9431: - Labels: newdev (was: ) Priority: Minor (was: Blocker) > UnifiedHighlighter: M

[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 configura

[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&focusedCommentId=17299566#comment-17299566 ] David Smiley commented on SOLR-12899: - No.  JTS's classes are resolved dy

[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&focusedCommentId=17299184#comment-17299184 ] David Smiley commented on SOLR-14827: - [~noble.paul] I observed that this co

[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&focusedCommentId=17298544#comment-17298544 ] David Smiley commented on SOLR-15198: - I think these thread names with MD

[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&focusedCommentId=17297840#comment-17297840 ] David Smiley commented on SOLR-15038: - FYI I filed SOLR-15222 to have Solr *

[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 > autos

[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 wood

[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&focusedCommentId=17297627#comment-17297627 ] David Smiley commented on SOLR-15225: - It appears [~markrmil...@gmail.com

[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&focusedCommentId=17297362#comment-17297362 ] David Smiley commented on SOLR-13434: - Why is GlobalTracer.get().close() called

[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&focusedCommentId=17296970#comment-17296970 ] David Smiley commented on SOLR-15215: - bq. would like to have the ZK netty op

[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&focusedCommentId=17296964#comment-17296964 ] David Smiley commented on SOLR-14166: - CC [~yonik] [~jbernste] [~hossman

[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 "

[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&focusedCommentId=17296594#comment-17296594 ] David Smiley commented on SOLR-9027: I was looking back at {{GraphTermsQuery}} t

[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 Pro

[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

[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

[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&focusedCommentId=17296274#comment-17296274 ] David Smiley commented on SOLR-14660: - Correction: Netty will stay in Solr-core

[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&focusedCommentId=17296269#comment-17296269 ] David Smiley commented on SOLR-2852: It does *not* mean that.  The JDK has had an

[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&focusedCommentId=17296241#comment-17296241 ] David Smiley commented on SOLR-15215: - See [~janhoy] comment on the PR -- h

[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&

[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&focusedCommentId=17295758#comment-17295758 ] David Smiley commented on SOLR-14660: - When the build.gradle is created for

[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&focusedCommentId=17295720#comment-17295720 ] David Smiley commented on SOLR-15217: - Maybe use it as an alternative

[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&focusedCommentId=17295620#comment-17295620 ] David Smiley commented on SOLR-2852: Time to do this for 9.0 in at least S

[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 miss

[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&focusedCommentId=17295490#comment-17295490 ] David Smiley commented on SOLR-15185: - Okay. Given that most users of this

[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&focusedCommentId=17295407#comment-17295407 ] David Smiley commented on SOLR-15185: - [~jbernste] can you please recom

  1   2   3   4   5   6   7   8   9   10   >