[
https://issues.apache.org/jira/browse/SOLR-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449473#comment-13449473
]
Koji Sekiguchi commented on SOLR-3790:
--
This bug has not been filed but fixed in trunk
[
https://issues.apache.org/jira/browse/SOLR-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yoni Amir updated SOLR-3792:
Summary: NullPointerException in highlighter under certain conditions
(was: NPE in highlighter under certai
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449428#comment-13449428
]
Robert Muir commented on LUCENE-4364:
-
Uwe: seems like good ideas i think. I'm going
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449426#comment-13449426
]
Uwe Schindler commented on LUCENE-4364:
---
Hi, thats a great improvement. Very simple
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449400#comment-13449400
]
Chris Male commented on LUCENE-4365:
Great work improving this Steven, what a mess!
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449399#comment-13449399
]
Robert Muir commented on LUCENE-4365:
-
{quote}
The solr-core-tests module fails SolrI
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-4365:
Attachment: lucene.solr.cyclic.dependencies.removed.png
Graph showing dependencies after applying
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449394#comment-13449394
]
Steven Rowe commented on LUCENE-4365:
-
Before applying the patch, run the following s
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-4365:
Attachment: LUCENE-4365.patch
Trunk patch splitting out a tests-only module for each of the four m
[
https://issues.apache.org/jira/browse/SOLR-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Guy closed SOLR-3797.
Resolution: Invalid
This is because of how I created the core as a copy of another core I believe.
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4364:
Attachment: LUCENE-4364.patch
just some minor cleanups and adding back those bounds checks i forgo
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449381#comment-13449381
]
Robert Muir commented on LUCENE-4364:
-
note we should add the bounds checks for offse
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4364:
Attachment: LUCENE-4364.patch
Further refactoring, i think this is much cleaner.
This whole slic
[
https://issues.apache.org/jira/browse/SOLR-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3795:
---
Component/s: web gui
Fix Version/s: 4.0
Assignee: Hoss Man
> /admin/luke?show=schema is ret
[
https://issues.apache.org/jira/browse/SOLR-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3795:
---
Attachment: SOLR-3795.patch
patch that fixes LukeRequestHandler to return just the names for copyDests and
co
Hoss Man created SOLR-3798:
--
Summary: copyField logic in LukeRequestHandler is primitive,
doesn't work well with dynamicFields
Key: SOLR-3798
URL: https://issues.apache.org/jira/browse/SOLR-3798
Project: Sol
[
https://issues.apache.org/jira/browse/SOLR-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Guy updated SOLR-3797:
-
Attachment: solrconfig.xml
schema.xml
Attached schema and solrconfig. This is an instance
Daniel Guy created SOLR-3797:
Summary: NullPointerException when attempting search using JSON
format. XML formatted search does not error using same params.
Key: SOLR-3797
URL: https://issues.apache.org/jira/browse/SO
Sridharan created SOLR-3796:
---
Summary: I am getting 404 when accessing
http://localhost:7101/wcoe-solr/admin
Key: SOLR-3796
URL: https://issues.apache.org/jira/browse/SOLR-3796
Project: Solr
Issue
Hoss Man created SOLR-3795:
--
Summary: /admin/luke?show=schema is returning raw toString of
SchemaField and CopyField objects for "copyDests" and "copySources"
Key: SOLR-3795
URL: https://issues.apache.org/jira/browse/SOL
[
https://issues.apache.org/jira/browse/SOLR-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449303#comment-13449303
]
Hoss Man commented on SOLR-3734:
watching the logs while using the UI, it seems that the cr
[
https://issues.apache.org/jira/browse/SOLR-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449301#comment-13449301
]
shou aoki commented on SOLR-3790:
-
Thank you Mr.Sekiguchi.
I read your blog often, I respec
[
https://issues.apache.org/jira/browse/LUCENE-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-4365:
Attachment: lucene.solr.dependency.cycles.png.jpg
Graph of current Lucene/Solr inter-module cyclic
Steven Rowe created LUCENE-4365:
---
Summary: The Maven build can't directly handle complex
inter-module dependencies involving the test-framework modules
Key: LUCENE-4365
URL: https://issues.apache.org/jira/browse/LUC
[
https://issues.apache.org/jira/browse/SOLR-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449273#comment-13449273
]
Mark Miller commented on SOLR-3794:
---
When we see all nodes in the election are recovering
Mark Miller created SOLR-3794:
-
Summary: We should protect against the corner case where zk
session expiration causes a new leader election but only recovering nodes make
it into the election.
Key: SOLR-3794
URL: htt
[
https://issues.apache.org/jira/browse/SOLR-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449267#comment-13449267
]
Hoss Man commented on SOLR-3734:
bq. The reason is pretty simple: in your schema, you have
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449225#comment-13449225
]
Uwe Schindler commented on LUCENE-4123:
---
Mike,
I am not sure if we really need that
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449217#comment-13449217
]
Uwe Schindler commented on LUCENE-4364:
---
Sorry, i did not see that, your patch alre
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449206#comment-13449206
]
Robert Muir commented on LUCENE-4364:
-
Uwe: this is how the whole patch works already
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449199#comment-13449199
]
Uwe Schindler commented on LUCENE-4364:
---
Hey, I did not yet fully review the patch,
[
https://issues.apache.org/jira/browse/SOLR-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley reassigned SOLR-3793:
--
Assignee: Yonik Seeley
> duplicate (deleted) documents included in result set when using fie
[
https://issues.apache.org/jira/browse/SOLR-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3793:
---
Description:
Günter Hipler reported on the solr-user mailing list that he was seeing
inconsistencies in facet
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4364:
Attachment: LUCENE-4364.patch
updated with some forgotten safety. since all slices are clones, the
[
https://issues.apache.org/jira/browse/SOLR-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449163#comment-13449163
]
Hoss Man commented on SOLR-3793:
The problem seems to be specific to using UnInvertedField
[
https://issues.apache.org/jira/browse/SOLR-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-3793:
---
Description:
Günter Hipler reported on the solr-user mailing list that he was seeing
inconsistencies in fac
Hoss Man created SOLR-3793:
--
Summary: duplicate (deleted) documents included in result set when
using field faceting with fq
Key: SOLR-3793
URL: https://issues.apache.org/jira/browse/SOLR-3793
Project: Solr
[
https://issues.apache.org/jira/browse/LUCENE-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4364:
Attachment: LUCENE-4364.patch
patch: I brought LUCENE-4124 up to speed as i needed it to solve thi
Robert Muir created LUCENE-4364:
---
Summary: MMapDirectory makes too many maps for CFS
Key: LUCENE-4364
URL: https://issues.apache.org/jira/browse/LUCENE-4364
Project: Lucene - Core
Issue Type: B
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-4123:
---
Attachment: LUCENE-4123.patch
New patch, also overriding createSlicer so that openin
[
https://issues.apache.org/jira/browse/SOLR-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Bowyer updated SOLR-3784:
--
Attachment: SOLR-3784.patch
I modified your patch a little to be defensive around the classname as well,
[
https://issues.apache.org/jira/browse/SOLR-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449018#comment-13449018
]
Alexander Kanarsky edited comment on SOLR-1549 at 9/6/12 6:09 AM:
---
[
https://issues.apache.org/jira/browse/SOLR-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449018#comment-13449018
]
Alexander Kanarsky commented on SOLR-1549:
--
James, just to clarify the ration behi
[
https://issues.apache.org/jira/browse/SOLR-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449008#comment-13449008
]
Antoine Le Floc'h commented on SOLR-1581:
-
Do you confirm that as of Sep 2012, ther
> erick.erick...@gmail.com (that one had permissions), but that either
It's probably Erick's dark side alter ego:
http://goo.gl/orGMC
Dawid
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-m
[
https://issues.apache.org/jira/browse/LUCENE-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448968#comment-13448968
]
David Smiley commented on LUCENE-4351:
--
Thanks Scott.
I committed to trunk in 4 comm
[
https://issues.apache.org/jira/browse/SOLR-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-3787.
Resolution: Fixed
looks like sami fixed this in SOLR-3789
> Compress (internal) parameter m
[
https://issues.apache.org/jira/browse/SOLR-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man reassigned SOLR-3789:
--
Assignee: Sami Siren
> Cannot use "internal" compression in replication handler
> --
[
https://issues.apache.org/jira/browse/LUCENE-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Stults updated LUCENE-4351:
-
Attachment: LUCENE-4351_Spatial4j_0_3.patch
Updated the Eclipse classpath entry
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448919#comment-13448919
]
Uwe Schindler commented on LUCENE-4340:
---
Can you remove the public ctor (default) o
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-4123:
---
Attachment: LUCENE-4123.patch
Thanks Robert! That's awesome feedback ... new patch.
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-4340:
-
Attachment: LUCENE-4340-bloom.patch
Patch for moving bloom utilities to lucene/codecs. You need
[
https://issues.apache.org/jira/browse/SOLR-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448904#comment-13448904
]
sami hoda commented on SOLR-3787:
-
This is a pretty big issue for us. Replication between d
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/630/
Java: 32bit/jdk1.6.0_35 -server -XX:+UseConcMarkSweepGC
All tests passed
Build Log:
[...truncated 11459 lines...]
check-licenses:
[echo] License check under:
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\lucene
[
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/601/
No tests ran.
Build Log:
[...truncated 757 lines...]
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucen
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/897/
Java: 64bit/jdk1.7.0_07 -XX:+UseSerialGC
All tests passed
Build Log:
[...truncated 12045 lines...]
check-licenses:
[echo] License check under:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene
[licenses] MIS
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448898#comment-13448898
]
Michael McCandless commented on LUCENE-4340:
bq. I'm thinking of hardwiring H
LOL: I added that one because this was the Solr one.
Erick: Just to be sure: what is your account name and eMail address in JIRA?
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Robert Muir [mailto:rcm.
I added you also to Lucene!
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: Wednesday, September 05, 2012 6:56 PM
> To: dev@lucene.apache.org
> Sub
I was wondering why Erick's name was already in the Administrators group...
Thanks Robert.
-Original Message-
From: Robert Muir [mailto:rcm...@gmail.com]
Sent: Wednesday, September 05, 2012 1:02 PM
To: dev@lucene.apache.org
Subject: Re: [jira] [Commented] (LUCENE-4362) ban tab-indented s
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448887#comment-13448887
]
Adrien Grand commented on LUCENE-4340:
--
I was trying to move the bloom utilities (oa
I took care of it. THe problem was 2 Erick Ericksons. one was
erick.erick...@gmail.com (that one had permissions), but that either
isn't you, or was an old address.
I put your new one in there and disabled access for the other one
On Wed, Sep 5, 2012 at 12:59 PM, Steven A Rowe wrote:
> Hi Erick,
Hi Erick,
I think I can add you to the appropriate group.
Trying now.
Steve
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Wednesday, September 05, 2012 12:56 PM
To: dev@lucene.apache.org
Subject: Re: [jira] [Commented] (LUCENE-4362) ban tab-indented sou
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448884#comment-13448884
]
Robert Muir commented on LUCENE-4123:
-
also readBytes should not catch ArrayIndexOutO
I'll be happy to. I got the patches and applied them, but I can't
assign the JIRA to myself.
I can in Solr, but in Lucene I don't have the "assign" tab displayed.
Who do I talk to?
Erick
On Wed, Sep 5, 2012 at 11:57 AM, Robert Muir wrote:
> On Wed, Sep 5, 2012 at 11:04 AM, Erick Erickson
On Wed, Sep 5, 2012 at 12:33 PM, Dawid Weiss
wrote:
>> But it was odd I could not repro ...
>
> Same JVM, same settings? Perhaps a different default heap?
Aha! I had failed to use the same (IBM) JVM ... now that I tried
that, I can reproduce.
So it does not OOM under Oracle's JVM but does unde
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448870#comment-13448870
]
Robert Muir commented on LUCENE-4123:
-
looks good... i dont really like that close()
> But it was odd I could not repro ...
Same JVM, same settings? Perhaps a different default heap?
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org
On Wed, Sep 5, 2012 at 11:26 AM, Dawid Weiss
wrote:
>> But: it looks like it was happening due to RamUsageEstimator's
>> overhead of tracking which objects it has seen ... so I committed a
>> fix to do its own rough accounting.
>
> This can amount to some cost, true, the cost of the set (table of
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/896/
Java: 32bit/jdk1.7.0_07 -client -XX:+UseParallelGC
1 tests failed.
REGRESSION:
org.apache.lucene.spatial.prefix.TestRecursivePrefixTreeStrategy.geohashRecursiveRandom
Error Message:
Intersects(Circle(Pt(x=1.8440186977386
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-4123:
---
Attachment: LUCENE-4123.patch
New patch, catching AIOOBE and throwing EOFException,
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448842#comment-13448842
]
Michael McCandless commented on LUCENE-4123:
I believe it is safe ... eg all
On Wed, Sep 5, 2012 at 11:04 AM, Erick Erickson wrote:
> @Uwe: Right, wasn't thinking, a fairly common happening.
>
> Note that this is fairly ugly in that the simple-minded substitution
> I did isn't totally right. You get diff lines like:
I think the automatic 2-space replacement is fine fo
[
https://issues.apache.org/jira/browse/LUCENE-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4362:
Attachment: LUCENE-4362.patch
updated patch to trunk, and fixed a few more files with just stray t
[
https://issues.apache.org/jira/browse/LUCENE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448829#comment-13448829
]
Shai Erera commented on LUCENE-4123:
Besides Uwe's ideas for improvements, is this Di
> But: it looks like it was happening due to RamUsageEstimator's
> overhead of tracking which objects it has seen ... so I committed a
> fix to do its own rough accounting.
This can amount to some cost, true, the cost of the set (table of references).
Dawid
--
@Uwe: Right, wasn't thinking, a fairly common happening.
Note that this is fairly ugly in that the simple-minded substitution
I did isn't totally right. You get diff lines like:
return new FloatDocValues(this) {
@Override
public float floatVal(int doc) {
- return func
[
https://issues.apache.org/jira/browse/LUCENE-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448801#comment-13448801
]
Chris Male commented on LUCENE-4186:
bq. It'd be nice if this could be done at index
[
https://issues.apache.org/jira/browse/SOLR-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448798#comment-13448798
]
Koji Sekiguchi commented on SOLR-3790:
--
Hmm, this is not good. I think storedHighlight
I was unable to reproduce this OOM.
But: it looks like it was happening due to RamUsageEstimator's
overhead of tracking which objects it has seen ... so I committed a
fix to do its own rough accounting.
Mike McCandless
http://blog.mikemccandless.com
On Tue, Sep 4, 2012 at 5:42 PM, Policeman Jen
[
https://issues.apache.org/jira/browse/SOLR-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dyer updated SOLR-3791:
-
Attachment: SOLR-3791.patch
Here is a patch that prevents a NPE in the case you try to enter a row into th
[
https://issues.apache.org/jira/browse/LUCENE-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448784#comment-13448784
]
David Smiley commented on LUCENE-4186:
--
bq. +1 Do we validate somewhere that the val
[
https://issues.apache.org/jira/browse/LUCENE-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4354:
Attachment: LUCENE-4354.patch
merged patch up to trunk changes.
> add validate-ma
Yoni Amir created SOLR-3792:
---
Summary: NPE in highlighter under certain conditions
Key: SOLR-3792
URL: https://issues.apache.org/jira/browse/SOLR-3792
Project: Solr
Issue Type: Bug
Compon
[
https://issues.apache.org/jira/browse/LUCENE-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448758#comment-13448758
]
Chris Male commented on LUCENE-4186:
bq. SpatialArgs.toString()'s logic was moved to
[
https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448742#comment-13448742
]
John Freier commented on SOLR-2649:
---
Hey folks. I ran across this issue after noticing th
[
https://issues.apache.org/jira/browse/LUCENE-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-4186:
-
Attachment: LUCENE-4186_distErrPct_upgrade.patch
This patch does a lot of things:
* SpatialArgs.
No it didnt. these classes do not exist in trunk.
On Wed, Sep 5, 2012 at 8:37 AM, Erick Erickson wrote:
> Interestingly, this check missed the FrenchStemFilter.java (and I
> don't know what others)
> that found tabs by doing a quick search of the Lucene source tree.
> Does the ant task
> skip de
On Wed, Sep 5, 2012 at 9:03 AM, Erick Erickson wrote:
> OK, through the miracles of modern IDEs I can make all the
> changes (for tabs only) in just a few minutes, running tests now...
>
> NOTE: this is just the java files, and a really stupid substitution
> of two spaces for each and every tab.
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448733#comment-13448733
]
Adrien Grand commented on LUCENE-4340:
--
I think all classes in o.a.l.util.packed can
Robert Muir created LUCENE-4363:
---
Summary: o.a.l.codecs should be pruned to abstract apis
Key: LUCENE-4363
URL: https://issues.apache.org/jira/browse/LUCENE-4363
Project: Lucene - Core
Issue Ty
Erick: There is an issue about this:
https://issues.apache.org/jira/browse/LUCENE-4362
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: Wednesday, S
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448724#comment-13448724
]
Robert Muir commented on LUCENE-4340:
-
Is there any special purpose stuff in .util us
[
https://issues.apache.org/jira/browse/LUCENE-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448721#comment-13448721
]
Adrien Grand commented on LUCENE-4340:
--
One nice side effect of moving this stuff ou
Steffen Moelter created SOLR-3791:
-
Summary: SortedMapBackedCache.java throws NullPointerException
Key: SOLR-3791
URL: https://issues.apache.org/jira/browse/SOLR-3791
Project: Solr
Issue Type
[
https://issues.apache.org/jira/browse/SOLR-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sami Siren updated SOLR-3785:
-
Attachment: SOLR-3785.patch
Here's a patch that adds watches in Overseer for live nodes. When live nodes
OK, through the miracles of modern IDEs I can make all the
changes (for tabs only) in just a few minutes, running tests now...
NOTE: this is just the java files, and a really stupid substitution
of two spaces for each and every tab. No, I didn't just reformat
the whole source tree, though it was
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15183/
All tests passed
Build Log:
[...truncated 21306 lines...]
-jenkins-javadocs-lint:
javadocs-lint:
[...truncated 1603 lines...]
javadocs-lint:
[exec]
[exec] Crawl/parse...
[exec]
[exec] build/docs/co
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/627/
Java: 32bit/jdk1.6.0_35 -client -XX:+UseSerialGC
All tests passed
Build Log:
[...truncated 21271 lines...]
-jenkins-javadocs-lint:
[...truncated 24 lines...]
BUILD FAILED
C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\b
> > You can check your own working copy with:
> > trunk $> ant check-svn-working-copy
>
> Won't work for folks with git-svn like me, will it.
That was for all other people using SVN :-) So you can run this pre-commit and
not wait for Jenkins to fail.
Uwe
-
1 - 100 of 152 matches
Mail list logo