dweiss commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365108552
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
dweiss commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365109858
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
[
https://issues.apache.org/jira/browse/SOLR-14165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012551#comment-17012551
]
Ishan Chattopadhyaya commented on SOLR-14165:
-
Thank you very much [~andywebb
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-14066:
Description: DataImportHandler has outlived its utility. DIH doesn't need
to remain
jpountz opened a new pull request #1158: LUCENE-9116: Remove long[] from
`PostingsWriterBase#encodeTerm`.
URL: https://github.com/apache/lucene-solr/pull/1158
All the metadata can be directly encoded in the `DataOutput`.
This
[
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012561#comment-17012561
]
Adrien Grand commented on LUCENE-9116:
--
[~dsmiley] The attached pull request resurr
[
https://issues.apache.org/jira/browse/LUCENE-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012567#comment-17012567
]
Jim Ferenczi commented on LUCENE-9098:
--
The CI found a reproducible failure with th
[
https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9077:
Description:
This task focuses on providing gradle-based build equivalent for Lucene and
Solr (on
dweiss commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365184348
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
dweiss commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365185129
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
dweiss commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365185988
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
[
https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9077:
Description:
This task focuses on providing gradle-based build equivalent for Lucene and
Solr (on
[
https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9077:
Description:
This task focuses on providing gradle-based build equivalent for Lucene and
Solr (on
[
https://issues.apache.org/jira/browse/SOLR-14158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012773#comment-17012773
]
ASF subversion and git services commented on SOLR-14158:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gézapeti updated SOLR-11554:
Attachment: SOLR-11554.patch
> Support handling OPTIONS request for Hadoop authentication filter
>
Andrzej Bialecki created SOLR-14182:
---
Summary: Move metric reporters config from solr.xml to ZK cluster
properties
Key: SOLR-14182
URL: https://issues.apache.org/jira/browse/SOLR-14182
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012875#comment-17012875
]
ASF subversion and git services commented on SOLR-14130:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012881#comment-17012881
]
ASF subversion and git services commented on SOLR-14130:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012909#comment-17012909
]
ASF subversion and git services commented on SOLR-13892:
Commit 4
Bruno Roustant created LUCENE-9125:
--
Summary: Improve Automaton.step() with binary search and introduce
Automaton.next()
Key: LUCENE-9125
URL: https://issues.apache.org/jira/browse/LUCENE-9125
Projec
gerlowskija commented on issue #1159: SOLR-13892: Add top-level docValues
"join" implementation
URL: https://github.com/apache/lucene-solr/pull/1159#issuecomment-573054962
This is not ready yet. But I figured it was far enough along to let others
provide in-line review if they'd like.
--
gerlowskija opened a new pull request #1159: SOLR-13892: Add top-level
docValues "join" implementation
URL: https://github.com/apache/lucene-solr/pull/1159
# Description
Many "join" use-cases can be made more performant by using "top-level"
docValues data structures, instead of the
gerlowskija edited a comment on issue #1159: SOLR-13892: Add top-level
docValues "join" implementation
URL: https://github.com/apache/lucene-solr/pull/1159#issuecomment-573054962
This is not ready yet. But I figured it was far enough along to let others
provide in-line review if they'd li
zsgyulavari commented on issue #1144: SOLR-13756 updated restlet mvn repository
url.
URL: https://github.com/apache/lucene-solr/pull/1144#issuecomment-573055429
@joel-bernstein
Cloudera is hosting a mirror of the restlet repository now, so I've added
the new repo url instead of the old
bruno-roustant opened a new pull request #1160: LUCENE-9125: Improve
Automaton.step() with binary search
URL: https://github.com/apache/lucene-solr/pull/1160
and introduce Automaton.next().
This is an automated message from t
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012918#comment-17012918
]
Zsolt Gyulavari commented on SOLR-13756:
[~jbernste]
I'm happy to announce that
[
https://issues.apache.org/jira/browse/LUCENE-9125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012926#comment-17012926
]
Bruno Roustant commented on LUCENE-9125:
I benchmarked using non-trivial automat
[
https://issues.apache.org/jira/browse/LUCENE-9125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012926#comment-17012926
]
Bruno Roustant edited comment on LUCENE-9125 at 1/10/20 2:37 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012926#comment-17012926
]
Bruno Roustant edited comment on LUCENE-9125 at 1/10/20 2:39 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-13892:
---
Attachment: join-increasing-from-matches1.png
> Add postfilter support to {!join} queries
> -
[
https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012942#comment-17012942
]
Tomoko Uchida commented on LUCENE-9004:
---
Hi,
it seems that some devs are strongly
[
https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012942#comment-17012942
]
Tomoko Uchida edited comment on LUCENE-9004 at 1/10/20 3:02 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012945#comment-17012945
]
Jason Gerlowski commented on SOLR-13892:
Revisiting this after some time away. I
Dawid Weiss created LUCENE-9126:
---
Summary: Javadoc linting options silently swallow documentation
errors
Key: LUCENE-9126
URL: https://issues.apache.org/jira/browse/LUCENE-9126
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012946#comment-17012946
]
David Smiley commented on LUCENE-3069:
--
FYI [~billy] the FSTOrd postings format is
[
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012950#comment-17012950
]
David Smiley commented on LUCENE-9116:
--
Indeed; the SolrTextTagger doesn't fundamen
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012967#comment-17012967
]
Joel Bernstein commented on SOLR-13756:
---
I think that makes sense until the restlet
uschindler commented on issue #1144: SOLR-13756 updated restlet mvn repository
url.
URL: https://github.com/apache/lucene-solr/pull/1144#issuecomment-573084882
This is not everything. You also need to change the Pom.xml.template files.
--
asfgit closed pull request #1146: SOLR-6613: TextField.analyzeMultiTerm does
not throw an exception…
URL: https://github.com/apache/lucene-solr/pull/1146
This is an automated message from the Apache Git Service.
To respond t
[
https://issues.apache.org/jira/browse/SOLR-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012981#comment-17012981
]
ASF subversion and git services commented on SOLR-6613:
---
Commit 0b07
dweiss commented on a change in pull request #1160: LUCENE-9125: Improve
Automaton.step() with binary search
URL: https://github.com/apache/lucene-solr/pull/1160#discussion_r365306207
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java
##
@@
[
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013007#comment-17013007
]
Adrien Grand commented on LUCENE-9116:
--
David, I'm worried that we might be setting
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013009#comment-17013009
]
Uwe Schindler commented on SOLR-13756:
--
We do not need to change anything here, exce
uschindler commented on issue #1144: SOLR-13756 updated restlet mvn repository
url.
URL: https://github.com/apache/lucene-solr/pull/1144#issuecomment-573098779
Please don't change the symbolic names. Only update urls.
I am not fully happy with adding a repository that contains stuff
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013025#comment-17013025
]
Joel Bernstein commented on SOLR-13756:
---
Restlet has fixed the redirects and I was
gerlowskija commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365315479
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -88,7 +
zsgyulavari commented on issue #1144: SOLR-13756 updated restlet mvn repository
url.
URL: https://github.com/apache/lucene-solr/pull/1144#issuecomment-573104015
Thanks for the quick review.
I will revert the symbolic name of the restlet repository, but for the
cloudera one it's not just
Niranjan created LUCENE-9127:
Summary: index migration from 7 to 8 failing
Key: LUCENE-9127
URL: https://issues.apache.org/jira/browse/LUCENE-9127
Project: Lucene - Core
Issue Type: Bug
[
https://issues.apache.org/jira/browse/LUCENE-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niranjan updated LUCENE-9127:
-
Description:
we have been using solr4 for more than 16 year, now it is to time to upgrade,
when we have
madrob commented on a change in pull request #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r365319087
##
File path: gradle/validation/rat-sources.gradle
##
@@ -0,0 +1,167 @@
+import org.gradle.api.internal.project.Isolated
[
https://issues.apache.org/jira/browse/LUCENE-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013041#comment-17013041
]
Michael Sokolov commented on LUCENE-9004:
-
[~tomoko] you are too modest! The
[L
gerlowskija commented on issue #1151: SOLR-13890: Add "top-level" DVTQ
implementation
URL: https://github.com/apache/lucene-solr/pull/1151#issuecomment-573107306
Ready for review again when you get a chance.
This is an automa
[
https://issues.apache.org/jira/browse/LUCENE-9100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013045#comment-17013045
]
Michael McCandless commented on LUCENE-9100:
{quote}Maybe a solution here is
madrob commented on issue #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-573107997
Cleaned a bunch of stuff up, included your review feedback. Thanks, @dweiss!
One piece that I'm still struggling with is that `./gradlew rat` will
e
dsmiley commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365336343
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -88,7 +91,2
gerlowskija commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365341958
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -88,7 +
gerlowskija commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365341958
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -88,7 +
[
https://issues.apache.org/jira/browse/LUCENE-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved LUCENE-9127.
Resolution: Information Provided
Upgrading more than one major version of Lucene is explic
dsmiley commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365344397
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -92,22 +92,
dsmiley commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365345185
##
File path: solr/solr-ref-guide/src/other-parsers.adoc
##
@@ -1037,11 +1037,11 @@ An optional p
[
https://issues.apache.org/jira/browse/SOLR-11369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013085#comment-17013085
]
Jason Gerlowski commented on SOLR-11369:
This is fixed in 7.x and above. SOLR-12
[
https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013095#comment-17013095
]
Chris M. Hostetter commented on SOLR-11746:
---
{quote}I believe that is the only
gerlowskija commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r36535
##
File path: solr/solr-ref-guide/src/other-parsers.adoc
##
@@ -1037,11 +1037,11 @@ An option
gerlowskija commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365358715
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -92,22
dsmiley commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365364487
##
File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java
##
@@ -92,22 +92,
[
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013121#comment-17013121
]
David Smiley commented on LUCENE-9116:
--
+1 for a notice to the dev list and users t
[
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013121#comment-17013121
]
David Smiley edited comment on LUCENE-9116 at 1/10/20 6:35 PM:
---
yonik merged pull request #1131: SOLR-14134: Add lazy and time-based
evictiction of shared core concurrency metada…
URL: https://github.com/apache/lucene-solr/pull/1131
This is an automated message from the Apache Git Servic
[
https://issues.apache.org/jira/browse/SOLR-14134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013144#comment-17013144
]
ASF subversion and git services commented on SOLR-14134:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-13932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-13932.
-
Resolution: Fixed
> Review directory locking and Blob interactions
>
[
https://issues.apache.org/jira/browse/SOLR-14134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-14134.
-
Resolution: Fixed
> Clear shared core's concurrency cache
> -
ctargett commented on a change in pull request #1151: SOLR-13890: Add
"top-level" DVTQ implementation
URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r365406299
##
File path: solr/solr-ref-guide/src/other-parsers.adoc
##
@@ -1037,11 +1037,11 @@ An optional
[
https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013180#comment-17013180
]
Jason Gerlowski commented on SOLR-14173:
bq. I did however put up files at
http:
[
https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013189#comment-17013189
]
Jason Gerlowski commented on SOLR-13934:
Well, whether or not we want to keep the
[
https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski reassigned SOLR-13934:
--
Assignee: Jason Gerlowski
> Documentation on SimplePostTool for Windows users is prett
[
https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013190#comment-17013190
]
Cassandra Targett commented on SOLR-14173:
--
bq. I get a 404 on that link
Bah, i
[
https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013189#comment-17013189
]
Jason Gerlowski edited comment on SOLR-13934 at 1/10/20 8:37 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009848#comment-17009848
]
Cassandra Targett edited comment on SOLR-14173 at 1/10/20 8:38 PM:
[
https://issues.apache.org/jira/browse/SOLR-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013199#comment-17013199
]
ASF subversion and git services commented on SOLR-6613:
---
Commit 72de
[
https://issues.apache.org/jira/browse/SOLR-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant resolved SOLR-6613.
--
Fix Version/s: 8.5
Resolution: Fixed
> TextField.analyzeMultiTerm should not throw except
[
https://issues.apache.org/jira/browse/SOLR-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013214#comment-17013214
]
Jason Gerlowski commented on SOLR-13934:
I made a few tweaks visible on the PR: p
bruno-roustant commented on a change in pull request #1160: LUCENE-9125:
Improve Automaton.step() with binary search
URL: https://github.com/apache/lucene-solr/pull/1160#discussion_r365452385
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java
###
madrob commented on issue #1157: Add RAT check using Gradle
URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-573246947
Almost there! Precommit currently fails with some license failures, I'll
need to look at that deeper what exclusions we're actually using in the ant
build
MarcusSorealheis commented on issue #1141: SOLR-14147 change the Security
manager to default to true.
URL: https://github.com/apache/lucene-solr/pull/1141#issuecomment-573257518
should i set up a vm to test the commit on Windows? @rmuir @erikhatcher
---
84 matches
Mail list logo