[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118390#comment-17118390
]
Mikhail Khludnev commented on SOLR-14518:
-
Joel, I suppose uniqueBlock(field) alr
[
https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118451#comment-17118451
]
Anshum Gupta commented on SOLR-14497:
-
I'm +1 with [~uschindler] on this. Let's more
[
https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118498#comment-17118498
]
Jan Høydahl commented on SOLR-14497:
We need to draft a board resolution for you (cha
Mark Harwood created LUCENE-9386:
Summary: RegExpQuery - add case insensitive matching option
Key: LUCENE-9386
URL: https://issues.apache.org/jira/browse/LUCENE-9386
Project: Lucene - Core
Is
[
https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118519#comment-17118519
]
Dawid Weiss commented on SOLR-14497:
Jan - that resolution still has Nutch bits in it
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118536#comment-17118536
]
Joel Bernstein commented on SOLR-14518:
---
OK, I'll take a look at uniqueBlock.
> Ad
[
https://issues.apache.org/jira/browse/SOLR-14497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118539#comment-17118539
]
Jan Høydahl commented on SOLR-14497:
I removed the last "Nutch" mentions and added my
Jan Høydahl created SOLR-14521:
--
Summary: Establish the Solr project (resolution)
Key: SOLR-14521
URL: https://issues.apache.org/jira/browse/SOLR-14521
Project: Solr
Issue Type: Sub-task
[
https://issues.apache.org/jira/browse/SOLR-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118589#comment-17118589
]
Erick Erickson commented on SOLR-14498:
---
OK, this is going to be harder than I thou
[
https://issues.apache.org/jira/browse/LUCENE-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118608#comment-17118608
]
Michael McCandless commented on LUCENE-9385:
+1
I think this could simply b
[
https://issues.apache.org/jira/browse/SOLR-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-14498.
---
Resolution: Fixed
I'm gradually learning that when things totally stop making sense it's time
[
https://issues.apache.org/jira/browse/SOLR-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118611#comment-17118611
]
Erick Erickson edited comment on SOLR-14498 at 5/28/20, 12:49 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118628#comment-17118628
]
Joel Bernstein commented on SOLR-14518:
---
[~mkhl], uniqueBlock seems to be taking ad
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118650#comment-17118650
]
David Smiley commented on SOLR-11934:
-
[~jbernste] can you please explain why it's in
markharwood opened a new pull request #1541:
URL: https://github.com/apache/lucene-solr/pull/1541
Relates to Jira issue
[9386](https://issues.apache.org/jira/projects/LUCENE/issues/LUCENE-9386)
Added a new CASE_INSENSITIVE option to the existing flags.
The RegExp class is a little
[
https://issues.apache.org/jira/browse/SOLR-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118696#comment-17118696
]
Markus Kalkbrenner commented on SOLR-7323:
--
This bug still exists. Just use the o
jpountz commented on a change in pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#discussion_r431835951
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDReader.java
##
@@ -498,6 +500,7 @@ public IntersectState(IndexInput in, int numDims,
iverase commented on a change in pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#discussion_r431855701
##
File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDReader.java
##
@@ -498,6 +500,7 @@ public IntersectState(IndexInput in, int numDims,
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118710#comment-17118710
]
Joel Bernstein commented on SOLR-11934:
---
This particular record type didn't include
Adrien Grand created LUCENE-9387:
Summary: Remove RAM accounting from LeafReader
Key: LUCENE-9387
URL: https://issues.apache.org/jira/browse/LUCENE-9387
Project: Lucene - Core
Issue Type: Imp
iverase commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635370073
Yes, that was my idea as a follow up and the reason I added the 8 /16 bits
so we can use it later on instead of delta decoding. Adding a special case when
docIds are just in
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118710#comment-17118710
]
Joel Bernstein edited comment on SOLR-11934 at 5/28/20, 2:03 PM:
--
iverase commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635373369
>>> Should we increment the version number in BKDWriter to be able to remove
the call to reverseBytes at search time?
We can do that or add different code numbers. We
[
https://issues.apache.org/jira/browse/LUCENE-9386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118717#comment-17118717
]
Mark Harwood commented on LUCENE-9386:
--
I opened [https://github.com/apache/lucene-
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein commented on SOLR-14518:
---
[~mkhl], As I dug deeper into the *unique*
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:19 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:19 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:21 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:22 PM:
--
jpountz commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635385634
> Adding a special case when docIds are just incrementing by one as well
I can't think of many cases when that would kick in, this would only be used
for single-valued
jimczi commented on a change in pull request #1541:
URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r431877760
##
File path: lucene/core/src/test/org/apache/lucene/util/automaton/TestRegExp.java
##
@@ -215,11 +238,13 @@ protected String checkRandomExpression(Str
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118727#comment-17118727
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:39 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118761#comment-17118761
]
Joel Bernstein commented on SOLR-14518:
---
I have a theory as to why the collapse app
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118762#comment-17118762
]
Joel Bernstein commented on SOLR-14518:
---
So really I should test block join against
markharwood commented on a change in pull request #1541:
URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r431891105
##
File path: lucene/core/src/test/org/apache/lucene/util/automaton/TestRegExp.java
##
@@ -88,10 +88,14 @@ public void testRepeatWithEmptyLanguage
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118761#comment-17118761
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:41 PM:
--
iverase commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635395493
I did something naive that is to add in an index documents with an
increasing integer in a loop. Then you kick in that optimisation. I thought if
you are adding documents wh
iverase edited a comment on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635395493
I did something naive that is to add in an index documents with an
increasing integer in a loop. Then you kick in that optimisation. I thought if
you are adding docum
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118762#comment-17118762
]
Joel Bernstein edited comment on SOLR-14518 at 5/28/20, 2:55 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-9387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118787#comment-17118787
]
Dawid Weiss commented on LUCENE-9387:
-
Would there be any alternative to at least cr
[
https://issues.apache.org/jira/browse/LUCENE-9301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9301:
Attachment: LUCENE-9301.patch
> Gradle: Jar MANIFEST incomplete
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118815#comment-17118815
]
Dawid Weiss commented on LUCENE-9301:
-
This patch handles the "graceful" scenario of
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118827#comment-17118827
]
ASF subversion and git services commented on SOLR-11934:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118830#comment-17118830
]
ASF subversion and git services commented on SOLR-11934:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118829#comment-17118829
]
ASF subversion and git services commented on SOLR-11934:
Commit 5
ctargett merged pull request #1536:
URL: https://github.com/apache/lucene-solr/pull/1536
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
[
https://issues.apache.org/jira/browse/SOLR-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118880#comment-17118880
]
ASF subversion and git services commented on SOLR-13445:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118878#comment-17118878
]
ASF subversion and git services commented on SOLR-14511:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118879#comment-17118879
]
ASF subversion and git services commented on SOLR-13445:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118884#comment-17118884
]
ASF subversion and git services commented on SOLR-13445:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118883#comment-17118883
]
ASF subversion and git services commented on SOLR-14511:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118885#comment-17118885
]
ASF subversion and git services commented on SOLR-13445:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-14511.
--
Fix Version/s: 8.6
Assignee: Cassandra Targett
Resolution: Fixed
Thank
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118993#comment-17118993
]
Mikhail Khludnev commented on SOLR-14518:
-
bq. uniqueBlock seems to be taking adv
[
https://issues.apache.org/jira/browse/SOLR-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118993#comment-17118993
]
Mikhail Khludnev edited comment on SOLR-14518 at 5/28/20, 7:38 PM:
[
https://issues.apache.org/jira/browse/LUCENE-9387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119055#comment-17119055
]
Adrien Grand commented on LUCENE-9387:
--
I don't think so?
> Remove RAM accounting
[
https://issues.apache.org/jira/browse/SOLR-14419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119079#comment-17119079
]
ASF subversion and git services commented on SOLR-14419:
Commit 2
jpountz commented on pull request #1541:
URL: https://github.com/apache/lucene-solr/pull/1541#issuecomment-635616067
The flags that can be passed to the constructor are about the supported
operators. Case insentivity is not an operator so it feels wrong to ask users
to configure it this wa
[
https://issues.apache.org/jira/browse/SOLR-14419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119090#comment-17119090
]
ASF subversion and git services commented on SOLR-14419:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-14419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119092#comment-17119092
]
Mikhail Khludnev commented on SOLR-14419:
-
Thanks for stepping in, [~caomanhdat].
[
https://issues.apache.org/jira/browse/SOLR-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119095#comment-17119095
]
Mikhail Khludnev commented on SOLR-14442:
-
[~cpoerschke] are you going to commit
murblanc opened a new pull request #1542:
URL: https://github.com/apache/lucene-solr/pull/1542
# Description
Session used for replica placement computation was wrongly built to only
account for state already in Zookeeper, therefore ignoring all in progress past
Collection API operat
[
https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119116#comment-17119116
]
Ilan Ginzburg commented on SOLR-14347:
--
[~ab] I’ve created PR
[https://github.com/a
[
https://issues.apache.org/jira/browse/SOLR-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119256#comment-17119256
]
Radu Gheorghe commented on SOLR-14511:
--
You're welcome, Cassandra!
> Add documentat
[
https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119116#comment-17119116
]
Ilan Ginzburg edited comment on SOLR-14347 at 5/29/20, 6:27 AM:
---
[
https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119116#comment-17119116
]
Ilan Ginzburg edited comment on SOLR-14347 at 5/29/20, 6:28 AM:
---
66 matches
Mail list logo