[jira] [Updated] (SOLR-14090) Schema API - Delete copy field not working when the field contains an underscore

2020-02-03 Thread Frank Iversen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Iversen updated SOLR-14090: - Attachment: managed-schema > Schema API - Delete copy field not working when the field contains a

[jira] [Commented] (SOLR-14090) Schema API - Delete copy field not working when the field contains an underscore

2020-02-03 Thread Frank Iversen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028786#comment-17028786 ] Frank Iversen commented on SOLR-14090: -- Hi Munendra Thank you for your work. I hav

[jira] [Commented] (LUCENE-8656) Deprecations in FuzzyQuery

2020-02-03 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028816#comment-17028816 ] Alan Woodward commented on LUCENE-8656: --- +1 to your PR, thanks for picking this up

[jira] [Commented] (LUCENE-9171) Synonyms Boost by Payload

2020-02-03 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028828#comment-17028828 ] Alan Woodward commented on LUCENE-9171: --- Thanks [~alessandro.benedetti] I think D

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-03 Thread GitBox
romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r374012699 ## File path: lucene/core/src/java/org/apache/lucene/util/AttributeSource.java ## @@ -171,6 +171,

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-03 Thread GitBox
romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r374012472 ## File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java ## @@ -600,29 +6

[jira] [Commented] (LUCENE-9171) Synonyms Boost by Payload

2020-02-03 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028858#comment-17028858 ] Alessandro Benedetti commented on LUCENE-9171: -- Hi [~romseygeek], thanks fo

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-03 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r374032839 ## File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java ## @@ -

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-03 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r374033185 ## File path: lucene/core/src/java/org/apache/lucene/util/AttributeSource.java ## @@ -17

[jira] [Updated] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Attachment: SOLR-14194.patch > Allow Highlighting to work for indexes with uniqueKey that

[jira] [Updated] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Attachment: (was: SOLR-14194.patch) > Allow Highlighting to work for indexes with uni

[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1702#comment-1702 ] Lucene/Solr QA commented on SOLR-14194: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Attachment: (was: SOLR-14194.patch) > Allow Highlighting to work for indexes with uni

[jira] [Updated] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Attachment: SOLR-14194.patch > Allow Highlighting to work for indexes with uniqueKey that

[GitHub] [lucene-solr] romseygeek opened a new pull request #1232: LUCENE-9171: Add BoostAttribute handling to QueryBuilder

2020-02-03 Thread GitBox
romseygeek opened a new pull request #1232: LUCENE-9171: Add BoostAttribute handling to QueryBuilder URL: https://github.com/apache/lucene-solr/pull/1232 This commit allows QueryBuilder to add boosts to term queries and synonym queries when a boost is specified on a particular term via

[jira] [Commented] (LUCENE-9171) Synonyms Boost by Payload

2020-02-03 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028903#comment-17028903 ] Alan Woodward commented on LUCENE-9171: --- I opened [https://github.com/apache/lucen

[jira] [Commented] (LUCENE-8656) Deprecations in FuzzyQuery

2020-02-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028910#comment-17028910 ] Erick Erickson commented on LUCENE-8656: Thanks! The base class CharStream is r

[jira] [Commented] (LUCENE-8656) Deprecations in FuzzyQuery

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028955#comment-17028955 ] ASF subversion and git services commented on LUCENE-8656: - Commi

[jira] [Commented] (LUCENE-8656) Deprecations in FuzzyQuery

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028954#comment-17028954 ] ASF subversion and git services commented on LUCENE-8656: - Commi

[GitHub] [lucene-solr] ErickErickson merged pull request #1229: LUCENE-8656: Deprecations in FuzzyQuery

2020-02-03 Thread GitBox
ErickErickson merged pull request #1229: LUCENE-8656: Deprecations in FuzzyQuery URL: https://github.com/apache/lucene-solr/pull/1229 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-02-03 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028959#comment-17028959 ] Lucene/Solr QA commented on SOLR-14194: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Resolved] (LUCENE-8656) Deprecations in FuzzyQuery

2020-02-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved LUCENE-8656. Fix Version/s: master (9.0) Resolution: Fixed Closes $1229 > Deprecations in Fuzzy

[jira] [Created] (SOLR-14236) 【solr】 A "org.apache.log4j.ConsoleAppender" object is not assignable to a "org.apache.log4j.Appender" variable.

2020-02-03 Thread Jenny Qiu (Jira)
Jenny Qiu created SOLR-14236: Summary: 【solr】 A "org.apache.log4j.ConsoleAppender" object is not assignable to a "org.apache.log4j.Appender" variable. Key: SOLR-14236 URL: https://issues.apache.org/jira/browse/SOLR-14

[jira] [Created] (LUCENE-9202) Refactor TopFieldCollector

2020-02-03 Thread Michael Sokolov (Jira)
Michael Sokolov created LUCENE-9202: --- Summary: Refactor TopFieldCollector Key: LUCENE-9202 URL: https://issues.apache.org/jira/browse/LUCENE-9202 Project: Lucene - Core Issue Type: Improvem

[GitHub] [lucene-solr] msokolov opened a new pull request #1233: LUCENE-9202: refactor leaf collectors in TopFieldCollector

2020-02-03 Thread GitBox
msokolov opened a new pull request #1233: LUCENE-9202: refactor leaf collectors in TopFieldCollector URL: https://github.com/apache/lucene-solr/pull/1233 Refactoring the two LeafCollector subclasses here into a shared `TopFieldLeafCollector` class to make the code easier on the eyes and am

[jira] [Commented] (SOLR-13132) Improve JSON "terms" facet performance when sorted by relatedness

2020-02-03 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029086#comment-17029086 ] Michael Gibney commented on SOLR-13132: --- Thanks for looking into this [~solrtrey].

[jira] [Updated] (SOLR-12447) Allow SimplePostTool to POST hidden files.

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12447: --- Fix Version/s: (was: master (9.0)) > Allow SimplePostTool to POST hidden files. >

[jira] [Commented] (SOLR-12447) Allow SimplePostTool to POST hidden files.

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029103#comment-17029103 ] Christine Poerschke commented on SOLR-12447: Removed 'fix version' since noth

[GitHub] [lucene-solr] magibney commented on issue #751: SOLR-13132: single sweep iteration over base, foreground, and background sets for "relatedness" calculation

2020-02-03 Thread GitBox
magibney commented on issue #751: SOLR-13132: single sweep iteration over base, foreground, and background sets for "relatedness" calculation URL: https://github.com/apache/lucene-solr/pull/751#issuecomment-581521625 As mentioned in a comment on the Jira issue for [SOLR-13132](https://issu

[jira] [Commented] (SOLR-13265) TLOG replica, updateHandler errors in metrics, no logs

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029105#comment-17029105 ] Christine Poerschke commented on SOLR-13265: Removed 'fix version' since noth

[jira] [Updated] (SOLR-13265) TLOG replica, updateHandler errors in metrics, no logs

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13265: --- Fix Version/s: (was: master (9.0)) > TLOG replica, updateHandler errors in metric

[jira] [Updated] (SOLR-13591) AlreadyClosedException in SolrJ

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13591: --- Fix Version/s: (was: 8.2) (was: master (9.0)) > AlreadyClo

[jira] [Commented] (SOLR-13591) AlreadyClosedException in SolrJ

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029108#comment-17029108 ] Christine Poerschke commented on SOLR-13591: Removed 'fix versions' since not

[jira] [Commented] (SOLR-12886) QParserPlugin to support SolrCoreAware

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029109#comment-17029109 ] Christine Poerschke commented on SOLR-12886: Removed 'fix version' since noth

[jira] [Updated] (SOLR-12886) QParserPlugin to support SolrCoreAware

2020-02-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12886: --- Fix Version/s: (was: 8.2) (was: master (9.0)) > QParserPlu

[GitHub] [lucene-solr] markharwood opened a new pull request #1234: Add compression for Binary doc value fields

2020-02-03 Thread GitBox
markharwood opened a new pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234 This PR stores groups of 32 doc values in LZ4 compressed blocks. ### Write performance Test results for loading 680mb of log data (1.8m do

[GitHub] [lucene-solr] anshumg commented on issue #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-02-03 Thread GitBox
anshumg commented on issue #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1205#issuecomment-581539337 @madrob - this is a PR against 8x. This is an automated messa

[GitHub] [lucene-solr] anshumg merged pull request #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-02-03 Thread GitBox
anshumg merged pull request #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1205 This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Commented] (SOLR-14206) Annotate classes for thread safety

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029140#comment-17029140 ] ASF subversion and git services commented on SOLR-14206: Commit 0

[jira] [Commented] (SOLR-14206) Annotate classes for thread safety

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029141#comment-17029141 ] ASF subversion and git services commented on SOLR-14206: Commit 0

[jira] [Commented] (SOLR-12447) Allow SimplePostTool to POST hidden files.

2020-02-03 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029168#comment-17029168 ] Lucene/Solr QA commented on SOLR-12447: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-14202) UpdateProcessor/also in DIH with a ScriptTransformer that does Atomic Updates leaks searchers

2020-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Franke updated SOLR-14202: --- Summary: UpdateProcessor/also in DIH with a ScriptTransformer that does Atomic Updates leaks searcher

[jira] [Commented] (SOLR-14202) UpdateProcessor/also in DIH with a ScriptTransformer that does Atomic Updates leaks searchers

2020-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029260#comment-17029260 ] Jörn Franke commented on SOLR-14202: I updated the title, because the problem may not

[jira] [Commented] (SOLR-14202) UpdateProcessor/also in DIH with a ScriptTransformer that does Atomic Updates leaks searchers

2020-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029273#comment-17029273 ] Jörn Franke commented on SOLR-14202: Some excerpt from the logfiles when this happens

[jira] [Commented] (SOLR-14236) 【solr】 A "org.apache.log4j.ConsoleAppender" object is not assignable to a "org.apache.log4j.Appender" variable.

2020-02-03 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029274#comment-17029274 ] Shawn Heisey commented on SOLR-14236: - Solr 4.10.1 has been unsupported for a VERY lo

[GitHub] [lucene-solr] msokolov opened a new pull request #1235: LUCENE-8929: parallel early termination sharing counts and max scores across leaves

2020-02-03 Thread GitBox
msokolov opened a new pull request #1235: LUCENE-8929: parallel early termination sharing counts and max scores across leaves URL: https://github.com/apache/lucene-solr/pull/1235 # Description Briefly, introduces a new object for sharing scores and counts in `TopFieldCollector` in order

[jira] [Commented] (LUCENE-8929) Early Terminating CollectorManager

2020-02-03 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029331#comment-17029331 ] Michael Sokolov commented on LUCENE-8929: - This has been sitting for a while, an

[GitHub] [lucene-solr] madrob commented on issue #1217: SOLR-14223 PublicKeyHandler consumes a lot of entropy during tests

2020-02-03 Thread GitBox
madrob commented on issue #1217: SOLR-14223 PublicKeyHandler consumes a lot of entropy during tests URL: https://github.com/apache/lucene-solr/pull/1217#issuecomment-581649599 Current state is partial implementation of Robert's suggestion, the other half that we would need is to plumb the

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-02-03 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029402#comment-17029402 ] Michael McCandless commented on LUCENE-8962: Ahh that's a very good point [~

[GitHub] [lucene-solr] msfroh commented on a change in pull request #1155: LUCENE-8962: Add ability to selectively merge on commit

2020-02-03 Thread GitBox
msfroh commented on a change in pull request #1155: LUCENE-8962: Add ability to selectively merge on commit URL: https://github.com/apache/lucene-solr/pull/1155#discussion_r374445284 ## File path: lucene/core/src/java/org/apache/lucene/index/MergePolicy.java ## @@ -526,6 +

[jira] [Comment Edited] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028283#comment-17028283 ] Xin-Chun Zhang edited comment on LUCENE-9004 at 2/4/20 3:28 AM: --

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2020-02-03 Thread Radar Da Lei (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029554#comment-17029554 ] Radar Da Lei commented on SOLR-13240: - [~cpoerschke] Thanks for the information. I f

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Yury Malkov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029571#comment-17029571 ] Yury Malkov commented on LUCENE-9004: - [~irvingzhang] Are you sure the results are

[jira] [Updated] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9004: --- Attachment: 屏幕快照 2020-02-04 下午12.46.01.png 屏幕快照 2020-02-04 上午10.38.26.png >

[jira] [Resolved] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-02-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14040. - Resolution: Fixed > solr.xml shareSchema does not work in SolrCloud > ---

[jira] [Commented] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029590#comment-17029590 ] Xin-Chun Zhang commented on LUCENE-9004: ??Are you sure the results are accurate

[jira] [Updated] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9004: --- Attachment: (was: 屏幕快照 2020-02-04 上午10.38.26.png) > Approximate nearest vector search >

[jira] [Updated] (LUCENE-9004) Approximate nearest vector search

2020-02-03 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9004: --- Attachment: (was: 屏幕快照 2020-02-04 下午12.46.01.png) > Approximate nearest vector search >

[GitHub] [lucene-solr] iverase merged pull request #1228: LUCENE-9197: fix wrong implementation on Point2D#withinTriangle

2020-02-03 Thread GitBox
iverase merged pull request #1228: LUCENE-9197: fix wrong implementation on Point2D#withinTriangle URL: https://github.com/apache/lucene-solr/pull/1228 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (LUCENE-9197) Point2D#withinTriangle logic is wrong

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029592#comment-17029592 ] ASF subversion and git services commented on LUCENE-9197: - Commi

[jira] [Commented] (LUCENE-9197) Point2D#withinTriangle logic is wrong

2020-02-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029593#comment-17029593 ] ASF subversion and git services commented on LUCENE-9197: - Commi

[jira] [Created] (SOLR-14237) Add authenticated user principal in Solr admin UI

2020-02-03 Thread mosh (Jira)
mosh created SOLR-14237: --- Summary: Add authenticated user principal in Solr admin UI Key: SOLR-14237 URL: https://issues.apache.org/jira/browse/SOLR-14237 Project: Solr Issue Type: New Feature Se

[jira] [Commented] (SOLR-14236) 【solr】 A "org.apache.log4j.ConsoleAppender" object is not assignable to a "org.apache.log4j.Appender" variable.

2020-02-03 Thread Jenny Qiu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029621#comment-17029621 ] Jenny Qiu commented on SOLR-14236: -- Thx u so much for ur answer, I think I know much bet