[jira] [Created] (SOLR-15200) Nightly test run.

2021-02-25 Thread Mark Robert Miller (Jira)
Mark Robert Miller created SOLR-15200: - Summary: Nightly test run. Key: SOLR-15200 URL: https://issues.apache.org/jira/browse/SOLR-15200 Project: Solr Issue Type: Sub-task Rep

[GitHub] [lucene-solr] zacharymorn edited a comment on pull request #2342: LUCENE-9406: Add IndexWriterEventListener to track events in IndexWriter

2021-02-25 Thread GitBox
zacharymorn edited a comment on pull request #2342: URL: https://github.com/apache/lucene-solr/pull/2342#issuecomment-786474048 Circling back to this PR as I just realized I have forgotten about it.. :D Thanks @dweiss for the review! @mikemccand do you think this PR is ready n

[GitHub] [lucene-solr] zacharymorn commented on pull request #2342: LUCENE-9406: Add IndexWriterEventListener to track events in IndexWriter

2021-02-25 Thread GitBox
zacharymorn commented on pull request #2342: URL: https://github.com/apache/lucene-solr/pull/2342#issuecomment-786474048 Circling back to this PR as I just realized it's not closed yet.. :D Thanks @dweiss for the review! @mikemccand do you think this PR is ready now? Anything

[GitHub] [lucene-solr] thomaswoeckinger commented on pull request #2426: SOLR-15191: Fix faceting on EnumFieldType

2021-02-25 Thread GitBox
thomaswoeckinger commented on pull request #2426: URL: https://github.com/apache/lucene-solr/pull/2426#issuecomment-786456852 > Thanks; looks good to me and is simpler too. I ran tests. Can you propose a CHANGES.txt entry please? I suppose one aspect of this is a bug as indicated in your J

[jira] [Resolved] (LUCENE-9812) Hunspell: honor empty stripping affixes when generating suggestions

2021-02-25 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9812. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: honor empty stripping affixes w

[jira] [Commented] (LUCENE-9812) Hunspell: honor empty stripping affixes when generating suggestions

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

[GitHub] [lucene-solr] rmuir merged pull request #2432: LUCENE-9812: Hunspell: honor empty stripping affixes when generating suggestions

2021-02-25 Thread GitBox
rmuir merged pull request #2432: URL: https://github.com/apache/lucene-solr/pull/2432 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

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

2021-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291393#comment-17291393 ] David Smiley commented on SOLR-15185: - I'm really glad to hear you like it! No rush.

[GitHub] [lucene-solr] dsmiley commented on pull request #2426: SOLR-15191: Fix faceting on EnumFieldType

2021-02-25 Thread GitBox
dsmiley commented on pull request #2426: URL: https://github.com/apache/lucene-solr/pull/2426#issuecomment-786409516 Thanks; looks good to me and is simpler too. I ran tests. Can you propose a CHANGES.txt entry please? I suppose one aspect of this is a bug as indicated in your JIRA text

[jira] [Resolved] (SOLR-8942) Set "enableRemoteStreaming" to false in default configsets

2021-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-8942. Resolution: Duplicate Closing; this was done years ago. > Set "enableRemoteStreaming" to false in d

[GitHub] [lucene-solr] msokolov commented on pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
msokolov commented on pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433#issuecomment-786368210 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (LUCENE-9639) Add unit tests for SImpleTextVector format

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

[GitHub] [lucene-solr] msokolov merged pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
msokolov merged pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[jira] [Commented] (LUCENE-3320) Explore Proximity Scoring

2021-02-25 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291335#comment-17291335 ] Tomoko Uchida commented on LUCENE-3320: --- I am very new to this issue. LUCENE-2878

[GitHub] [lucene-solr] zacharymorn commented on pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
zacharymorn commented on pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433#issuecomment-786334969 hi @mayya-sharipova, I just ran the command you provided in the jira ticket against the change, and it now passed as well. ``` xichen@Xis-MacBook-Pro lucene-so

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
zacharymorn commented on a change in pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433#discussion_r583310433 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextVectorReader.java ## @@ -37,10 +37,7 @@ import org.apache.luc

[GitHub] [lucene-solr] tflobbe commented on pull request #2411: SOLR-13696 Simplify routed alias tests to avoid flakiness, improve debugging

2021-02-25 Thread GitBox
tflobbe commented on pull request #2411: URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-786327686 I don't think this will work well. Gradle runs multiple tests on the same JVM, static state will span multiple tests (so, depending on the order of tests, this could conflic

[GitHub] [lucene-solr] janhoy commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
janhoy commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583296977 ## File path: solr/core/src/java/org/apache/solr/security/JWTIssuerConfig.java ## @@ -68,6 +68,11 @@ private WellKnownDiscoveryConfig wellKnownDisco

[GitHub] [lucene-solr] janhoy commented on pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
janhoy commented on pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#issuecomment-786317911 It's difficult to review since it suddenly contains unrelated edits. Think you should merge in latest master again... ---

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583268708 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583268336 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[GitHub] [lucene-solr] epugh commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583265431 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[GitHub] [lucene-solr] epugh commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583262966 ## File path: solr/core/src/java/org/apache/solr/security/JWTIssuerConfig.java ## @@ -349,12 +349,18 @@ public HttpsJwksFactory(long jwkCacheDuration, l

[GitHub] [lucene-solr] epugh commented on pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#issuecomment-786284092 I've added in the environment variable that @janhoy suggested. I don't know if the warning actually is needed anymore, since presumably if you set the environment variable yo

[GitHub] [lucene-solr] epugh commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583262322 ## File path: solr/core/src/java/org/apache/solr/security/JWTIssuerConfig.java ## @@ -349,12 +349,18 @@ public HttpsJwksFactory(long jwkCacheDuration, l

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583262258 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583259647 ## File path: solr/core/src/java/org/apache/solr/security/JWTIssuerConfig.java ## @@ -349,12 +349,18 @@ public HttpsJwksFactory(long jwkCacheDuration,

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #226: Add terminationGracePeriod option, and use it when killing Solr.

2021-02-25 Thread GitBox
HoustonPutman commented on a change in pull request #226: URL: https://github.com/apache/lucene-solr-operator/pull/226#discussion_r583248581 ## File path: controllers/util/solr_util.go ## @@ -266,6 +270,9 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud, solrCloudStatus

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583244417 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[jira] [Resolved] (SOLR-13034) RealTimeGetComponent#toSolrInputDocument should materialize LazyFields

2021-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-13034. - Fix Version/s: 8.9 Resolution: Fixed Note: the work-around is simply to disable enableLazy

[GitHub] [lucene-solr] epugh commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583225058 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -144,13 +172,29 @@ public void wellKnownConfigFromString() thro

[jira] [Commented] (SOLR-13034) RealTimeGetComponent#toSolrInputDocument should materialize LazyFields

2021-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291239#comment-17291239 ] ASF subversion and git services commented on SOLR-13034: Commit 1

[GitHub] [lucene-solr] epugh commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583223688 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[jira] [Commented] (LUCENE-9639) Add unit tests for SImpleTextVector format

2021-02-25 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291237#comment-17291237 ] Mayya Sharipova commented on LUCENE-9639: - This test currently reproducibly fail

[jira] [Commented] (SOLR-13034) RealTimeGetComponent#toSolrInputDocument should materialize LazyFields

2021-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291234#comment-17291234 ] ASF subversion and git services commented on SOLR-13034: Commit 6

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: (was: code-hilite-before.png) > New Solr TLP site > - > >

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: (was: code-hilite-after.png) > New Solr TLP site > - > >

[GitHub] [lucene-solr] dsmiley merged pull request #2408: SOLR-13034: RTG sometimes didn't materialize LazyField

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

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: code-hilite-after.png code-hilite-before.png > New Solr TLP site > --

[jira] [Commented] (SOLR-14499) New Solr TLP site

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291232#comment-17291232 ] Jan Høydahl commented on SOLR-14499: I have been annoyed by the bad formatting of cod

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: code-hilite-before.png code-hilite-after.png > New Solr TLP site > --

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

2021-02-25 Thread Megan Carey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Megan Carey updated SOLR-15198: --- Description: I'm running Solr 8.6, and I'm seeing some logs report threadName with the entire log me

[GitHub] [lucene-solr] madrob commented on a change in pull request #2429: LUCENE-9791 Allow calling BytesRefHash#find concurrently

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2429: URL: https://github.com/apache/lucene-solr/pull/2429#discussion_r583176395 ## File path: lucene/core/src/java/org/apache/lucene/util/BytesRefHash.java ## @@ -31,18 +31,21 @@ * to the id is encapsulated inside {@link BytesRef

[jira] [Commented] (LUCENE-9794) Optimize skipBytes implementation in remaining DataInput subclasses

2021-02-25 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291218#comment-17291218 ] Greg Miller commented on LUCENE-9794: - Thanks [~rcmuir] for having a look, all the i

[GitHub] [lucene-solr] madrob commented on a change in pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583170235 ## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() {

[GitHub] [lucene-solr-operator] thelabdude commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
thelabdude commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r583157037 ## File path: docs/solr-cloud/solr-cloud-crd.md ## @@ -543,3 +543,234 @@ spec: ``` The example settings above will result in your Solr po

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

2021-02-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291205#comment-17291205 ] David Smiley commented on SOLR-15198: - >From the title, if the problem is indeed in S

[jira] [Commented] (SOLR-14216) Exclude HealthCheck from authentication

2021-02-25 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291202#comment-17291202 ] David Eric Pugh commented on SOLR-14216: Curious what change you made [~janhoy] ?

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #226: Add terminationGracePeriod option, and use it when killing Solr.

2021-02-25 Thread GitBox
HoustonPutman commented on a change in pull request #226: URL: https://github.com/apache/lucene-solr-operator/pull/226#discussion_r583151756 ## File path: controllers/util/solr_util.go ## @@ -266,6 +270,9 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud, solrCloudStatus

[GitHub] [lucene-solr-operator] madrob commented on a change in pull request #226: Add terminationGracePeriod option, and use it when killing Solr.

2021-02-25 Thread GitBox
madrob commented on a change in pull request #226: URL: https://github.com/apache/lucene-solr-operator/pull/226#discussion_r583150510 ## File path: controllers/util/solr_util.go ## @@ -266,6 +270,9 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud, solrCloudStatus *solr.S

[GitHub] [lucene-solr] msokolov commented on a change in pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
msokolov commented on a change in pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433#discussion_r583149084 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextVectorReader.java ## @@ -37,10 +37,7 @@ import org.apache.lucene

[GitHub] [lucene-solr-operator] HoustonPutman opened a new pull request #226: Add terminationGracePeriod option, and use it when killing Solr.

2021-02-25 Thread GitBox
HoustonPutman opened a new pull request #226: URL: https://github.com/apache/lucene-solr-operator/pull/226 This will use the `terminationGracePeriod`, minus a few seconds, and give that to Solr as the `SOLR_STOP_WAIT` value. That way Solr and Kubernetes are on the same page as to how

[jira] [Comment Edited] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291093#comment-17291093 ] Joel Bernstein edited comment on SOLR-14787 at 2/25/21, 8:11 PM: --

[jira] [Created] (SOLR-15199) bin/solr should expose all actions provided by SolrCLI, such as "api"

2021-02-25 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15199: - Summary: bin/solr should expose all actions provided by SolrCLI, such as "api" Key: SOLR-15199 URL: https://issues.apache.org/jira/browse/SOLR-15199 Project: Solr

[GitHub] [lucene-solr] thomaswoeckinger commented on pull request #2426: SOLR-15191: Fix faceting on EnumFieldType

2021-02-25 Thread GitBox
thomaswoeckinger commented on pull request #2426: URL: https://github.com/apache/lucene-solr/pull/2426#issuecomment-786156607 > Maybe I'm missing something but my suggestion is (in my head) very simple. Remove the line `if (ft instanceof TrieField || ft.isPointField())` and closing brace f

[jira] [Commented] (SOLR-15181) TestCodecSupport.testDynamicFieldsDocValuesFormats & TestCodecSupport.testDocValuesFormats are failing

2021-02-25 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291173#comment-17291173 ] Julie Tibshirani commented on SOLR-15181: - Thanks for fixing this, and sorry for

[jira] [Commented] (LUCENE-9639) Add unit tests for SImpleTextVector format

2021-02-25 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291149#comment-17291149 ] Zach Chen commented on LUCENE-9639: --- Hi Michael, I've created another PR to implement 

[GitHub] [lucene-solr] zacharymorn opened a new pull request #2433: LUCENE-9639: Implements SimpleTextVectorReader#ramBytesUsed

2021-02-25 Thread GitBox
zacharymorn opened a new pull request #2433: URL: https://github.com/apache/lucene-solr/pull/2433 # Description Fix nightly test failure by implementing SimpleTextVectorReader#ramBytesUsed # Tests Passed nightly tests in `TestSimpleTextVectorFormat` ``` xichen@Xis-Mac

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

2021-02-25 Thread Megan Carey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Megan Carey updated SOLR-15198: --- Summary: Slf4j logs threadName incorrectly in some cases (was: Slf4j logs threadName incorrectly) >

[jira] [Created] (SOLR-15198) Slf4j logs threadName incorrectly

2021-02-25 Thread Megan Carey (Jira)
Megan Carey created SOLR-15198: -- Summary: Slf4j logs threadName incorrectly Key: SOLR-15198 URL: https://issues.apache.org/jira/browse/SOLR-15198 Project: Solr Issue Type: Bug Security Lev

[GitHub] [lucene-solr-operator] thelabdude commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
thelabdude commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r583064298 ## File path: docs/solr-cloud/solr-cloud-crd.md ## @@ -543,3 +543,234 @@ spec: ``` The example settings above will result in your Solr po

[jira] [Comment Edited] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291093#comment-17291093 ] Joel Bernstein edited comment on SOLR-14787 at 2/25/21, 5:59 PM: --

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291093#comment-17291093 ] Joel Bernstein commented on SOLR-14787: --- Ok, this gives me a lot to think about. I'

[GitHub] [lucene-solr] dsmiley commented on pull request #2426: SOLR-15191: Fix faceting on EnumFieldType

2021-02-25 Thread GitBox
dsmiley commented on pull request #2426: URL: https://github.com/apache/lucene-solr/pull/2426#issuecomment-786091771 Maybe I'm missing something but my suggestion is (in my head) very simple. Remove the line `if (ft instanceof TrieField || ft.isPointField())` and closing brace for it, and

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-25 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291072#comment-17291072 ] Gus Heck commented on SOLR-14787: - [~jbernste] This operates at a token level not a docum

[GitHub] [lucene-solr] pawel-bugalski-dynatrace commented on pull request #2429: LUCENE-9791 Allow calling BytesRefHash#find concurrently

2021-02-25 Thread GitBox
pawel-bugalski-dynatrace commented on pull request #2429: URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-786053617 I've implemented some of the ideas discussed here. What do you think? This is an automated

[jira] [Commented] (SOLR-15161) JSONResponseWriter that have text/plain mimetype causes havoc for some tools

2021-02-25 Thread Steve (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291046#comment-17291046 ] Steve commented on SOLR-15161: -- I'm also experience this same behavior. Please address. > J

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291043#comment-17291043 ] Joel Bernstein commented on SOLR-14787: --- [~gus] can you describe the advantages of

[jira] [Updated] (SOLR-15161) JSONResponseWriter that have text/plain mimetype causes havoc for some tools

2021-02-25 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-15161: --- Description: Years ago, to make things "simpler" in some of our example configs, we did this:

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
HoustonPutman commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r582994274 ## File path: api/v1beta1/solrcloud_types.go ## @@ -1022,3 +1040,37 @@ type SolrTLSOptions struct { // +optional Restart

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
HoustonPutman commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r582993985 ## File path: controllers/solrcloud_controller.go ## @@ -256,6 +259,74 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request) (ct

[GitHub] [lucene-solr-operator] HoustonPutman commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
HoustonPutman commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r582992249 ## File path: controllers/util/solr_util.go ## @@ -1157,3 +1193,240 @@ func createZkConnectionEnvVars(solrCloud *solr.SolrCloud, solrCl

[jira] [Commented] (SOLR-15194) JWTIssuerConfig only allows HTTPS urls, not HTTP, which is overly strict.

2021-02-25 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291037#comment-17291037 ] Houston Putman commented on SOLR-15194: --- A thanks for the correction [~janhoy]!

[GitHub] [lucene-solr-operator] thelabdude commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-25 Thread GitBox
thelabdude commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r582989907 ## File path: docs/solr-cloud/solr-cloud-crd.md ## @@ -543,3 +543,234 @@ spec: ``` The example settings above will result in your Solr po

[GitHub] [lucene-solr] donnerpeter commented on pull request #2427: LUCENE-9810: Hunspell: when generating suggestions, skip too deep word FST subtrees

2021-02-25 Thread GitBox
donnerpeter commented on pull request #2427: URL: https://github.com/apache/lucene-solr/pull/2427#issuecomment-786037337 Thanks! I'll think how to apply this. So far it seems that Hunspell's ngram algorithm is too automata-unfriendly :(

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2432: LUCENE-9812: Hunspell: honor empty stripping affixes when generating suggestions

2021-02-25 Thread GitBox
donnerpeter opened a new pull request #2432: URL: https://github.com/apache/lucene-solr/pull/2432 # Description e.g. inflect German "kennen" into "kenne" # Solution Process empty affixes as well, remove strip before checking affix conditions # Tests

[jira] [Created] (LUCENE-9812) Hunspell: honor empty stripping affixes when generating suggestions

2021-02-25 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9812: Summary: Hunspell: honor empty stripping affixes when generating suggestions Key: LUCENE-9812 URL: https://issues.apache.org/jira/browse/LUCENE-9812 Project: Lucene -

[jira] [Commented] (SOLR-15194) JWTIssuerConfig only allows HTTPS urls, not HTTP, which is overly strict.

2021-02-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291020#comment-17291020 ] Jan Høydahl commented on SOLR-15194: This is OUTGOING traffic to the IDP server to re

[GitHub] [lucene-solr] HoustonPutman commented on pull request #2430: SOLR-15194: relax requirements and allow http urls.

2021-02-25 Thread GitBox
HoustonPutman commented on pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#issuecomment-786009511 Very weird precommit failure, given that its suggesting you do exactly what you have already done...

[jira] [Commented] (SOLR-15194) JWTIssuerConfig only allows HTTPS urls, not HTTP, which is overly strict.

2021-02-25 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291010#comment-17291010 ] Houston Putman commented on SOLR-15194: --- I think this is a good idea. People also

[jira] [Comment Edited] (LUCENE-9639) Add unit tests for SImpleTextVector format

2021-02-25 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290996#comment-17290996 ] Michael Sokolov edited comment on LUCENE-9639 at 2/25/21, 3:43 PM: ---

[GitHub] [lucene-solr] rmuir commented on pull request #2429: LUCENE-9791 Allow calling BytesRefHash#find concurrently

2021-02-25 Thread GitBox
rmuir commented on pull request #2429: URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-785989874 > In that case we can easily implement equals without allocation. +1 for this idea: just inline the ByteBlockPool.setBytesRef and simply avoid the allocation.

[jira] [Commented] (LUCENE-9639) Add unit tests for SImpleTextVector format

2021-02-25 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290996#comment-17290996 ] Michael Sokolov commented on LUCENE-9639: - We are getting build failures in the

[jira] [Updated] (SOLR-15196) Allow the nodes graph expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15196: -- Summary: Allow the nodes graph expression to rank by inbound degree (was: Allow the nodes stre

[jira] [Updated] (SOLR-15196) Allow the nodes streaming expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15196: -- Description: Currently the *nodes* graph expression only calculates inbound degree if the count

[jira] [Updated] (SOLR-15197) Support temporal graph queries with daily windows

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15197: -- Summary: Support temporal graph queries with daily windows (was: Support temporal graph querie

[jira] [Updated] (SOLR-15197) Support temporal graph queries with daily windows.

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15197: -- Summary: Support temporal graph queries with daily windows. (was: Support temporal graph queri

[jira] [Updated] (SOLR-15197) Support temporal graph queries with day windows.

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15197: -- Description: The initial implementation of temporal graph queries supported ten second time wi

[jira] [Updated] (SOLR-15197) Support temporal graph queries with day windows.

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15197: -- Description: The initial implementation of temporal graph queries supported ten second time wi

[jira] [Created] (SOLR-15197) Support temporal graph queries with day windows.

2021-02-25 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-15197: - Summary: Support temporal graph queries with day windows. Key: SOLR-15197 URL: https://issues.apache.org/jira/browse/SOLR-15197 Project: Solr Issue Type: I

[jira] [Updated] (SOLR-15196) Allow the nodes streaming expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15196: -- Component/s: streaming expressions > Allow the nodes streaming expression to rank by inbound de

[jira] [Updated] (SOLR-15196) Allow the nodes streaming expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15196: -- Affects Version/s: 8.9 > Allow the nodes streaming expression to rank by inbound degree > -

[jira] [Assigned] (SOLR-15196) Allow the nodes streaming expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-15196: - Assignee: Joel Bernstein > Allow the nodes streaming expression to rank by inbound degre

[jira] [Created] (SOLR-15196) Allow nodes streaming expression to rank by inbound degree of the node

2021-02-25 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-15196: - Summary: Allow nodes streaming expression to rank by inbound degree of the node Key: SOLR-15196 URL: https://issues.apache.org/jira/browse/SOLR-15196 Project: Solr

[jira] [Updated] (SOLR-15196) Allow the nodes streaming expression to rank by inbound degree

2021-02-25 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-15196: -- Summary: Allow the nodes streaming expression to rank by inbound degree (was: Allow nodes stre

[jira] [Commented] (SOLR-14762) Fork the git repo into two new 'lucene' and 'solr'

2021-02-25 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290933#comment-17290933 ] Dawid Weiss commented on SOLR-14762: I'm not really suggesting anything but I think i

[jira] [Commented] (SOLR-15193) Add Graph to the Visual Guide to Streaming Expressions and Math Expressions

2021-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290917#comment-17290917 ] ASF subversion and git services commented on SOLR-15193: Commit 2

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2349: Added FlushIndexTask to flush documents at index thread level.

2021-02-25 Thread GitBox
mikemccand commented on a change in pull request #2349: URL: https://github.com/apache/lucene-solr/pull/2349#discussion_r582790416 ## File path: lucene/benchmark/conf/indexing-flush-by-RAM-multithreaded.alg ## @@ -53,7 +53,8 @@ log.queries=true { "Populate" Crea

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2345: Benchmark custom

2021-02-25 Thread GitBox
mikemccand commented on a change in pull request #2345: URL: https://github.com/apache/lucene-solr/pull/2345#discussion_r581398351 ## File path: lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java ## @@ -102,19 +104,43 @@ public void cl

[GitHub] [lucene-solr] sigram closed pull request #1329: SOLR-14275: Policy calculations are very slow for large clusters and large operations

2021-02-25 Thread GitBox
sigram closed pull request #1329: URL: https://github.com/apache/lucene-solr/pull/1329 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

  1   2   >