mocobeta commented on issue #618: #Lucene-2562: Make Luke a Lucene/Solr Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-480571380
Hi,
I got done with comprehensive interface testing on my Windows/Linux PCs,
fixed bugs, made some minor improvements.
Seems all f
mocobeta edited a comment on issue #618: #Lucene-2562: Make Luke a Lucene/Solr
Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-480571380
Hi,
I got done with comprehensive interface testing on my Windows/Linux PCs,
fixed bugs, made some minor improvements.
See
mocobeta edited a comment on issue #618: #Lucene-2562: Make Luke a Lucene/Solr
Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-480571380
Hi,
I got done with comprehensive interface testing on my Windows/Linux PCs,
fixed bugs, made some minor improvements.
See
uschindler commented on issue #618: #Lucene-2562: Make Luke a Lucene/Solr Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-480579706
Hi @mocobeta,
+1 to merge it soon. Please check your private mail, we have some good news
for you.
I will soon push this bra
uschindler edited a comment on issue #618: #Lucene-2562: Make Luke a
Lucene/Solr Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-480579706
Hi @mocobeta,
+1 to merge it soon. Please check your private mail, we have some good news
for you.
I will soon push
dsmiley commented on a change in pull request #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#discussion_r272887687
##
File path: solr/core/src/java/org/apache/solr/schema/IndexSchema.java
##
@@ -1959,6 +1959,21 @@ public boolean isUsableForChildDocs()
jpountz commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272899650
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
jpountz commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272899879
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
jpountz commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272899201
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
moshebla commented on issue #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#issuecomment-480731792
> Thanks for taking a stab at this. Sometimes I think the "atomic"-ness gets
more visibility in features/naming than the "partial-update"-ness that goes
along with it, wh
moshebla commented on issue #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#issuecomment-480732116
> OH; we're missing updates to the Ref Guide! See
`updating-parts-of-documents.adoc`. You could also add a link & mention in the
indexing side of the page on nested docs
moshebla edited a comment on issue #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#issuecomment-480731792
> Thanks for taking a stab at this. Sometimes I think the "atomic"-ness gets
more visibility in features/naming than the "partial-update"-ness that goes
along with
s1monw commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272982607
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
@
s1monw commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272983432
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
@
s1monw commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r272983458
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
@
s1monw commented on issue #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#issuecomment-480779441
@jpountz I pushed new commits
This is an automated
dsmiley commented on issue #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#issuecomment-480806665
Another PR is fine. I attached the patch version of this to JIRA and
enabled patch review. I'm looking forward to seeing this one done!
-
ollik1 opened a new pull request #638: LUCENE-8756: Fix MLT like text with
custom frequencies
URL: https://github.com/apache/lucene-solr/pull/638
When an analyzer with custom term frequencies is used with MLT like
texts, the custom term frequencies are incorrectly omitted and a fixed
mikemccand commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273118641
##
File path: lucene/CHANGES.txt
##
@@ -62,6 +62,9 @@ Bug fixes
Scorer in
mikemccand commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273119818
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene50/Lucene50Postings
mikemccand commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273124637
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
#
s1monw commented on issue #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#issuecomment-480902394
@mikemccand pushed changes
This is an automated me
jpountz commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273339633
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
uschindler commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273345219
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
#
uschindler commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273345219
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
#
diegoceccarelli commented on a change in pull request #300: SOLR-11831: Skip
second grouping step if group.limit is 1 (aka Las Vegas Patch)
URL: https://github.com/apache/lucene-solr/pull/300#discussion_r273444073
##
File path:
solr/core/src/java/org/apache/solr/search/grouping/dis
diegoceccarelli commented on a change in pull request #300: SOLR-11831: Skip
second grouping step if group.limit is 1 (aka Las Vegas Patch)
URL: https://github.com/apache/lucene-solr/pull/300#discussion_r273634722
##
File path:
solr/core/src/java/org/apache/solr/search/grouping/dis
dsmiley closed pull request #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
s1monw commented on a change in pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637#discussion_r273822504
##
File path: lucene/core/src/java/org/apache/lucene/index/SegmentInfo.java
##
@
s1monw merged pull request #637: LUCENE-8754: Prevent
ConcurrentModificationException in SegmentInfo
URL: https://github.com/apache/lucene-solr/pull/637
This is an automated message from the Apache Git Service.
To respond to
chatman commented on a change in pull request #597: [SOLR-13272]
feat(facet/interval): support json facet requests for interval facet
URL: https://github.com/apache/lucene-solr/pull/597#discussion_r273843687
##
File path:
solr/core/src/java/org/apache/solr/search/facet/FacetInterva
chatman commented on a change in pull request #597: [SOLR-13272]
feat(facet/interval): support json facet requests for interval facet
URL: https://github.com/apache/lucene-solr/pull/597#discussion_r273843687
##
File path:
solr/core/src/java/org/apache/solr/search/facet/FacetInterva
mocobeta commented on issue #618: #Lucene-2562: Make Luke a Lucene/Solr Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-481637304
This was merged to Apache Lucene master and branch_8x.
This is an automa
mocobeta closed pull request #618: #Lucene-2562: Make Luke a Lucene/Solr Module
URL: https://github.com/apache/lucene-solr/pull/618
This is an automated message from the Apache Git Service.
To respond to the message, please l
mengbin16 opened a new pull request #639: Solve the problem of highlighting
Chinese inaccurately.
URL: https://github.com/apache/lucene-solr/pull/639
I found a bug. When I am highlighting Chinese, extra phrases are
highlighted.
I solved it according to my understanding.
I added a t
s1monw opened a new pull request #640: LUCENE-8671: Introduce Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640
Reader attributes allows a per IndexReader configuration of codec internals.
For instance this allows a per reader configuration if FSTs are loaded into
mem
s1monw commented on issue #640: LUCENE-8671: Introduce Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#issuecomment-481706543
it's still a bit rough and misses javadocs etc. but I wanted to get the idea
out.
jefferyyuan opened a new pull request #641: Move versionBucketLockTimeoutMs
into VersionInfo
URL: https://github.com/apache/lucene-solr/pull/641
This is an automated message from the Apache Git Service.
To respond to the mes
romseygeek commented on a change in pull request #162: SOLR-8776: Support
RankQuery in grouping
URL: https://github.com/apache/lucene-solr/pull/162#discussion_r274321223
##
File path:
lucene/grouping/src/java/org/apache/lucene/search/grouping/SecondPassGroupingCollector.java
#
janhoy opened a new pull request #642: SOLR-12860: MetricsHistoryHandler now
always uses PKI Auth
URL: https://github.com/apache/lucene-solr/pull/642
This gets rid of the 401 errors currently seen when using e.g. basic auth.
diegoceccarelli commented on a change in pull request #636: SOLR-10409 - Added
support for rows=x in /export to limit number of docs exported (With unit tests)
URL: https://github.com/apache/lucene-solr/pull/636#discussion_r274348734
##
File path: solr/core/src/java/org/apache/solr/
diegoceccarelli commented on a change in pull request #636: SOLR-10409 - Added
support for rows=x in /export to limit number of docs exported (With unit tests)
URL: https://github.com/apache/lucene-solr/pull/636#discussion_r274350016
##
File path: solr/core/src/java/org/apache/solr/
diegoceccarelli commented on a change in pull request #636: SOLR-10409 - Added
support for rows=x in /export to limit number of docs exported (With unit tests)
URL: https://github.com/apache/lucene-solr/pull/636#discussion_r274355703
##
File path: solr/core/src/java/org/apache/solr/
diegoceccarelli commented on a change in pull request #636: SOLR-10409 - Added
support for rows=x in /export to limit number of docs exported (With unit tests)
URL: https://github.com/apache/lucene-solr/pull/636#discussion_r274357188
##
File path:
solr/core/src/test/org/apache/solr
diegoceccarelli commented on a change in pull request #636: SOLR-10409 - Added
support for rows=x in /export to limit number of docs exported (With unit tests)
URL: https://github.com/apache/lucene-solr/pull/636#discussion_r274350444
##
File path: solr/core/src/java/org/apache/solr/
NazerkeBS opened a new pull request #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643
@joel-bernstein, please have a look to the code.
This is an auto
mikemccand commented on a change in pull request #640: LUCENE-8671: Introduce
Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#discussion_r274496177
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/blocktree/BlockTreeTermsReader.java
##
@@
mikemccand commented on a change in pull request #640: LUCENE-8671: Introduce
Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#discussion_r274495805
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/blocktree/BlockTreeTermsReader.java
##
@@
kesharee opened a new pull request #644: SOLR-13394: Change default GC from CMS
to G1
URL: https://github.com/apache/lucene-solr/pull/644
This is an automated message from the Apache Git Service.
To respond to the message, p
janhoy opened a new pull request #645: SOLR-12121 Refresh JWK from IdP on
invalid sig
URL: https://github.com/apache/lucene-solr/pull/645
This is an automated message from the Apache Git Service.
To respond to the message, p
s1monw commented on a change in pull request #640: LUCENE-8671: Introduce
Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#discussion_r274786488
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/blocktree/BlockTreeTermsReader.java
##
@@ -75,
s1monw commented on a change in pull request #640: LUCENE-8671: Introduce
Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#discussion_r274790221
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/blocktree/BlockTreeTermsReader.java
##
@@ -156
s1monw commented on issue #640: LUCENE-8671: Introduce Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640#issuecomment-482471238
@jpountz thanks for the review @mikemccand I pushed updates for your comments
janhoy closed pull request #645: SOLR-12121 Refresh JWK from IdP on invalid sig
URL: https://github.com/apache/lucene-solr/pull/645
This is an automated message from the Apache Git Service.
To respond to the message, please l
janhoy commented on issue #645: SOLR-12121 Refresh JWK from IdP on invalid sig
URL: https://github.com/apache/lucene-solr/pull/645#issuecomment-482483037
(Squash) merged
This is an automated message from the Apache Git Service
janhoy merged pull request #642: SOLR-12860: MetricsHistoryHandler now always
uses PKI Auth
URL: https://github.com/apache/lucene-solr/pull/642
This is an automated message from the Apache Git Service.
To respond to the mess
NazerkeBS commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482549905
I added a separate test for the variance and the standard deviation. It
works now.
-
NazerkeBS edited a comment on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482549905
I added a separate test for the variance and the standard deviation. The
test passes.
---
joel-bernstein commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482569350
Here is how it looks from Zeppelin-Solr interpreter
https://user-images.githubusercontent.com/5747955/56039
joel-bernstein edited a comment on issue #643: SOLR-13391: Add variance and
standard deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482569350
Here is how it looks from Zeppelin-Solr interpreter
--
joel-bernstein edited a comment on issue #643: SOLR-13391: Add variance and
standard deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482569350
Here is how it looks from Zeppelin-Solr interpreter
https://user-images.githubusercontent.com/574795
joel-bernstein edited a comment on issue #643: SOLR-13391: Add variance and
standard deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482569350
Here is how it looks from the Zeppelin-Solr interpreter
https://user-images.githubusercontent.com/57
joel-bernstein removed a comment on issue #643: SOLR-13391: Add variance and
standard deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482570071
https://user-images.githubusercontent.com/5747955/56039861-40812000-5d03-11e9-80a7-f06590c72771.pn
joel-bernstein commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482570071
https://user-images.githubusercontent.com/5747955/56039861-40812000-5d03-11e9-80a7-f06590c72771.png";>
joel-bernstein commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482572344
This is pretty much ready to go. Thanks again for the contribution.
I should be able to get this in for
NazerkeBS commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482579769
I think, that is fine. In the future I would like to contribute more for
streaming expressions as I am working on
joel-bernstein commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482589219
> I think, that is fine. In the future I would like to contribute more for
streaming expressions as I am work
NazerkeBS commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482605657
I would be so grateful if you could give me a few suggestions to work on.
joel-bernstein commented on issue #643: SOLR-13391: Add variance and standard
deviation stream evaluators
URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-482613805
Ok, this is a great ticket to work on:
https://issues.apache.org/jira/browse/SOLR-13047
I'll update it w
mikemccand commented on a change in pull request #579: LUCENE-8681: prorated
early termination
URL: https://github.com/apache/lucene-solr/pull/579#discussion_r274964396
##
File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java
##
@@ -165,11 +169,35
cpoerschke commented on a change in pull request #300: SOLR-11831: Skip second
grouping step if group.limit is 1 (aka Las Vegas Patch)
URL: https://github.com/apache/lucene-solr/pull/300#discussion_r275043339
##
File path:
solr/core/src/java/org/apache/solr/search/grouping/distribu
mocobeta closed pull request #632: LUCENE-8752: Add a Kuromoji dictionary entry
for Japanese new era 令和(Reiwa)
URL: https://github.com/apache/lucene-solr/pull/632
This is an automated message from the Apache Git Service.
To
mocobeta commented on issue #632: LUCENE-8752: Add a Kuromoji dictionary entry
for Japanese new era 令和(Reiwa)
URL: https://github.com/apache/lucene-solr/pull/632#issuecomment-482805606
This was merged to master & branch_8x.
T
janhoy opened a new pull request #646: SOLR-12371: Fix unintended security edit
API caching in standalone mode
URL: https://github.com/apache/lucene-solr/pull/646
This is an automated message from the Apache Git Service.
To
moshebla opened a new pull request #647: SOLR-12638: Added docs in the
ref-guide for nested atomic updates
URL: https://github.com/apache/lucene-solr/pull/647
This is an automated message from the Apache Git Service.
To resp
moshebla commented on issue #647: SOLR-12638: Added docs in the ref-guide for
nested atomic updates
URL: https://github.com/apache/lucene-solr/pull/647#issuecomment-483225382
This PR adds docs for nested/partial updates #455 .
---
msokolov commented on a change in pull request #579: LUCENE-8681: prorated
early termination
URL: https://github.com/apache/lucene-solr/pull/579#discussion_r275490738
##
File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java
##
@@ -165,11 +169,35 @
s1monw merged pull request #640: LUCENE-8671: Introduce Reader attributes
URL: https://github.com/apache/lucene-solr/pull/640
This is an automated message from the Apache Git Service.
To respond to the message, please log on
mocobeta edited a comment on issue #618: #Lucene-2562: Make Luke a Lucene/Solr
Module
URL: https://github.com/apache/lucene-solr/pull/618#issuecomment-481637304
This was merged to Apache Lucene master and branch_8x.
https://github.com/apache/lucene-solr/commit/3a78c1999a8716669c574448b2
romseygeek opened a new pull request #648: LUCENE-8766: Add Luwak as a lucene
module
URL: https://github.com/apache/lucene-solr/pull/648
This is an automated message from the Apache Git Service.
To respond to the message, pl
s1monw opened a new pull request #649: Use Map.copyOf in lucene core
URL: https://github.com/apache/lucene-solr/pull/649
This cuts over several places that use the pattern of creating a copy of
the supplied map with Map.copyOf.
s1monw merged pull request #649: Use Map.copyOf in lucene core
URL: https://github.com/apache/lucene-solr/pull/649
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
uschindler commented on a change in pull request #644: SOLR-13394: Change
default GC from CMS to G1
URL: https://github.com/apache/lucene-solr/pull/644#discussion_r276282835
##
File path: solr/bin/solr.cmd
##
@@ -1167,20 +1167,14 @@ set SOLR_OPTS=%SOLR_JAVA_STACK_SIZE% %SO
danmuzi opened a new pull request #650: LUCENE-8768: Javadoc search support
URL: https://github.com/apache/lucene-solr/pull/650
This is a PR to support **"Javadoc search"** released in Java 9.
**[Before - Lucene Nightly Core Module Javadoc]**

URL: https://github.com/apache/lucene-solr/pull/300#discussion_r276714459
##
File path:
solr/core/src/java/org/apache/solr/search/grouping/distribu
cpoerschke commented on a change in pull request #300: SOLR-11831: Skip second
grouping step if group.limit is 1 (aka Las Vegas Patch)
URL: https://github.com/apache/lucene-solr/pull/300#discussion_r276777359
##
File path:
solr/core/src/java/org/apache/solr/search/grouping/distribu
kesharee commented on a change in pull request #644: SOLR-13394: Change default
GC from CMS to G1
URL: https://github.com/apache/lucene-solr/pull/644#discussion_r276788540
##
File path: solr/bin/solr.cmd
##
@@ -1167,20 +1167,14 @@ set SOLR_OPTS=%SOLR_JAVA_STACK_SIZE% %SOLR
johann-beessip opened a new pull request #651: Performance improvement for
update?optimize=true
URL: https://github.com/apache/lucene-solr/pull/651
For our use case we have a small number of documents with a large number of
docValues. During optimize we noticed a lot of time being spent i
zacharymorn commented on code in PR #767:
URL: https://github.com/apache/lucene/pull/767#discussion_r841309603
##
lucene/core/src/java/org/apache/lucene/search/DocValuesFieldExistsQuery.java:
##
@@ -31,42 +28,21 @@
/**
* A {@link Query} that matches documents that have a valu
zacharymorn commented on code in PR #767:
URL: https://github.com/apache/lucene/pull/767#discussion_r841312352
##
lucene/core/src/java/org/apache/lucene/search/FieldExistsQuery.java:
##
@@ -0,0 +1,223 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
mocobeta opened a new issue, #1:
URL: https://github.com/apache/lucene-jira-archive/issues/1
There are various errors in converting Jira markup to Markdown.
For example:
- tables are broken
- bullet lists converted to bold blocks (?)
- bullet lists include unnecessary spaces b
dweiss commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1169793482

This is what the bold block-issue looks like.
--
This is
mocobeta opened a new issue, #2:
URL: https://github.com/apache/lucene-jira-archive/issues/2
All attachments should be archived in `attachments/`. They will be referred
from the migrated issues in https://github.com/apache/lucene.
For files with the same names, we keep the latest versions
mocobeta opened a new issue, #3:
URL: https://github.com/apache/lucene-jira-archive/issues/3
To correctly map Jira user ids in issues (reporter/assignee/author) to
GitHub account, we need an account mapping file.
This could be inferred from https://github.com/orgs/apache/people?
--
Thi
mocobeta commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1169860211
Thanks for reporting.
I found Jira's number list (`#`) is not correctly converted and it is
interpreted as headers in Markdown.
Jira dump
```
"body": "I'm
mikemccand commented on issue #823: LUCENE-8939: Introduce Shared Count Early
Termination In Parallel Search
URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-527262380
> > > I'm trying to understand the behavior change Lucene users will see
with this, when using concurrent
atris commented on issue #823: LUCENE-8939: Introduce Shared Count Early
Termination In Parallel Search
URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-527284505
> https://issues.apache.org/jira/browse/LUCENE-8681
I am not sure I see how that solves the problem?
atris commented on issue #823: LUCENE-8939: Introduce Shared Count Early
Termination In Parallel Search
URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-527285002
> > https://issues.apache.org/jira/browse/LUCENE-8681
>
> I am not sure I see how that solves the problem
jpountz commented on a change in pull request #851: LUCENE-8960: Add
LatLonDocValuesPointInPolygonQuery
URL: https://github.com/apache/lucene-solr/pull/851#discussion_r320121607
##
File path:
lucene/core/src/java/org/apache/lucene/document/LatLonDocValuesPointInPolygonQuery.java
#
iverase merged pull request #851: LUCENE-8960: Add
LatLonDocValuesPointInPolygonQuery
URL: https://github.com/apache/lucene-solr/pull/851
This is an automated message from the Apache Git Service.
To respond to the message, p
1 - 100 of 3240 matches
Mail list logo