[jira] [Resolved] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-05-31 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-4019. Resolution: Fixed Fix Version/s: 5.0 4.0 Thanks Luca! >

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java7-64 #202

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Dawid Weiss
Aaahhh... I thought G1 will start causing issues at some point. Good catch, Robert. Dawid On Fri, Jun 1, 2012 at 2:05 AM, Robert Muir wrote: > On Thu, May 31, 2012 at 5:51 PM, Michael McCandless > wrote: >> I think the best option is to ignore the OOME from this test case...? >> >> Mike McCandl

[jira] [Created] (LUCENE-4099) Remove generics from SpatialStrategy and remove SpatialFieldInfo

2012-05-31 Thread Chris Male (JIRA)
Chris Male created LUCENE-4099: -- Summary: Remove generics from SpatialStrategy and remove SpatialFieldInfo Key: LUCENE-4099 URL: https://issues.apache.org/jira/browse/LUCENE-4099 Project: Lucene - Java

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-05-31 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287136#comment-13287136 ] Chris Male commented on LUCENE-3312: bq. index.Document is an interface, I think for

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #357

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java7-64 #201

2012-05-31 Thread jenkins
See Changes: [koji] fix typo in uima contrib [koji] LUCENE-4091: add getter methods to FVH, part of LUCENE-3440 -- [...truncated 11372 lines...] [junit4] Suite: or

Re: CHANGES.txt for highlighter?

2012-05-31 Thread Koji Sekiguchi
(12/06/01 11:28), Robert Muir wrote: trunk/branch4x only have a single consolidated lucene/CHANGES.txt. So a highlighter change would just go there! Got it. Thank you again! koji -- Query Log Visualizer for Apache Solr http://soleami.com/ -

Re: CHANGES.txt for highlighter?

2012-05-31 Thread Robert Muir
trunk/branch4x only have a single consolidated lucene/CHANGES.txt. So a highlighter change would just go there! On Thu, May 31, 2012 at 10:15 PM, Koji Sekiguchi wrote: > Hi sorry again, > > I cannot find CHANGES.txt files anymore for (ancient?) contrib packages, > e.g. highlighter under lucene di

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #356

2012-05-31 Thread jenkins
See -- [...truncated 16518 lines...] [junit4] 2> 58777 T3191 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.componen

Re: Typo in UIMAUpdateRequestProcessor: Analazying text

2012-05-31 Thread Koji Sekiguchi
(12/06/01 5:25), Jack Krupansky wrote: A typo at line 146 in UIMAUpdateRequestProcessor.java: log.info(new StringBuffer("Analazying text").toString()); “Analazying” s.b. “Analyzing” Thanks Jack! Committed the fix. koji -- Query Log Visualizer for Apache Solr http://soleami.com/

CHANGES.txt for highlighter?

2012-05-31 Thread Koji Sekiguchi
Hi sorry again, I cannot find CHANGES.txt files anymore for (ancient?) contrib packages, e.g. highlighter under lucene directory: $ find . -name CHANGES.txt ./lucene/CHANGES.txt ./solr/CHANGES.txt ./solr/contrib/analysis-extras/CHANGES.txt ./solr/contrib/clustering/CHANGES.txt ./solr/contrib/data

[jira] [Updated] (LUCENE-4097) index was locked because of InterruptedException

2012-05-31 Thread wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wang updated LUCENE-4097: - Component/s: core/index Affects Version/s: 3.1 > index was locked because of InterruptedException

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287097#comment-13287097 ] Steven Rowe commented on LUCENE-4092: - bq. I'll switch the configuration in our Jenki

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #355

2012-05-31 Thread jenkins
See Changes: [koji] LUCENE-4091: add getter methods to FVH, part of LUCENE-3440 [hossman] SOLR-3495: new UpdateProcessors to add default values (constant, UUID, or Date) to documents w/o field values -

[jira] [Updated] (SOLR-3498) ContentStreamUpdateRequest doesn't seem to respect setCommitWithin()

2012-05-31 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen updated SOLR-3498: - Affects Version/s: 4.0 > ContentStreamUpdateRequest doesn't seem to respect setCommitWithin()

[jira] [Commented] (SOLR-3498) ContentStreamUpdateRequest doesn't seem to respect setCommitWithin()

2012-05-31 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287094#comment-13287094 ] Christian Moen commented on SOLR-3498: -- I've confirmed that this issue is reproducible

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2012-05-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287088#comment-13287088 ] Koji Sekiguchi commented on LUCENE-3440: Hi sebastian, I committed LUCENE-4091 i

[jira] [Resolved] (LUCENE-4091) FastVectorHighlighter: Getter for FieldFragList.WeightedFragInfo and FieldPhraseList.WeightedPhraseInfo

2012-05-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-4091. Resolution: Fixed Fix Version/s: 5.0 4.0 committed in trunk and

Re: Apache Icon in JIRA ?

2012-05-31 Thread Koji Sekiguchi
Robert, Hoss - Thanks! :) (12/06/01 9:42), Chris Hostetter wrote: : : Click the down arrow (options, to the far right side of the : attachments section), then choose "manage attachments" and you can see : the apache icon beside all attachments on the issue. For quick comparison... https://iss

Re: Apache Icon in JIRA ?

2012-05-31 Thread Chris Hostetter
: ...i'll file an INFRA Jira to see if we can get this back on the main : issue screen. Scratch that ... It was already reported and Infra evidently considers the matter resolved... https://issues.apache.org/jira/browse/INFRA-4842 -Hoss ---

Re: Apache Icon in JIRA ?

2012-05-31 Thread Chris Hostetter
: : Click the down arrow (options, to the far right side of the : attachments section), then choose "manage attachments" and you can see : the apache icon beside all attachments on the issue. For quick comparison... https://issues.apache.org/jira/browse/SOLR-3499 https://issues.apache.org/jira/s

[jira] [Updated] (SOLR-3499) Attachment Test Issue - IGNORE

2012-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3499: --- Attachment: empty_file_grant_license.txt Attaching empty file and selecting "Grant license to ASF for inclusio

[jira] [Updated] (SOLR-3499) Attachment Test Issue - IGNORE

2012-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3499: --- Attachment: empty_file_not_intended_for_inclusion.txt attaching empty file and selecting "Attachment not inten

Re: Apache Icon in JIRA ?

2012-05-31 Thread Robert Muir
Click the down arrow (options, to the far right side of the attachments section), then choose "manage attachments" and you can see the apache icon beside all attachments on the issue. On Thu, May 31, 2012 at 8:33 PM, Koji Sekiguchi wrote: > Hello everyone, > > When I tried to work LUCENE-4091.pat

[jira] [Created] (SOLR-3499) Attachment Test Issue - IGNORE

2012-05-31 Thread Hoss Man (JIRA)
Hoss Man created SOLR-3499: -- Summary: Attachment Test Issue - IGNORE Key: SOLR-3499 URL: https://issues.apache.org/jira/browse/SOLR-3499 Project: Solr Issue Type: Bug Reporter: Hoss Man

Apache Icon in JIRA ?

2012-05-31 Thread Koji Sekiguchi
Hello everyone, When I tried to work LUCENE-4091.patch, I realized that "apache icon" doesn't appear at the next to the patch file. If I remember correctly, "apache icon" is displayed as long as the contributors checks "Grant License to ASF" when attaching patch files. But I couldn't see any apac

[jira] [Resolved] (SOLR-3495) UUID and Timestamp Update Processors

2012-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3495. Resolution: Fixed Committed revision 1344946. - trunk Committed revision 1344947. - 4x > U

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Robert Muir
On Thu, May 31, 2012 at 5:51 PM, Michael McCandless wrote: > I think the best option is to ignore the OOME from this test case...? > > Mike McCandless > I think thats fine for now, but I'm not convinced there is no problem at all. However, its not obvious the problem is us, either. Its easy to s

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287026#comment-13287026 ] Michael McCandless commented on LUCENE-4092: Steve you are a regexp God.

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #352

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286994#comment-13286994 ] Steven Rowe commented on LUCENE-4092: - Two problems: # Spreading the BUILD_LOG_REGEX

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #351

2012-05-31 Thread jenkins
See -- [...truncated 10516 lines...] [junit4] 2>at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599) [junit4] 2>at org.apache.z

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Michael McCandless
On Thu, May 31, 2012 at 5:16 PM, Dawid Weiss wrote: >> This test intentionally allocates ~256 MB packed ints ... the seed >> doesn't fail in isolation, but I think the test fails if it's run with >> other tests that leave too much uncollectible stuff allocated in the >> heap ... > > It doesn't nee

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Dawid Weiss
> This test intentionally allocates ~256 MB packed ints ... the seed > doesn't fail in isolation, but I think the test fails if it's run with > other tests that leave too much uncollectible stuff allocated in the > heap ... It doesn't need to be hard refs. With parallel garbage collectors (with va

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Michael McCandless
This test intentionally allocates ~256 MB packed ints ... the seed doesn't fail in isolation, but I think the test fails if it's run with other tests that leave too much uncollectible stuff allocated in the heap ... Can we somehow mark that a test should be run in isolation (it's own new JVM)...?

[jira] [Comment Edited] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286926#comment-13286926 ] Simon Willnauer edited comment on LUCENE-4069 at 5/31/12 8:57 PM: -

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286926#comment-13286926 ] Simon Willnauer commented on LUCENE-4069: - bq. Create a PerFieldPF implementation

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286916#comment-13286916 ] Mark Harwood commented on LUCENE-4069: -- bq. why is this a speed improvement? Sorry

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-05-31 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286909#comment-13286909 ] Andrzej Bialecki commented on LUCENE-3312: --- Comments to patch 04: * index.Doc

Typo in UIMAUpdateRequestProcessor: Analazying text

2012-05-31 Thread Jack Krupansky
A typo at line 146 in UIMAUpdateRequestProcessor.java: log.info(new StringBuffer("Analazying text").toString()); “Analazying” s.b. “Analyzing” -- Jack Krupansky

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286887#comment-13286887 ] Dawid Weiss commented on LUCENE-4092: - Thanks for working on this, Steve. It'll reall

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #349

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286882#comment-13286882 ] Robert Muir commented on LUCENE-4069: - {quote} For me this falls into one of the many

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286868#comment-13286868 ] Simon Willnauer commented on LUCENE-4069: - bq. I really dont think we should make

RE: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Steven A Rowe
Hmm, looks like spreading the BUILD_LOG_REGEX across multiple lines caused it not to be recognized. Jenkins's email templating functionality is provided by the Jenkins Email Extension Plugin (email-ext) . The token parsing is done b

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2723 - Failure

2012-05-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2723/ 1 tests failed. REGRESSION: org.apache.lucene.util.packed.TestPackedInts.testIntOverflow Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at __randomizedtesting.SeedInfo

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286815#comment-13286815 ] Mark Harwood commented on LUCENE-4069: -- bq. Its not worth the complexity There's no

[jira] [Resolved] (LUCENE-4077) ToParentBlockJoinCollector provides no way to access computed scores and the maxScore

2012-05-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4077. Resolution: Fixed Fix Version/s: 5.0 4.0 > ToParentB

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #348

2012-05-31 Thread jenkins
See Changes: [rmuir] LUCENE-4096: impossible to checkindex if you use norms other than byte[] -- [...truncated 10535 lines...] [junit4] 2> 79515 T3115 oasc.Reques

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286794#comment-13286794 ] Robert Muir commented on LUCENE-4092: - awesome! thank you! > Check w

Re: Documenting document limits for Lucene and Solr

2012-05-31 Thread Jack Krupansky
Thanks. That’s all good info to be documented for users to be aware of when they start pushing the limits. -- Jack Krupansky From: Walter Underwood Sent: Thursday, May 31, 2012 1:30 PM To: dev@lucene.apache.org Subject: Re: Documenting document limits for Lucene and Solr Deleted documents use

[jira] [Updated] (LUCENE-4098) Efficient bulk operations for packed integer arrays

2012-05-31 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4098: - Attachment: LUCENE-4098.patch Here is the patch for the proposed modifications. All {{Mutable}}

[jira] [Updated] (LUCENE-3312) Break out StorableField from IndexableField

2012-05-31 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikola Tankovic updated LUCENE-3312: Attachment: lucene-3312-patch-04.patch Patch 04: Status > core compiles. This is an attem

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286774#comment-13286774 ] Steven Rowe commented on LUCENE-4092: - bq. I'm going to add one more to the regex Do

[jira] [Commented] (LUCENE-4077) ToParentBlockJoinCollector provides no way to access computed scores and the maxScore

2012-05-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286770#comment-13286770 ] Michael McCandless commented on LUCENE-4077: Super, thanks Christoph, I'll co

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286771#comment-13286771 ] Steven Rowe commented on LUCENE-4092: - I'm going to add one more to the regex: {nofo

[jira] [Resolved] (LUCENE-4096) impossible to CheckIndex if you use norms other than byte[]

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4096. - Resolution: Fixed Fix Version/s: 5.0 > impossible to CheckIndex if you use norms othe

[jira] [Created] (LUCENE-4098) Efficient bulk operations for packed integer arrays

2012-05-31 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-4098: Summary: Efficient bulk operations for packed integer arrays Key: LUCENE-4098 URL: https://issues.apache.org/jira/browse/LUCENE-4098 Project: Lucene - Java I

Re: Documenting document limits for Lucene and Solr

2012-05-31 Thread Walter Underwood
Deleted documents use IDs, so you may run out of doc IDs with fewer than 2^31 searchable documents. I recommend designing with a lot of slack, maybe using only 75% of IDs. Solr might alert when 90% of the space is used. If you want to delete everything, then re-add everything without a commit,

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286756#comment-13286756 ] Robert Muir commented on LUCENE-4069: - {quote} Contained but not optimal - roughly do

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286757#comment-13286757 ] Steven Rowe commented on LUCENE-4092: - bq. I plan on adding the following (as suggest

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286754#comment-13286754 ] Mark Harwood commented on LUCENE-4069: -- Its true to say that Bloom is a different ca

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-05-31 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286744#comment-13286744 ] Steven Rowe commented on LUCENE-4092: - I plan on adding the following (as suggested b

[jira] [Commented] (LUCENE-4096) impossible to CheckIndex if you use norms other than byte[]

2012-05-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286739#comment-13286739 ] Michael McCandless commented on LUCENE-4096: +1 Not sure why I originally us

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #346

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286717#comment-13286717 ] Robert Muir commented on LUCENE-4069: - And separately, you can always contain the num

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286712#comment-13286712 ] Robert Muir commented on LUCENE-4069: - {quote} but overlapping choices of fields e.g

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286707#comment-13286707 ] Mark Harwood commented on LUCENE-4069: -- bq. To solve what you speak of we just need

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #345

2012-05-31 Thread jenkins
See -- [...truncated 13489 lines...] [junit4] Completed in 0.01s, 1 test [junit4] [junit4] Suite: org.apache.solr.core.ResourceLoaderTest [junit4] Completed in 0.

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286619#comment-13286619 ] Robert Muir commented on LUCENE-4069: - {quote} That would be inefficient because your

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286616#comment-13286616 ] Mark Harwood commented on LUCENE-4069: -- bq. I dont understand why this handles field

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2719 - Failure

2012-05-31 Thread Robert Muir
Is this related to the recent packed ints changes? This test historically required quite a lot of ram, maybe that sent it over the edge? On Thu, May 31, 2012 at 7:17 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2719/ > > 1 tests failed

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #344

2012-05-31 Thread jenkins
See -- [...truncated 10471 lines...] [junit4] 2> 18390 T2929 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHand

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286600#comment-13286600 ] Mark Harwood commented on LUCENE-4069: -- bq. An alternative would be to just pick thi

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286599#comment-13286599 ] Robert Muir commented on LUCENE-4069: - I dont understand why this handles fields. Som

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286598#comment-13286598 ] Mark Harwood commented on LUCENE-4069: -- bq. Instead i think the concrete Bloom+Lucen

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286562#comment-13286562 ] Robert Muir commented on LUCENE-4069: - Seeing the tests in question though, i dont th

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286555#comment-13286555 ] Robert Muir commented on LUCENE-4069: - I don't think the abstract class should be reg

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: BloomFilterPostings40.patch Added missing class > Segment-level Blo

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: (was: BloomFilterPostings40.patch) > Segment-level Bloom filters for a 2 x s

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: (was: BloomFilterCodec40.patch) > Segment-level Bloom filters for a 2 x spee

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: BloomFilterPostings40.patch This is looking more promising. Running "ant test-core

[jira] [Commented] (SOLR-3350) TextField's parseFieldQuery method not using analyzer's enablePosIncr parameter

2012-05-31 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286531#comment-13286531 ] Tommaso Teofili commented on SOLR-3350: --- for now I think we can at least remove the u

[jira] [Updated] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-05-31 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-4019: - Attachment: LUCENE-4019.patch Yeah, sorry for my mistakes, I corrected them. And I added the lin

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2719 - Failure

2012-05-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2719/ 1 tests failed. REGRESSION: org.apache.lucene.util.packed.TestPackedInts.testIntOverflow Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at __randomizedtesting.SeedInfo

[jira] [Created] (LUCENE-4097) index was locked because of InterruptedException

2012-05-31 Thread wang (JIRA)
wang created LUCENE-4097: Summary: index was locked because of InterruptedException Key: LUCENE-4097 URL: https://issues.apache.org/jira/browse/LUCENE-4097 Project: Lucene - Java Issue Type: Bug

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java7-64 #193

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-05-31 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286474#comment-13286474 ] Chris Male commented on LUCENE-4019: Hi Luca, Thanks for taking a shot at this. I w

[jira] [Updated] (LUCENE-4019) Parsing Hunspell affix rules without regexp condition

2012-05-31 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-4019: - Attachment: LUCENE-4019.patch Hi Chris, thanks for your feedback. Here is a new patch containin

[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-05-31 Thread Luc Vanlerberghe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Vanlerberghe updated LUCENENET-484: --- Attachment: Lucenenet-484-WeakDictionary.patch Corrects both Clean() and WeakKey.E

[jira] [Created] (SOLR-3498) ContentStreamUpdateRequest doesn't seem to respect setCommitWithin()

2012-05-31 Thread Christian Moen (JIRA)
Christian Moen created SOLR-3498: Summary: ContentStreamUpdateRequest doesn't seem to respect setCommitWithin() Key: SOLR-3498 URL: https://issues.apache.org/jira/browse/SOLR-3498 Project: Solr

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #339

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java7-64 #192

2012-05-31 Thread jenkins
See -- [...truncated 14362 lines...] [junit4] 2> 26209 T3142 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4]

Re: [jira] [Commented] (LUCENE-4055) Refactor SegmentInfo / FieldInfo to make them extensible

2012-05-31 Thread Renaud Delbru
Thanks Robert for the answers, I'll investigate this approach. -- Renaud Delbru On 28/05/12 21:59, Robert Muir (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284553#comment-13284553

[jira] [Commented] (LUCENE-4090) PerFieldPostingsFormat cannot use name as suffix

2012-05-31 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286411#comment-13286411 ] Mark Harwood commented on LUCENE-4090: -- Thanks for the quick fix, Rob :) Working fin

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #338

2012-05-31 Thread jenkins
See -- [...truncated 10266 lines...] [junit4] Completed in 0.93s, 2 tests [junit4] [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentTest [juni

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #337

2012-05-31 Thread jenkins
See -- [...truncated 10767 lines...] [junit4] 2> 1081 T3671 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1081 T3671

[jira] [Commented] (LUCENE-4077) ToParentBlockJoinCollector provides no way to access computed scores and the maxScore

2012-05-31 Thread Christoph Kaser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286389#comment-13286389 ] Christoph Kaser commented on LUCENE-4077: - Thank you, now it works perfectly!

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java7-64 #191

2012-05-31 Thread jenkins
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

  1   2   >