anshumg opened a new pull request #1337: Add 8.6 section to solr CHANGES.txt
URL: https://github.com/apache/lucene-solr/pull/1337
This is an automated message from the Apache Git Service.
To respond to the message, please log
anshumg merged pull request #1337: Add 8.6 section to solr CHANGES.txt
URL: https://github.com/apache/lucene-solr/pull/1337
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
Adrien Grand created LUCENE-9271:
Summary: Make BufferedIndexInput work on a ByteBuffer
Key: LUCENE-9271
URL: https://issues.apache.org/jira/browse/LUCENE-9271
Project: Lucene - Core
Issue Ty
jpountz opened a new pull request #1338: Move BufferedIndexInput to the
ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338
See https://issues.apache.org/jira/browse/LUCENE-9271.
This is an automated message f
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056762#comment-17056762
]
Jan Høydahl commented on LUCENE-9229:
-
Still plenty of broken links to fix if anyone
dweiss commented on a change in pull request #1338: LUCENE-9271: Move
BufferedIndexInput to the ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#discussion_r390823155
##
File path: lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java
##
@
dweiss commented on issue #1338: LUCENE-9271: Move BufferedIndexInput to the
ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#issuecomment-597517675
This looks like a very nice simplification to me.
This is
jpountz commented on a change in pull request #1338: LUCENE-9271: Move
BufferedIndexInput to the ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#discussion_r390828520
##
File path: lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java
##
jpountz commented on a change in pull request #1338: LUCENE-9271: Move
BufferedIndexInput to the ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#discussion_r390828914
##
File path: lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java
##
dweiss commented on a change in pull request #1338: LUCENE-9271: Move
BufferedIndexInput to the ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#discussion_r390830056
##
File path: lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java
##
@
Adrien Grand created LUCENE-9272:
Summary: No longer verify checksum of the tip file when opening
the terms dict
Key: LUCENE-9272
URL: https://issues.apache.org/jira/browse/LUCENE-9272
Project: Lucene
jpountz opened a new pull request #1339: LUCENE-9272: Move checksum
verification of the `.tip` file to `checkIntegrity()`.
URL: https://github.com/apache/lucene-solr/pull/1339
See https://issues.apache.org/jira/browse/LUCENE-9272.
---
irvingzhang opened a new pull request #1340: Jira/lucene-9004: Refactor the
implementation of HNSW following Faiss
URL: https://github.com/apache/lucene-solr/pull/1340
There were some misunderstandings in the implementation of HNSW algorithm,
making the recall of Lucene HNSW about [5%
low
Ignacio Vera created LUCENE-9273:
Summary: Speed up geometry queries by specialising Component2D
spatial operations
Key: LUCENE-9273
URL: https://issues.apache.org/jira/browse/LUCENE-9273
Project: Luc
iverase opened a new pull request #1341: LUCENE-9273: Speed up geometry queries
by specialising Component2D spatial operations
URL: https://github.com/apache/lucene-solr/pull/1341
see https://issues.apache.org/jira/browse/LUCENE-9273
[
https://issues.apache.org/jira/browse/LUCENE-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056823#comment-17056823
]
Ignacio Vera commented on LUCENE-9273:
--
With this change, there is a speed up of La
[
https://issues.apache.org/jira/browse/SOLR-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056856#comment-17056856
]
Divye Handa commented on SOLR-2896:
---
Can you please submit the complete data-config.xml
gerlowskija commented on a change in pull request #1332: SOLR-14254: Docs for
text tagger: FST50 trade-off
URL: https://github.com/apache/lucene-solr/pull/1332#discussion_r390940814
##
File path: solr/solr-ref-guide/src/the-tagger-handler.adoc
##
@@ -271,11 +271,12 @@ The
[
https://issues.apache.org/jira/browse/SOLR-13199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056963#comment-17056963
]
Lucene/Solr QA commented on SOLR-13199:
---
| (/) *{color:green}+1 overall{color}* |
\
rmuir commented on issue #1339: LUCENE-9272: Move checksum verification of the
`.tip` file to `checkIntegrity()`.
URL: https://github.com/apache/lucene-solr/pull/1339#issuecomment-597611724
+1 for the change. We only did the check in that way because we had to read
the bytes anyway on init
[
https://issues.apache.org/jira/browse/SOLR-13199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056971#comment-17056971
]
David Smiley commented on SOLR-13199:
-
bq. But, couldn't a segment has all docs marke
rmuir commented on issue #1338: LUCENE-9271: Move BufferedIndexInput to the
ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#issuecomment-597617523
If we are replacing the `byte[]` with `ByteBuffer` here, can we try to add
some safety at the same time? Can the actual buf
rmuir commented on issue #1338: LUCENE-9271: Move BufferedIndexInput to the
ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#issuecomment-597619174
Or maybe even simpler: just change `protected` to `private`. I'm not sure if
any subclasses really need to mess with the bu
[
https://issues.apache.org/jira/browse/SOLR-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056993#comment-17056993
]
ASF subversion and git services commented on SOLR-14197:
Commit 7
mocobeta commented on a change in pull request #1304: LUCENE-9242: generate
javadocs by calling Ant javadoc task
URL: https://github.com/apache/lucene-solr/pull/1304#discussion_r391003594
##
File path: gradle/validation/missing-docs-check.gradle
##
@@ -34,8 +34,9 @@ allpro
Lyle-Wong opened a new pull request #1342: SOLR-14317: HttpClusterStateProvider
throws exception when only one node down
URL: https://github.com/apache/lucene-solr/pull/1342
# Description
Catch SolrServerException as well since SolrServerException may throw from
fetchLiveNodes(i
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Sun updated SOLR-14314:
-
Attachment: solrlog.tar.gz
> Solr does not response most of the update request some times
> -
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Sun reopened SOLR-14314:
--
Adding more log.
> Solr does not response most of the update request some times
>
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057047#comment-17057047
]
Aaron Sun commented on SOLR-14314:
--
[~ichattopadhyaya] [~erickerickson] Thanks for the
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057047#comment-17057047
]
Aaron Sun edited comment on SOLR-14314 at 3/11/20, 2:38 PM:
[
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett updated LUCENE-9229:
--
Description:
The new website is live, so I ran a dead-link checker on it to see if any
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057063#comment-17057063
]
Cassandra Targett commented on LUCENE-9229:
---
Updated the list to include all t
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057063#comment-17057063
]
Cassandra Targett edited comment on LUCENE-9229 at 3/11/20, 2:46 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057047#comment-17057047
]
Aaron Sun edited comment on SOLR-14314 at 3/11/20, 2:52 PM:
[
[
https://issues.apache.org/jira/browse/LUCENE-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057083#comment-17057083
]
Michele Palmia commented on LUCENE-8103:
Extremely sorry for wasting your time 🤦
[
https://issues.apache.org/jira/browse/LUCENE-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michele Palmia updated LUCENE-8103:
---
Attachment: LUCENE-8103.patch
> QueryValueSource should use TwoPhaseIterator
> -
mocobeta commented on a change in pull request #1304: LUCENE-9242: generate
javadocs by calling Ant javadoc task
URL: https://github.com/apache/lucene-solr/pull/1304#discussion_r391034886
##
File path: gradle/invoke-javadoc.gradle
##
@@ -0,0 +1,335 @@
+/*
+ * Licensed to t
jpountz commented on issue #1338: LUCENE-9271: Move BufferedIndexInput to the
ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#issuecomment-597688851
Good call.
This is an automated message from the Apache
mocobeta merged pull request #1304: LUCENE-9242: generate javadocs by calling
Ant javadoc task
URL: https://github.com/apache/lucene-solr/pull/1304
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/LUCENE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057093#comment-17057093
]
ASF subversion and git services commented on LUCENE-9242:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett updated LUCENE-9229:
--
Description:
The new website is live, so I ran a dead-link checker on it to see if any
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057106#comment-17057106
]
Cassandra Targett commented on LUCENE-9229:
---
I fixed all the ones I could for
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057107#comment-17057107
]
ASF subversion and git services commented on LUCENE-9229:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057109#comment-17057109
]
ASF subversion and git services commented on LUCENE-9229:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057108#comment-17057108
]
ASF subversion and git services commented on LUCENE-9229:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057112#comment-17057112
]
Ishan Chattopadhyaya commented on SOLR-14314:
-
This is expected. What you're
[
https://issues.apache.org/jira/browse/SOLR-14054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057124#comment-17057124
]
Alan Woodward commented on SOLR-14054:
--
The smoketester already has exceptions for c
[
https://issues.apache.org/jira/browse/SOLR-14054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057143#comment-17057143
]
Tim Allison commented on SOLR-14054:
Y. I think that'd be best for Solr 8.x. The pro
[
https://issues.apache.org/jira/browse/SOLR-14054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057145#comment-17057145
]
Alan Woodward commented on SOLR-14054:
--
I'll handle it.
> Upgrade Tika to 1.23
> --
[
https://issues.apache.org/jira/browse/SOLR-14054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057147#comment-17057147
]
Tim Allison commented on SOLR-14054:
Thank you! I realize it is trivial for you. On
[
https://issues.apache.org/jira/browse/SOLR-14197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057174#comment-17057174
]
ASF subversion and git services commented on SOLR-14197:
Commit 1
aroopganguly commented on issue #1335: SOLR-14316 Remove unchecked type
conversion warning in JavaBinCodec's readMapEntry's equals() method
URL: https://github.com/apache/lucene-solr/pull/1335#issuecomment-597734765
Thanks @anshumg I have added a changelog entry as advised.
---
danmuzi commented on issue #1336: LUCENE-9270: Update Javadoc about
normalizeEntry in the Kuromoji DictionaryBuilder
URL: https://github.com/apache/lucene-solr/pull/1336#issuecomment-597750320
Thanks for your checking, @mocobeta 👍
I'll push it to master and 8.x branch.
mbwaheed commented on a change in pull request #1317: SOLR-13101: Create
metadataSuffix znode only at common shard creating api calls
URL: https://github.com/apache/lucene-solr/pull/1317#discussion_r391124376
##
File path:
solr/core/src/java/org/apache/solr/store/shared/metadata/Sh
jpountz merged pull request #1339: LUCENE-9272: Move checksum verification of
the `.tip` file to `checkIntegrity()`.
URL: https://github.com/apache/lucene-solr/pull/1339
This is an automated message from the Apache Git Servi
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057231#comment-17057231
]
ASF subversion and git services commented on LUCENE-9272:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057233#comment-17057233
]
David Smiley commented on LUCENE-8103:
--
FWIW I find GitHub easier to conduct a code
Mike Drob created SOLR-14320:
Summary: TestSQLHandler failures
Key: SOLR-14320
URL: https://issues.apache.org/jira/browse/SOLR-14320
Project: Solr
Issue Type: Task
Security Level: Public (D
Christoph Goller created LUCENE-9274:
Summary: UnifiedHighlighter cannot handle
SpanMultiTermQueryWrapper with an Automaton of type SINGLE
Key: LUCENE-9274
URL: https://issues.apache.org/jira/browse/LUCENE-927
[
https://issues.apache.org/jira/browse/LUCENE-9274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christoph Goller updated LUCENE-9274:
-
Attachment: TestUnifiedHighlighterMTQ.java
> UnifiedHighlighter cannot handle SpanMultiT
tflobbe commented on a change in pull request #1335: SOLR-14316 Remove
unchecked type conversion warning in JavaBinCodec's readMapEntry's equals()
method
URL: https://github.com/apache/lucene-solr/pull/1335#discussion_r391146435
##
File path:
solr/solrj/src/test/org/apache/solr/co
tflobbe commented on a change in pull request #1335: SOLR-14316 Remove
unchecked type conversion warning in JavaBinCodec's readMapEntry's equals()
method
URL: https://github.com/apache/lucene-solr/pull/1335#discussion_r391150799
##
File path:
solr/solrj/src/test/org/apache/solr/co
tflobbe commented on a change in pull request #1335: SOLR-14316 Remove
unchecked type conversion warning in JavaBinCodec's readMapEntry's equals()
method
URL: https://github.com/apache/lucene-solr/pull/1335#discussion_r391143892
##
File path:
solr/solrj/src/test/org/apache/solr/co
dweiss commented on a change in pull request #1304: LUCENE-9242: generate
javadocs by calling Ant javadoc task
URL: https://github.com/apache/lucene-solr/pull/1304#discussion_r391154353
##
File path: gradle/invoke-javadoc.gradle
##
@@ -0,0 +1,335 @@
+/*
+ * Licensed to the
danmuzi commented on a change in pull request #1338: LUCENE-9271: Move
BufferedIndexInput to the ByteBuffer API
URL: https://github.com/apache/lucene-solr/pull/1338#discussion_r391152040
##
File path: lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java
##
[
https://issues.apache.org/jira/browse/LUCENE-9270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057271#comment-17057271
]
ASF subversion and git services commented on LUCENE-9270:
-
Commi
danmuzi merged pull request #1336: LUCENE-9270: Update Javadoc about
normalizeEntry in the Kuromoji DictionaryBuilder
URL: https://github.com/apache/lucene-solr/pull/1336
This is an automated message from the Apache Git Serv
[
https://issues.apache.org/jira/browse/LUCENE-9270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057278#comment-17057278
]
ASF subversion and git services commented on LUCENE-9270:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-14320:
-
Attachment: OUTPUT-org.apache.solr.handler.TestSQLHandler.txt
> TestSQLHandler failures
> ---
[
https://issues.apache.org/jira/browse/SOLR-14320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-14320:
-
Attachment: (was: OUTPUT-org.apache.solr.handler.TestSQLHandler.txt)
> TestSQLHandler failures
>
atris commented on a change in pull request #1294: LUCENE-9074: Slice
Allocation Control Plane For Concurrent Searches
URL: https://github.com/apache/lucene-solr/pull/1294#discussion_r391181418
##
File path: lucene/core/src/java/org/apache/lucene/search/SliceExecutor.java
#
micpalmia opened a new pull request #1343: LUCENE-8103: Use two-phase iterator
in Query- and DoubleValuesSource
URL: https://github.com/apache/lucene-solr/pull/1343
# Description
QueryValueSource (in "queries" module) is a ValueSource representation of a
Query; the score is the value. I
aroopganguly commented on a change in pull request #1335: SOLR-14316 Remove
unchecked type conversion warning in JavaBinCodec's readMapEntry's equals()
method
URL: https://github.com/apache/lucene-solr/pull/1335#discussion_r391184047
##
File path:
solr/solrj/src/test/org/apache/so
aroopganguly commented on a change in pull request #1335: SOLR-14316 Remove
unchecked type conversion warning in JavaBinCodec's readMapEntry's equals()
method
URL: https://github.com/apache/lucene-solr/pull/1335#discussion_r391184644
##
File path:
solr/solrj/src/test/org/apache/so
micpalmia commented on issue #1343: LUCENE-8103: Use two-phase iteration in
Query- and DoubleValuesSource
URL: https://github.com/apache/lucene-solr/pull/1343#issuecomment-597801420
Copying comments by @dsmiley here:
> minor: I suggest using the variable name "disi" for a DocIdSetIte
aroopganguly opened a new pull request #1344: squashed changes
URL: https://github.com/apache/lucene-solr/pull/1344
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short descri
[
https://issues.apache.org/jira/browse/SOLR-14321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-14321:
Component/s: documentation
> SolrJ with Kerberos docs have removed HttpClientUtil.setConfigurer
>
Kevin Risden created SOLR-14321:
---
Summary: SolrJ with Kerberos docs have removed
HttpClientUtil.setConfigurer
Key: SOLR-14321
URL: https://issues.apache.org/jira/browse/SOLR-14321
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-14321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-14321:
Description:
https://lucene.apache.org/solr/guide/8_4/kerberos-authentication-plugin.html#using-sol
atris commented on a change in pull request #1294: LUCENE-9074: Slice
Allocation Control Plane For Concurrent Searches
URL: https://github.com/apache/lucene-solr/pull/1294#discussion_r391192155
##
File path: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
#
atris commented on issue #1294: LUCENE-9074: Slice Allocation Control Plane For
Concurrent Searches
URL: https://github.com/apache/lucene-solr/pull/1294#issuecomment-597808136
@jpountz Fixed, please see and let me know your thoughts.
[
https://issues.apache.org/jira/browse/SOLR-14321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057316#comment-17057316
]
Kevin Risden commented on SOLR-14321:
-
FWIW this affects basically all the published
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057317#comment-17057317
]
ASF subversion and git services commented on LUCENE-9272:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057320#comment-17057320
]
ASF subversion and git services commented on LUCENE-9272:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057319#comment-17057319
]
Adrien Grand commented on LUCENE-9272:
--
Sigh, I had forgotten the CHANGES entry.
>
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057321#comment-17057321
]
ASF subversion and git services commented on LUCENE-9272:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-9272.
--
Fix Version/s: 8.6
Resolution: Fixed
> No longer verify checksum of the tip file when o
aroopganguly commented on issue #1344: SOLR-14316 Remove unchecked type
conversion warning in JavaBinCodec's readMapEntry's equals() squashed
URL: https://github.com/apache/lucene-solr/pull/1344#issuecomment-597818362
@tflobbe @anshumg @noblepaul this is a squashed version of the original p
[
https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057332#comment-17057332
]
Cassandra Targett commented on SOLR-14173:
--
I've sat with the gray theme for a c
Mike Drob created SOLR-14322:
Summary: AbstractFullDistribZkTestBase.waitForThingsToLevelOut is
very inconsistent
Key: SOLR-14322
URL: https://issues.apache.org/jira/browse/SOLR-14322
Project: Solr
aroopganguly commented on issue #1335: SOLR-14316 Remove unchecked type
conversion warning in JavaBinCodec's readMapEntry's equals() method
URL: https://github.com/apache/lucene-solr/pull/1335#issuecomment-597827316
closing this PR in favor of https://github.com/apache/lucene-solr/pull/1344
aroopganguly closed pull request #1335: SOLR-14316 Remove unchecked type
conversion warning in JavaBinCodec's readMapEntry's equals() method
URL: https://github.com/apache/lucene-solr/pull/1335
This is an automated message f
[
https://issues.apache.org/jira/browse/SOLR-14321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057336#comment-17057336
]
Kevin Risden commented on SOLR-14321:
-
Source is here:
https://github.com/apache/luc
aroopganguly edited a comment on issue #1344: SOLR-14316 Remove unchecked type
conversion warning in JavaBinCodec's readMapEntry's equals() squashed
URL: https://github.com/apache/lucene-solr/pull/1344#issuecomment-597818362
@tflobbe @anshumg @noblepaul
This is a squashed version of
dsmiley commented on issue #1343: LUCENE-8103: Use two-phase iteration in
Query- and DoubleValuesSource
URL: https://github.com/apache/lucene-solr/pull/1343#issuecomment-597830616
BTW thanks for your contributions lately. Perhaps you will be at Berlin
Buzzwords this June; I shall be there
[
https://issues.apache.org/jira/browse/LUCENE-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057372#comment-17057372
]
ASF subversion and git services commented on LUCENE-8849:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057381#comment-17057381
]
ASF subversion and git services commented on LUCENE-9258:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057386#comment-17057386
]
ASF subversion and git services commented on LUCENE-8849:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057387#comment-17057387
]
ASF subversion and git services commented on LUCENE-9258:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved LUCENE-8849.
--
Fix Version/s: 8.6
Assignee: David Smiley
Resolution: Fixed
Thanks for contrib
1 - 100 of 124 matches
Mail list logo