[jira] [Updated] (LUCENE-4454) QueryParser throws exception for string queries ending with ! (exclamation)

2012-09-30 Thread Andrew Gibb (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gibb updated LUCENE-4454: Description: Query parser does not handle the ! (exclamation point) in the same way as the - (hyp

[jira] [Created] (LUCENE-4454) QueryParser throws exception for string queries ending with ! (exclamation)

2012-09-30 Thread Andrew Gibb (JIRA)
Andrew Gibb created LUCENE-4454: --- Summary: QueryParser throws exception for string queries ending with ! (exclamation) Key: LUCENE-4454 URL: https://issues.apache.org/jira/browse/LUCENE-4454 Project: Lu

[jira] [Commented] (SOLR-1875) per-segment single valued string faceting

2012-09-30 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466589#comment-13466589 ] Erik Hatcher commented on SOLR-1875: Isn't this fully resolved for 4.0 (and alpha/beta

[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466565#comment-13466565 ] Lance Norskog commented on LUCENE-2899: --- Thank you! This worked when I posted it.

[jira] [Commented] (LUCENE-4450) Distance boost added to Suggester

2012-09-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466549#comment-13466549 ] Simon Willnauer commented on LUCENE-4450: - bq. I am interested in bring this bran

[jira] [Commented] (SOLR-3449) QueryComponent.doFieldSortValues throw ArrayIndexOutOfBoundsException when has maxDoc=0 Segment

2012-09-30 Thread Bruce Butterfield (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466545#comment-13466545 ] Bruce Butterfield commented on SOLR-3449: - This patch fixed an issue in our system;

[jira] [Comment Edited] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466527#comment-13466527 ] Em edited comment on LUCENE-2899 at 10/1/12 4:39 AM: - Some Attributes

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Em updated LUCENE-2899: --- Attachment: OpenNLPFilter.java OpenNLPTokenizer.java Some Attributes were not reset (i.e. "first"-At

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_35) - Build # 988 - Failure!

2012-09-30 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/988/ Java: 32bit/jdk1.6.0_35 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 25115 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:352: The following error occurred w

RE: [jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Boris Galitsky
Hello Grant, Lance and Joern I have been developing 'similarity' component for OpenNLP that can be plugged into SOLR. This component does relevance assessment based on matching the parse tree of query with the parse trees of candidate answers. The idea of this component is that a search engi

[jira] [Resolved] (LUCENE-4453) Need to test BlockPostings with term df/ttfs that = blockSize or are a multiple of blockSize

2012-09-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4453. - Resolution: Fixed Fix Version/s: 5.0 4.1 I added a simple test (TestBl

[jira] [Commented] (LUCENE-4452) Need to test BlockPostings when payloads/offsets are indexed, but D&PEnum flags=0

2012-09-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466498#comment-13466498 ] Robert Muir commented on LUCENE-4452: - I was actually surprised to see this, esp. sin

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Em updated LUCENE-2899: --- Attachment: (was: OpenNLPFilter.java) > Add OpenNLP Analysis capabilities as a module >

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Em updated LUCENE-2899: --- Comment: was deleted (was: Fixed OpenNLPFilter.java indexToken-Attribute has been reset. Since I had some trouble wh

[jira] [Created] (LUCENE-4453) Need to test BlockPostings with term df/ttfs that = blockSize or are a multiple of blockSize

2012-09-30 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4453: --- Summary: Need to test BlockPostings with term df/ttfs that = blockSize or are a multiple of blockSize Key: LUCENE-4453 URL: https://issues.apache.org/jira/browse/LUCENE-4453

[jira] [Created] (LUCENE-4452) Need to test BlockPostings when payloads/offsets are indexed, but D&PEnum flags=0

2012-09-30 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4452: --- Summary: Need to test BlockPostings when payloads/offsets are indexed, but D&PEnum flags=0 Key: LUCENE-4452 URL: https://issues.apache.org/jira/browse/LUCENE-4452 Proje

[jira] [Comment Edited] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466495#comment-13466495 ] Em edited comment on LUCENE-2899 at 10/1/12 1:43 AM: - Fixed OpenNLPFi

[jira] [Comment Edited] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466495#comment-13466495 ] Em edited comment on LUCENE-2899 at 10/1/12 1:42 AM: - Fixed OpenNLPFi

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread Em (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Em updated LUCENE-2899: --- Attachment: OpenNLPFilter.java Fixed OpenNLPFilter.java indexToken-Attribute has been reset. > Add

[jira] [Commented] (LUCENE-4450) Distance boost added to Suggester

2012-09-30 Thread Sudarshan Gaikaiwari (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466493#comment-13466493 ] Sudarshan Gaikaiwari commented on LUCENE-4450: -- I am sorry that my talk was

[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2012-09-30 Thread mailformailingli...@yahoo.de (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466478#comment-13466478 ] mailformailingli...@yahoo.de commented on LUCENE-2899: -- Could you pl

[jira] [Commented] (LUCENE-4451) Memory leak per unique thread caused by RandomizedContext.contexts static map

2012-09-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466471#comment-13466471 ] Michael McCandless commented on LUCENE-4451: OK that's a good clue: the Threa

[jira] [Commented] (LUCENE-4451) Memory leak per unique thread caused by RandomizedContext.contexts static map

2012-09-30 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466469#comment-13466469 ] Dawid Weiss commented on LUCENE-4451: - This is a border case. The problem is most lik

[jira] [Assigned] (LUCENE-4451) Memory leak per unique thread caused by RandomizedContext.contexts static map

2012-09-30 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-4451: --- Assignee: Dawid Weiss > Memory leak per unique thread caused by RandomizedContext.contex

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk6) - Build # 1457 - Still Failing!

2012-09-30 Thread Dawid Weiss
That's strange -- should have timed out. I'm guessing the process never exited for some reason. It'd be nice if you could add a config so that all *.events files are archived after a build; we had that with Robert -- what you need to do is add an artefact to be stored after a build and specify **/

[jira] [Created] (LUCENE-4451) Memory leak per unique thread caused by RandomizedContext.contexts static map

2012-09-30 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4451: -- Summary: Memory leak per unique thread caused by RandomizedContext.contexts static map Key: LUCENE-4451 URL: https://issues.apache.org/jira/browse/LUCENE-4451

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_35) - Build # 985 - Failure!

2012-09-30 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/985/ Java: 32bit/jdk1.6.0_35 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 23303 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:352: The following error occ

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 49 - Failure

2012-09-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/49/ 3 tests failed. FAILED: org.apache.lucene.codecs.memory.TestDirectPostingsFormat.testDocsAndFreqsAndPositionsAndOffsetsAndPayloads Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b51) - Build # 1447 - Still Failing!

2012-09-30 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/1447/ Java: 32bit/jdk1.8.0-ea-b51 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 985 lines...] [junit4:junit4] ERROR: JVM J0 ended with an exception, command line: /mnt/ssd/jenkins/tools/java/32bit/jdk

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk6) - Build # 1457 - Still Failing!

2012-09-30 Thread Uwe Schindler
This one hung in the new test (TestPostingsFormat.testDocsAndFreqsAndPositionsAndOffsets) for 10 hrs. Unfortunately the kill -3 approach did not produce a stack trace in IBM J9. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -O

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk6) - Build # 1457 - Still Failing!

2012-09-30 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/1457/ Java: 32bit/ibm-j9-jdk6 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} All tests passed Build Log: [...truncated 1718 lines...] [junit4:junit4] ERROR: JVM J0 ended with an except

[jira] [Commented] (LUCENE-4450) Distance boost added to Suggester

2012-09-30 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466431#comment-13466431 ] Bill Bell commented on LUCENE-4450: --- See video on http://vimeo.com/43281536

[jira] [Created] (LUCENE-4450) Distance boost added to Suggester

2012-09-30 Thread Bill Bell (JIRA)
Bill Bell created LUCENE-4450: - Summary: Distance boost added to Suggester Key: LUCENE-4450 URL: https://issues.apache.org/jira/browse/LUCENE-4450 Project: Lucene - Core Issue Type: Improvement

[jira] [Created] (SOLR-3907) PERF: Add squared euclidean distance for geodist(). Name it geosqedist()

2012-09-30 Thread Bill Bell (JIRA)
Bill Bell created SOLR-3907: --- Summary: PERF: Add squared euclidean distance for geodist(). Name it geosqedist() Key: SOLR-3907 URL: https://issues.apache.org/jira/browse/SOLR-3907 Project: Solr Is