[jira] [Updated] (SOLR-3161) Use of 'qt' should be restricted to searching and should not start with a '/'

2012-06-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-3161: --- Attachment: SOLR-3161_handleSelect=false_and_register_slash-select_handler.patch Attached is a patch

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Sami Siren
Welcome Adrien! -- Sami Siren On Thu, Jun 7, 2012 at 9:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints implementation, giving a nic

[jira] [Updated] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-07 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3511: - Fix Version/s: 4.0 > Refactor overseer to use a distributed "work"queue >

[jira] [Commented] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-07 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291556#comment-13291556 ] Sami Siren commented on SOLR-3511: -- Committed to trunk, I'll let it bake there for a while

[jira] [Assigned] (SOLR-2352) TermVectorComponent fails with "Undefined Field" errors for score, *, or any Solr 4x psuedo-fields used in the "fl" param.

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-2352: -- Assignee: Hoss Man > TermVectorComponent fails with "Undefined Field" errors for score, *, or any >

[jira] [Updated] (SOLR-2352) TermVectorComponent fails with "Undefined Field" errors for score, *, or any Solr 4x psuedo-fields used in the "fl" param.

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2352: --- Attachment: SOLR-2352.patch patch with tests that fixes the core bug ... ReturnFields is used by TVC to parse

[JENKINS] Lucene-trunk - Build # 1955 - Failure

2012-06-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1955/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestDuelingCodecs.testEquals Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:338)

[jira] [Updated] (SOLR-3524) Make discard-punctuation feature in Kuromoji configurable from JapaneseTokenizerFactory

2012-06-07 Thread Jun Ohtani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Ohtani updated SOLR-3524: - Attachment: kuromoji_discard_punctuation.patch.txt create patch. But no test implement. >

[jira] [Created] (SOLR-3524) Make discard-punctuation feature in Kuromoji configurable from JapaneseTokenizerFactory

2012-06-07 Thread Kazuaki Hiraga (JIRA)
Kazuaki Hiraga created SOLR-3524: Summary: Make discard-punctuation feature in Kuromoji configurable from JapaneseTokenizerFactory Key: SOLR-3524 URL: https://issues.apache.org/jira/browse/SOLR-3524 P

[jira] [Updated] (SOLR-3523) ReturnFields.getLuceneFieldNames inconsistently includes non-field names

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3523: --- Attachment: SOLR-3523.test.patch patch to ReturnFieldsTest demonstrating problem > ReturnFiel

[jira] [Created] (SOLR-3523) ReturnFields.getLuceneFieldNames inconsistently includes non-field names

2012-06-07 Thread Hoss Man (JIRA)
Hoss Man created SOLR-3523: -- Summary: ReturnFields.getLuceneFieldNames inconsistently includes non-field names Key: SOLR-3523 URL: https://issues.apache.org/jira/browse/SOLR-3523 Project: Solr Issu

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 14 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/14/ 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.test Error Message: expected:<498> but was:<0> Stack Trace: java.lang.AssertionError: expected:<498> but was:<0> at __randomizedtes

[jira] [Commented] (SOLR-3238) Sequel of Admin UI

2012-06-07 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291429#comment-13291429 ] Ryan McKinley commented on SOLR-3238: - bq. My scripts currently use the stats.jsp A bi

[jira] [Commented] (SOLR-3238) Sequel of Admin UI

2012-06-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291422#comment-13291422 ] Shawn Heisey commented on SOLR-3238: bq. Yes, use normal solr requests. If you turn on

[jira] [Commented] (SOLR-3522) "literal" function can not be parsed in 4x/trunk

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291417#comment-13291417 ] Hoss Man commented on SOLR-3522: Full Stacks... {noformat} Jun 7, 2012 4:32:32 PM org.apac

[jira] [Updated] (SOLR-3522) "literal" function can not be parsed in 4x/trunk

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3522: --- Description: attempting to use the "literal" function in the fl param causes a parse error... Example queries

[jira] [Created] (SOLR-3522) "literal" function can not be used in fl

2012-06-07 Thread Hoss Man (JIRA)
Hoss Man created SOLR-3522: -- Summary: "literal" function can not be used in fl Key: SOLR-3522 URL: https://issues.apache.org/jira/browse/SOLR-3522 Project: Solr Issue Type: Bug Reporter:

[jira] [Updated] (LUCENE-4119) SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular

2012-06-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-4119: -- Affects Version/s: 5.0 Fix Version/s: 5.0 > SegmentInfoFormat.getSegmentIn

[jira] [Commented] (SOLR-3238) Sequel of Admin UI

2012-06-07 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291407#comment-13291407 ] Ryan McKinley commented on SOLR-3238: - bq. What I needed to check was whether the pages

Re: How much Lucene 4.0 capability is NOT in Solr 4.0?

2012-06-07 Thread Jack Krupansky
"the codec stuff is all useable from solr out of the box" Is there any doc for that, I mean setting codec config settings from the Solr level? -- Jack Krupansky -Original Message- From: Ryan McKinley Sent: Thursday, June 07, 2012 5:49 PM To: dev@lucene.apache.org Subject: Re: How mu

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Koji Sekiguchi
Welcome, Adrien! koji -- Query Log Visualizer for Apache Solr http://soleami.com/ (12/06/08 3:11), Michael McCandless wrote: I'm pleased to announce that Adrien Grand has joined our ranks as a committer. He has been contributing various patches to Lucene/Solr, recently to Lucene's packed ints

[jira] [Commented] (SOLR-3238) Sequel of Admin UI

2012-06-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291374#comment-13291374 ] Shawn Heisey commented on SOLR-3238: I fired up the example from branch_4x today so I c

[jira] [Resolved] (SOLR-3521) Avoid possible NPE in UIMAUpdateRequestProcessor

2012-06-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili resolved SOLR-3521. --- Resolution: Fixed > Avoid possible NPE in UIMAUpdateRequestProcessor > ---

[jira] [Resolved] (SOLR-1703) Sorting by function problems on multicore (more than one core)

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1703. Resolution: Duplicate > Sorting by function problems on multicore (more than one core) > ---

[jira] [Commented] (SOLR-3408) org.apache.lucene.store.AlreadyClosedException: MMapIndexInput already closed: MMapIndexInput(path="/eneeds/fs/apache-solr-ra-4.0/example/solr/data/index/_5e9_0.frq")

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291352#comment-13291352 ] Hoss Man commented on SOLR-3408: Nagendra & Lyubov: can you please try these same steps usi

[jira] [Commented] (SOLR-3258) Ping query caused exception..Invalid version (expected 2, but 60) or the data in not in 'javabin' format

2012-06-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291346#comment-13291346 ] Dawid Weiss commented on SOLR-3258: --- I don't know if it's invalid configuration or someth

Re: How much Lucene 4.0 capability is NOT in Solr 4.0?

2012-06-07 Thread Ryan McKinley
DocValues (CSF) are not yet supported in solr: https://issues.apache.org/jira/browse/SOLR-2753 There is not yet a plan for how this would be incorporated. As Robert already said, the codec stuff is all useable from solr out of the box ryan On Wed, Jun 6, 2012 at 8:52 PM, Shawn Heisey wrote: >

[jira] [Resolved] (SOLR-3258) Ping query caused exception..Invalid version (expected 2, but 60) or the data in not in 'javabin' format

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3258. Resolution: Not A Problem If i'm understanding correctly, it sounds like the root issue was invalid configu

[jira] [Created] (SOLR-3521) Avoid possible NPE in UIMAUpdateRequestProcessor

2012-06-07 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SOLR-3521: - Summary: Avoid possible NPE in UIMAUpdateRequestProcessor Key: SOLR-3521 URL: https://issues.apache.org/jira/browse/SOLR-3521 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-861) SOLRJ Client does not release connections 'nicely' by default

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-861: -- Fix Version/s: 4.0 Assignee: Sami Siren Sami: it's not clear to me if this has already been addressed by

[jira] [Resolved] (SOLR-2727) Upgrade httpclient to 4.1.2 (from 3.0.1 )

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2727. Resolution: Fixed Assignee: Sami Siren As far as i can tell, httpclient 3.x is no longer used anywhere

[jira] [Resolved] (SOLR-3224) On solr4.0 , in join query we are using filter queries . Filter queries are not not working (implementing range say price should (* To 12))as its result does not highligh

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3224. Resolution: Cannot Reproduce Fix Version/s: (was: 4.0) This issue seems to relate the some exampl

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Adrien Grand
Thank you for your warm welcome. This is a great honor for me to become a Lucene and Solr committer. I am a french software engineer, currently living in Paris although I was raised near Caen in Normandy. I started to get interested in search engines in 2008 during an internship at Exalead where I

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 13 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/13/ 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.test Error Message: expected:<498> but was:<0> Stack Trace: java.lang.AssertionError: expected:<498> but was:<0> at __randomizedtes

[jira] [Resolved] (LUCENE-4119) SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular

2012-06-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved LUCENE-4119. --- Resolution: Fixed Committed revision 134. > SegmentInfoFormat.g

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Martijn v Groningen
Welcome! On 7 June 2012 22:16, Smiley, David W. wrote: > Welcome Adrien! > ~ David > > On Jun 7, 2012, at 2:11 PM, Michael McCandless wrote: > >> I'm pleased to announce that Adrien Grand has joined our ranks as a >> committer. >> >> He has been contributing various patches to Lucene/Solr, recent

Re: How much Lucene 4.0 capability is NOT in Solr 4.0?

2012-06-07 Thread Shawn Heisey
On 6/7/2012 12:28 AM, Robert Muir wrote: On Thu, Jun 7, 2012 at 5:52 AM, Shawn Heisey wrote: In this specific instance, I would like to be able to use LUCENE-4069, but my question is more general than that -- will it be possible to take the official Solr 4.0 (or 4.1, or 4.2) download and specif

[jira] [Commented] (SOLR-3520) Add missing tests for JapaneseReadingFormFilterFactory and JapaneseKatakanaStemFilterFactory

2012-06-07 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291275#comment-13291275 ] Christian Moen commented on SOLR-3520: -- Attaching a patch. > Add miss

[jira] [Updated] (SOLR-3520) Add missing tests for JapaneseReadingFormFilterFactory and JapaneseKatakanaStemFilterFactory

2012-06-07 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen updated SOLR-3520: - Attachment: SOLR-3520.patch > Add missing tests for JapaneseReadingFormFilterFactory and > Ja

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Smiley, David W.
Welcome Adrien! ~ David On Jun 7, 2012, at 2:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints implementation, giving a nice performan

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 16 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/16/ All tests passed Build Log: [...truncated 1530 lines...] [...truncated 1530 lines...] [...truncated 1530 lines...] [...truncated 1530 lines...] [...truncated 1530 lines...] [...truncated 1530 lines...] ---

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291272#comment-13291272 ] Dawid Weiss commented on LUCENE-4115: - Yeah, sorry Mark -- didn't check it thoroughly

Re: remove "via"

2012-06-07 Thread Robert Muir
I dont think there is any consensus here. Lets just keep it as-is. On Tue, Jun 5, 2012 at 6:40 PM, Robert Muir wrote: > Hello, > > Currently we do this in CHANGES.txt: > > LUCENE-: >  Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer) > > I propose we remove "via " from CHAN

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291269#comment-13291269 ] Mark Miller commented on LUCENE-4115: - bq. what target did you issue I'm getting th

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291268#comment-13291268 ] Dawid Weiss commented on LUCENE-4115: - Sorry -- I'm on mobile and couldn't check prop

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Robert Muir
Welcome Adrien! On Thu, Jun 7, 2012 at 2:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints implementation, giving a nice performance ga

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291262#comment-13291262 ] Robert Muir commented on LUCENE-4115: - This is creating a lot of noise. Can we back i

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291258#comment-13291258 ] Dawid Weiss commented on LUCENE-4115: - Can you check what's causing the JAR file to b

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Mark Miller
Welcome aboard! On Jun 7, 2012, at 2:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints implementation, giving a nice performance gain

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Dawid Weiss
Welcome Adrien! Dawid On Thu, Jun 7, 2012 at 9:41 PM, Tommaso Teofili wrote: > Welcome onboard Adrien! > Cheers, > Tommaso > > > 2012/6/7 Michael McCandless >> >> I'm pleased to announce that Adrien Grand has joined our ranks as a >> committer. >> >> He has been contributing various patches to

[jira] [Created] (SOLR-3520) Add missing tests for JapaneseReadingFormFilterFactory and JapaneseKatakanaStemFilterFactory

2012-06-07 Thread Christian Moen (JIRA)
Christian Moen created SOLR-3520: Summary: Add missing tests for JapaneseReadingFormFilterFactory and JapaneseKatakanaStemFilterFactory Key: SOLR-3520 URL: https://issues.apache.org/jira/browse/SOLR-3520

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Tommaso Teofili
Welcome onboard Adrien! Cheers, Tommaso 2012/6/7 Michael McCandless > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints implementation, giving a nice performance gain in

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Erick Erickson
Welcome aboard Adrien! On Thu, Jun 7, 2012 at 2:51 PM, Simon Willnauer wrote: > Welcome Adrien! > > On Thu, Jun 7, 2012 at 8:49 PM, Christian Moen wrote: >> Welcome, Adrien! :) >> >> >> Christian Moen >> http://atilika.com >> >> On Jun 7, 2012, at 8:11 PM, Michael McCandless wrote: >> >>> I'm pl

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 473 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/473/ All tests passed Build Log: [...truncated 1508 lines...] [...truncated 1508 lines...] [...truncated 1508 lines...] [...truncated 1508 lines...] [...truncated 1508 lines...] [...truncated 1508 lines...]

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 15 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/15/ All tests passed Build Log: [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] ---

[jira] [Resolved] (SOLR-3225) highlighting of queries does not works in solr4.0

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3225. Resolution: Not A Problem Fix Version/s: (was: 4.0) I believe this initial bug report is attempti

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Simon Willnauer
Welcome Adrien! On Thu, Jun 7, 2012 at 8:49 PM, Christian Moen wrote: > Welcome, Adrien! :) > > > Christian Moen > http://atilika.com > > On Jun 7, 2012, at 8:11 PM, Michael McCandless wrote: > >> I'm pleased to announce that Adrien Grand has joined our ranks as a >> committer. >> >> He has been

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Christian Moen
Welcome, Adrien! :) Christian Moen http://atilika.com On Jun 7, 2012, at 8:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints impleme

[jira] [Reopened] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-4115: --- > JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ > resolve. >

[jira] [Commented] (SOLR-1691) Deal with deleting old index files in Windows auto-magicly

2012-06-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291196#comment-13291196 ] Shawn Heisey commented on SOLR-1691: I'll warn in advance that this may be completely i

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 472 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/472/ All tests passed Build Log: [...truncated 1512 lines...] [...truncated 1512 lines...] [...truncated 1512 lines...] [...truncated 1512 lines...] [...truncated 1512 lines...] [...truncated 1512 lines...]

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 264 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/264/ All tests passed Build Log: [...truncated 1523 lines...] [...truncated 1523 lines...] [...truncated 1523 lines...] [...truncated 1523 lines...] [...truncated 1523 lines...] [...truncated 1523 lines...]

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Yonik Seeley
Congrats Adrien! -Yonik http://lucidimagination.com On Thu, Jun 7, 2012 at 2:11 PM, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. > > He has been contributing various patches to Lucene/Solr, recently to > Lucene's packed ints impleme

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 12 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/12/ All tests passed Build Log: [...truncated 1537 lines...] [...truncated 1537 lines...] [...truncated 1537 lines...] [...truncated 1537 lines...] [...truncated 1537 lines...] [...truncated 1537 lines...] ---

RE: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Steven A Rowe
Congratulations and welcome, Adrian! - Steve -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Thursday, June 07, 2012 2:12 PM To: Lucene/Solr dev Subject: Welcome Adrien Grand as a new Lucene/Solr committer I'm pleased to announce that Adrien Grand has

[jira] [Resolved] (SOLR-1786) Solr (trunk rev. 912116) suffers from PDFBOX-537 [Endless loop in org.apache.pdfbox.pdfparser.BaseParser.parseCOSDictionary()] fixed in PDFbox 1.0?

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1786. Resolution: Fixed Fix Version/s: (was: 4.0) 3.1 the initial problem report was

Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-07 Thread Michael McCandless
I'm pleased to announce that Adrien Grand has joined our ranks as a committer. He has been contributing various patches to Lucene/Solr, recently to Lucene's packed ints implementation, giving a nice performance gain in some cases. For example check out http://people.apache.org/~mikemccand/luceneb

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 14 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/14/ All tests passed Build Log: [...truncated 1524 lines...] [...truncated 1524 lines...] [...truncated 1524 lines...] [...truncated 1524 lines...] [...truncated 1524 lines...] [...truncated 1524 lines...] ---

[jira] [Commented] (LUCENE-4119) SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular

2012-06-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291164#comment-13291164 ] Michael McCandless commented on LUCENE-4119: +1 > SegmentInf

[jira] [Resolved] (SOLR-2227) DIH add data and after a while removes all from index

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2227. Resolution: Incomplete Fix Version/s: (was: 4.0) Marcin: I realize you opened this issue quite a

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 471 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/471/ All tests passed Build Log: [...truncated 1511 lines...] [...truncated 1511 lines...] [...truncated 1511 lines...] [...truncated 1511 lines...] [...truncated 1511 lines...] [...truncated 1511 lines...]

[jira] [Updated] (LUCENE-4119) SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular

2012-06-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-4119: -- Attachment: LUCENE-4119.patch Patch with the rename. I plan to apply this shortly.

[jira] [Created] (LUCENE-4119) SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular

2012-06-07 Thread Andrzej Bialecki (JIRA)
Andrzej Bialecki created LUCENE-4119: - Summary: SegmentInfoFormat.getSegmentInfos{Reader,Writer} should be singular Key: LUCENE-4119 URL: https://issues.apache.org/jira/browse/LUCENE-4119 Project

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 13 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/13/ All tests passed Build Log: [...truncated 1531 lines...] [...truncated 1531 lines...] [...truncated 1531 lines...] [...truncated 1531 lines...] [...truncated 1531 lines...] [...truncated 1531 lines...] ---

[jira] [Commented] (LUCENENET-467) .NETify the public API where appropriate

2012-06-07 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291130#comment-13291130 ] Christopher Currens commented on LUCENENET-467: --- Thanks. Patch applied i

[jira] [Resolved] (LUCENENET-487) Remove Obsolete Members, Fields that are marked as obsolete and to be removed in 3.0

2012-06-07 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-487. --- Resolution: Fixed Fix Version/s: Lucene.Net 3.0.3 I did a quick sea

[jira] [Created] (SOLR-3519) Allow specifying Verbose-Option for Analysis Page

2012-06-07 Thread Stefan Matheis (steffkes) (JIRA)
Stefan Matheis (steffkes) created SOLR-3519: --- Summary: Allow specifying Verbose-Option for Analysis Page Key: SOLR-3519 URL: https://issues.apache.org/jira/browse/SOLR-3519 Project: Solr

[jira] [Resolved] (SOLR-3515) "schema-browser_autoload" cookie used by "verbose" option on analysis page

2012-06-07 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-3515. - Resolution: Fixed Cookie Issue fixed, will bring up another Issue as follo

[jira] [Commented] (SOLR-3515) "schema-browser_autoload" cookie used by "verbose" option on analysis page

2012-06-07 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291121#comment-13291121 ] Ryan McKinley commented on SOLR-3515: - +1 for adding the bookmarkable setting to the UR

[jira] [Commented] (SOLR-2592) Pluggable shard lookup mechanism for SolrCloud

2012-06-07 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291120#comment-13291120 ] Michael Garski commented on SOLR-2592: -- {quote} If you're going to make pluggable dist

[jira] [Commented] (SOLR-3515) "schema-browser_autoload" cookie used by "verbose" option on analysis page

2012-06-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291116#comment-13291116 ] Hoss Man commented on SOLR-3515: bq. the initial fetch includes all data we need for showin

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 470 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/470/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestDocumentsWriterStallControl.testAccquireReleaseRace Error Message: control claims no stalled threads but waiter seems to be blocked Stack Trace: java.l

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 263 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/263/ All tests passed Build Log: [...truncated 1520 lines...] [...truncated 1520 lines...] [...truncated 1520 lines...] [...truncated 1520 lines...] [...truncated 1520 lines...] [...truncated 1520 lines...]

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 11 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/11/ All tests passed Build Log: [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] ---

[jira] [Resolved] (LUCENENET-445) Lucene.Net.Index.TestIndexWriter.TestFutureCommit() Fails

2012-06-07 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-445. --- Resolution: Fixed Fix Version/s: Lucene.Net 3.0.3 I saw this fail w

[jira] [Resolved] (LUCENENET-464) The Lucene.Net.FastVectorHighligher.dll of the latest release 2.9.4 breaks any ASP.NET application

2012-06-07 Thread Christopher Currens (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens resolved LUCENENET-464. --- Resolution: Fixed Fix Version/s: Lucene.Net 3.0.3 Fixed in trunk.

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 12 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/12/ All tests passed Build Log: [...truncated 1528 lines...] [...truncated 1528 lines...] [...truncated 1528 lines...] [...truncated 1528 lines...] [...truncated 1528 lines...] [...truncated 1528 lines...] ---

Re: Added hunspell stemming to Contrib.Analyzers

2012-06-07 Thread Christopher Currens
I don't think you've missed anything. I pulled the changes, and everything immediately built with no errors, and all tests passed, so it works for me as well. Licenses are in order, I verified the eol-style, and the source and test data all look to be in the correct places. I think that's really

Re: remove "via"

2012-06-07 Thread David Smiley (@MITRE.org)
-1 to remove all "via" I agree with the opinions expressed in detail by Mark and Eric. But I don't think a committer should feel obliged to add their name if their involvement seemed particularly light in their opinion. ~ David - Author: http://www.packtpub.com/apache-solr-3-enterprise-searc

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 469 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/469/ All tests passed Build Log: [...truncated 1516 lines...] [...truncated 1516 lines...] [...truncated 1516 lines...] [...truncated 1516 lines...] [...truncated 1516 lines...] [...truncated 1516 lines...]

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 11 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/11/ All tests passed Build Log: [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] ---

[jira] [Commented] (SOLR-445) Update Handlers abort with bad documents

2012-06-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291055#comment-13291055 ] Yonik Seeley commented on SOLR-445: --- I imagine a maxErrors parameter might be useful (and

[jira] [Commented] (SOLR-3178) Versioning - optimistic locking

2012-06-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291052#comment-13291052 ] Yonik Seeley commented on SOLR-3178: Regarding error handling, I tracked down the origi

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 468 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/468/ All tests passed Build Log: [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...]

[jira] [Updated] (LUCENE-4118) FastVectorHighlighter fail to highlight taking in input some proximity query.

2012-06-07 Thread Emanuele Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emanuele Lombardi updated LUCENE-4118: -- Attachment: FVHPatch.txt > FastVectorHighlighter fail to highlight taking in input

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 262 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/262/ All tests passed Build Log: [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...] [...truncated 1526 lines...]

[jira] [Created] (LUCENE-4118) FastVectorHighlighter fail to highlight taking in input some proximity query.

2012-06-07 Thread Emanuele Lombardi (JIRA)
Emanuele Lombardi created LUCENE-4118: - Summary: FastVectorHighlighter fail to highlight taking in input some proximity query. Key: LUCENE-4118 URL: https://issues.apache.org/jira/browse/LUCENE-4118

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 10 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/10/ All tests passed Build Log: [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] [...truncated 1540 lines...] ---

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 10 - Failure!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/10/ All tests passed Build Log: [...truncated 8369 lines...] [...truncated 8369 lines...] [...truncated 8369 lines...] [...truncated 8369 lines...] [...truncated 8369 lines...] [...truncated 8369 lines...] ---

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 467 - Still Failing!

2012-06-07 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/467/ All tests passed Build Log: [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...] [...truncated 1514 lines...]

  1   2   >