[
https://issues.apache.org/jira/browse/LUCENE-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-4099:
-
Attachment:
LUCENE-4099_remove_SpatialFieldInfo_and_put_fieldName_into_Strategy_instead_of_metho
[
https://issues.apache.org/jira/browse/LUCENE-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley reassigned LUCENE-4099:
Assignee: David Smiley
> Remove generics from SpatialStrategy and remove SpatialFieldI
[
https://issues.apache.org/jira/browse/SOLR-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-3559:
---
Attachment: SOLR-3559.patch
Latest version that seems to pass stress tests. I had to handle the add a
[
https://issues.apache.org/jira/browse/LUCENE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405581#comment-13405581
]
David Smiley commented on LUCENE-4157:
--
Committed documentation to the spatial.query
On Jul 2, 2012, at 8:20 PM, Michael McCandless wrote:
> On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller wrote:
>>
>> On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote:
>>
>>> Short story: I committed a fix (the javadocs for
>>> CloudState.getCollectionStates needed to escape the < and >).
>>
>>
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-1725:
---
Attachment: SOLR-1725.patch
bq. Are those two consecutive openReader calls redundant or needed?
that was a ve
[
https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405477#comment-13405477
]
Michael McCandless commented on LUCENE-3892:
Thanks Billy, I committed this t
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405468#comment-13405468
]
Hoss Man commented on SOLR-3587:
bq. ...the analyzer is really the deal killer here...
yea
On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller wrote:
>
> On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote:
>
>> Short story: I committed a fix (the javadocs for
>> CloudState.getCollectionStates needed to escape the < and >).
>
> Hmm, I couldn't get eclipse or ant javadocs to complain about this
: I think for this case, the much easier fix would be to rename the 4.0
: version to 4.0-alpha and create a new 4.0 one. All not yet fixed would
: get this new version as fix version.
Doh! ... why didn't i think of that?
Anybody object to this sequence?
In Jira project admin for both SOLR and
On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote:
> Short story: I committed a fix (the javadocs for
> CloudState.getCollectionStates needed to escape the < and >).
Hmm, I couldn't get eclipse or ant javadocs to complain about this (with my
java 1.6 or java 1.7 installs).
I wonder what I'm
On Mon, Jul 2, 2012 at 7:56 PM, Michael McCandless
wrote:
> Maybe we can find a more strict HTML parser
OK it turns out Python3's html.parser has an optional strict option...
and I confirmed that it would have caught this (and other), so, I
think we should use that.
But ... the Jenkins box
[
https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405457#comment-13405457
]
Adrien Grand commented on LUCENE-4062:
--
Thanks, Toke! Really strange how the direct
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405454#comment-13405454
]
Mark Miller commented on SOLR-3587:
---
Ah - still new to IWConfig - I was looking through t
Short story: I committed a fix (the javadocs for
CloudState.getCollectionStates needed to escape the < and >).
Long story: at first I thought this was a javadocs bug ... and I
discovered that Python 2.7.3 gracefully ignores this while Python
2.7.2 freaks out about it.
So I upgraded Jenkins' Pytho
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/356/
All tests passed
Build Log:
[...truncated 18023 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6
[
https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405437#comment-13405437
]
Toke Eskildsen commented on LUCENE-4062:
Using the old benchmark, I've measured p
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1134/
All tests passed
Build Log:
[...truncated 17868 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja
[
https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toke Eskildsen updated LUCENE-4062:
---
Attachment: PackedZero.java
PackedIntsBenchmark.java
Attached improved bench
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405416#comment-13405416
]
Erik Hatcher commented on SOLR-1725:
I'm not fond of a script having to implement all t
This is the one i suspect (with the workaround i used before):
http://www.lucidimagination.com/search/document/a4c5b64ef37774ff#e5fc87755f904b33
On Mon, Jul 2, 2012 at 5:56 PM, Robert Muir wrote:
> I've seen this before. The latest java6 builds have some javadocs bugs
> especially with generics
On Mon, Jul 2, 2012 at 2:47 PM, Robert Muir wrote:
> Plan C: if Plan B fails, I'm just gonna send out the release note and
> to hell with the website.
>
I'm moving onto plan C tomorrow. It sucks since we spent a lot of time
improving the docs, but we just gotta get the release out.
--
lucidimag
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405407#comment-13405407
]
Yonik Seeley commented on SOLR-3587:
Can't we just pass null for the writer analyzer (o
[
https://issues.apache.org/jira/browse/SOLR-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher updated SOLR-3591:
---
Attachment: screenshot-1.jpg
Actual startup error was due to (experimenting with failure modes of SOLR
Erik Hatcher created SOLR-3591:
--
Summary: Startup error not reflected in Solr web view
Key: SOLR-3591
URL: https://issues.apache.org/jira/browse/SOLR-3591
Project: Solr
Issue Type: Bug
Affec
I'm throwing in the towel. I've been trying to publish javadocs to the
website for almost 10 hours now.
On Mon, Jul 2, 2012 at 6:26 PM, wrote:
> The Buildbot has detected a new failure on builder lucene-site-staging while
> building ASF Buildbot.
> Full details are available at:
> http://ci.ap
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405392#comment-13405392
]
Mark Miller edited comment on SOLR-3587 at 7/2/12 10:23 PM:
I h
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-3587:
--
Fix Version/s: 5.0
> Reloading a core is no longer updates analysis process
> --
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405392#comment-13405392
]
Mark Miller commented on SOLR-3587:
---
I have an early hack attempt at a workaround for thi
[
https://issues.apache.org/jira/browse/SOLR-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dodsworth updated SOLR-3580:
Attachment: SOLR-3580-proposal.patch
adding the 'supportedLowercaseOperator' parameter I men
[
https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-4185:
Description:
Debugging one of my test cases, I found that a TokenStream from an Analyzer
construc
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/199/
All tests passed
Build Log:
[...truncated 25447 lines...]
[...truncated 25447 lines...]
[...truncated 25447 lines...]
[...truncated 24338 lines...]
javadocs-lint:
[exec]
[exec] Crawl/parse...
[exec]
[exe
On Uwe's Jenkins, the regular expression used to extract failures for email
notification isn't pulling everything out that it should, e.g. this email is
missing javadocs-lint output.
I'm collecting examples of problems (failures to extract failures) and will
work on fixing some time this week.
I've seen this before. The latest java6 builds have some javadocs bugs
especially with generics. Locally with my java6u24 this all works
fine. Please ignore this for now, I'm sure its the same bug. I'll look
into it once i get the 4.0a stuff up on the website... (it likely
requires adding an except
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/355/
All tests passed
Build Log:
[...truncated 18075 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6
ok this worked. I'll get the rest of the javadocs in step-by-step:
will just take some time.
On Mon, Jul 2, 2012 at 5:17 PM, wrote:
> Author: buildbot
> Date: Mon Jul 2 21:14:51 2012
> New Revision: 824127
>
> Log:
> Staging update by buildbot for lucene
>
>
> [This commit notification would co
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405338#comment-13405338
]
Erik Hatcher commented on SOLR-1725:
Hoss - in StatelessScriptUpdateProcessorFactory, t
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405337#comment-13405337
]
Erik Hatcher commented on SOLR-1725:
bq. Let's start some wiki documentation on this to
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405331#comment-13405331
]
Erik Hatcher commented on SOLR-1725:
Hoss - I've been following along. Well done Hoss
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14808/
All tests passed
Build Log:
[...truncated 25282 lines...]
[...truncated 25282 lines...]
[...truncated 25282 lines...]
[...truncated 24173 lines...]
javadocs-lint:
[exec]
[exec] Crawl/parse...
[exec]
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java8-64/4/
1 tests failed.
FAILED:
org.apache.solr.handler.component.SpellCheckComponentTest.testPerDictionary
Error Message:
mismatch: '0'!='2' @ spellcheck/suggestions/bar/startOffset
Stack Trace:
java.lang.RuntimeExcept
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1133/
All tests passed
Build Log:
[...truncated 17891 lines...]
javadocs-lint:
[...truncated 258 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Java6-64/checkout/solr/build.xml:515:
The fo
I think for this case, the much easier fix would be to rename the 4.0 version
to 4.0-alpha and create a new 4.0 one. All not yet fixed would get this new
version as fix version.
--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de
Uwe Schindler schrieb:
On my own JIRA s
David Smiley created LUCENE-4186:
Summary: Lucene spatial's "distErrPct" is treated as a fraction,
not a percent.
Key: LUCENE-4186
URL: https://issues.apache.org/jira/browse/LUCENE-4186
Project: Lucen
[
https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-3304:
---
Attachment: SOLR-3304_Solr_fields_for_Lucene_spatial_module.patch
Here is an updated patch.
Even thou
On my own JIRA server I have a groovy scripting plugin installed
(https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner). This
one can do this very simple and sophisticated. I did it several times on
http://issues.pangaea.de. But of course at Apache this is harder. You also
need to kn
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/354/
All tests passed
Build Log:
[...truncated 18030 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1132/
All tests passed
Build Log:
[...truncated 17860 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja
Plan B: if this fails I'll see if i can revert my commits, and still
update the news sections of the website (though docs will be
unavailable)
Plan C: if Plan B fails, I'm just gonna send out the release note and
to hell with the website.
On Mon, Jul 2, 2012 at 2:05 PM, Robert Muir wrote:
> I'm
[
https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-1725:
---
Attachment: SOLR-1725.patch
Updated patch renaming the factory to StatelessScriptUpdateProcessorFactoryTest
a
[
https://issues.apache.org/jira/browse/LUCENE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405197#comment-13405197
]
yoav zibin commented on LUCENE-1381:
This was fixed in BeanUtil version 1.8.3:
https:
[
https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Froh updated LUCENE-4185:
-
Affects Version/s: (was: 4.0)
4.0-ALPHA
> CharFilters being added
I'm not confident I can make this work this time guys.
I'll try one more time: otherwise I think we need to remove javadocs
from the website. This just doesnt scale: hours long commits and
adding *days* to the release process.
On Mon, Jul 2, 2012 at 2:01 PM, wrote:
> Author: rmuir
> Date: Mon J
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller reassigned SOLR-3587:
-
Assignee: Mark Miller
> Reloading a core is no longer updates analysis process
> -
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/353/
All tests passed
Build Log:
[...truncated 18046 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-6
[
https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Han Jiang updated LUCENE-3892:
--
Attachment: LUCENE-3892-for&pfor.patch
This version will make PFor work side by side with For. Hmm, th
Now that we have a 4.0-ALPHA version listed in Jira, it will be easy in
the future to record if a bug affected 4.0-ALPHA but was fixed in 4.0
(final).
For all of the existing issues however ... things are complicated.
I was hoping to do a Bulk edit of all issues matching this query...
[
https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3590:
---
Labels: labelx (was: label1, label2, label3)
> Test Jira Issue
> ---
>
> Key:
[
https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3590:
---
Fix Version/s: (was: 4.0-ALPHA)
3.6
4.0
> Test Jira Issue
>
[
https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3590:
---
Fix Version/s: (was: 3.6)
(was: 4.0)
4.0-ALPHA
> Test Jira I
[
https://issues.apache.org/jira/browse/SOLR-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-3590.
Resolution: Fixed
> Test Jira Issue
> ---
>
> Key: SOLR-3590
>
Hoss Man created SOLR-3590:
--
Summary: Test Jira Issue
Key: SOLR-3590
URL: https://issues.apache.org/jira/browse/SOLR-3590
Project: Solr
Issue Type: Bug
Reporter: Hoss Man
Ass
[
https://issues.apache.org/jira/browse/SOLR-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405147#comment-13405147
]
Michael Dodsworth commented on SOLR-3467:
-
much appreciated, Jan. Thank you.
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3587:
---
Priority: Blocker (was: Major)
Fix Version/s: 4.0
> Reloading a core is no longer updates analys
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1131/
All tests passed
Build Log:
[...truncated 17890 lines...]
javadocs-lint:
[...truncated 609 lines...]
javadocs-lint:
[...truncated 80 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Ja
My first question would be, do you need 16GB of heap, thats a lot and
will contribute to long pauses, what happens if you try it out with 8GB,
are you trying to be too greedy with the caches ?
You question is very open ended, tuning a GC is an art from, what works
for one workload is often qui
Tom Burton-West created SOLR-3589:
-
Summary: Edismax parser does not honor mm parameter if analyzer
splits a token
Key: SOLR-3589
URL: https://issues.apache.org/jira/browse/SOLR-3589
Project: Solr
Michael Froh created LUCENE-4185:
Summary: CharFilters being added twice in Solr
Key: LUCENE-4185
URL: https://issues.apache.org/jira/browse/LUCENE-4185
Project: Lucene - Java
Issue Type: Bug
Jerry Mindek created SOLR-3588:
--
Summary: Support data importing from AMQP queue
Key: SOLR-3588
URL: https://issues.apache.org/jira/browse/SOLR-3588
Project: Solr
Issue Type: New Feature
[
https://issues.apache.org/jira/browse/SOLR-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405053#comment-13405053
]
Mark Miller commented on SOLR-3488:
---
So I refactored some of the zk distrib tests to use
Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/187/
1 tests failed.
REGRESSION:
org.apache.lucene.analysis.ngram.NGramTokenizerTest.testRandomStrings
Error Message:
some thread(s) failed
Stack Trace:
java.lang.RuntimeException: some thread(s) failed
at
[
https://issues.apache.org/jira/browse/SOLR-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405009#comment-13405009
]
Robert Duenger commented on SOLR-3586:
--
no error log entries
> spellc
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-4183:
--
Attachment: LUCENE-4183.patch
Here again the original patch with the confusing variable names
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-4183:
--
Attachment: LUCENE-4183-priorE-pattern.patch
For comparison, here the most correct pattern (em
[
https://issues.apache.org/jira/browse/LUCENE-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405004#comment-13405004
]
Adrien Grand commented on LUCENE-4062:
--
Thanks for your graphs, Toke. It is very int
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404995#comment-13404995
]
Uwe Schindler commented on LUCENE-4183:
---
btw, the block of code in this issue is *t
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404991#comment-13404991
]
Uwe Schindler commented on LUCENE-4183:
---
I will commit the patch soon and also upda
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404989#comment-13404989
]
Uwe Schindler commented on LUCENE-4183:
---
bq. How was it broken? Shouldnt TestIndexW
[
https://issues.apache.org/jira/browse/LUCENE-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-4184:
-
Attachment: LUCENE-4184.patch
Patch.
> Replace o.a.l.u.packed.Packed64SingleBlo
Adrien Grand created LUCENE-4184:
Summary: Replace o.a.l.u.packed.Packed64SingleBlock with an
inheritance-based impl
Key: LUCENE-4184
URL: https://issues.apache.org/jira/browse/LUCENE-4184
Project: Lu
[
https://issues.apache.org/jira/browse/LUCENE-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404952#comment-13404952
]
Robert Muir commented on LUCENE-4183:
-
{quote}
The attached path for 4.x removes the
[
https://issues.apache.org/jira/browse/SOLR-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Serba updated SOLR-3587:
---
Attachment: SOLR-3587.patch
Added Solr test
> Reloading a core is no longer updates a
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2856/
1 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch
Error Message:
Timeout occured while waiting response from server at:
http://localhost:29985/solr/collection1
Stack Trace:
org
Alexey Serba created SOLR-3587:
--
Summary: Reloading a core is no longer updates analysis process
Key: SOLR-3587
URL: https://issues.apache.org/jira/browse/SOLR-3587
Project: Solr
Issue Type: Bug
Robert Duenger created SOLR-3586:
Summary: spellchecker directory/files not deleted
Key: SOLR-3586
URL: https://issues.apache.org/jira/browse/SOLR-3586
Project: Solr
Issue Type: Bug
[
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404915#comment-13404915
]
Lance Norskog edited comment on LUCENE-2899 at 7/2/12 8:08 AM:
[
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lance Norskog updated LUCENE-2899:
--
Attachment: LUCENE-2899.patch
> Add OpenNLP Analysis capabilities as a module
> --
[
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404915#comment-13404915
]
Lance Norskog commented on LUCENE-2899:
---
{{dev-tools}} needs updating. I don't have
88 matches
Mail list logo