Re: Outstanding issues for 3.0.3

2012-08-02 Thread Itamar Syn-Hershko
Nowadays git works just great for Windows, and it's much easier to work with than Hg On Wed, Aug 1, 2012 at 9:41 PM, Zachary Gramana zgram...@feature23.comwrote: On Aug 1, 2012, at 12:51 PM, Itamar Syn-Hershko wrote: And for heaven's sake, can we move to git when graduating? Given that

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Michael Herndon
fork it and git r done? I couldn't resist. +1 for git. On Thu, Aug 2, 2012 at 3:04 AM, Itamar Syn-Hershko ita...@code972.comwrote: Nowadays git works just great for Windows, and it's much easier to work with than Hg On Wed, Aug 1, 2012 at 9:41 PM, Zachary Gramana zgram...@feature23.com

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Zachary Gramana
I would like to pitch into this effort and put my ReSharper license to use. I pulled down trunk, and picked a yellow item at random, and started to dig in. I quickly generated more questions than answers, realized I needed to stop munging code and consult the wiki and list archives. After

RE: Outstanding issues for 3.0.3

2012-08-02 Thread Prescott Nasser
https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net+3.0.3 Please update the wiki and the changes.TXT file with any changes you're aware of - I will take some time this weekend to comb through everything and add whatever is missing From:

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Itamar Syn-Hershko
The point is to make the code better, not to satisfy R# :) The main benefit of this process is marking fields as readonly, finding code paths with stupid behavior and moving simple aggregations to use LINQ. I don't apply the LINQ syntax to a non-trivial operations, to make it easier to keep track

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Itamar Syn-Hershko
Prescott - we could make an RC and push it to Nuget as a PreRelease, to get real feedback. On Thu, Aug 2, 2012 at 7:13 PM, Prescott Nasser geobmx...@hotmail.comwrote: I don't think we ever fully adopted the style guidelines, probably not a terrible discussion to have. As for this release, I

RE: Outstanding issues for 3.0.3

2012-08-02 Thread Prescott Nasser
Excellent Idea - I'll do that monday to give you guys the weekend to do any last minute code cleaning you want. Date: Thu, 2 Aug 2012 19:30:02 +0300 Subject: Re: Outstanding issues for 3.0.3 From: ita...@code972.com To:

[jira] [Commented] (LUCENE-4177) TestPerfTasksLogic.testBGSearchTaskThreads sometimes fails or hangs on Windows

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427137#comment-13427137 ] Dawid Weiss commented on LUCENE-4177: - This looks good to me and I'd apply it --

[jira] [Created] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-02 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-4280: --- Summary: TestReaderClosed leaks threads Key: LUCENE-4280 URL: https://issues.apache.org/jira/browse/LUCENE-4280 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427144#comment-13427144 ] Dawid Weiss commented on LUCENE-4280: - I've added {code} @AwaitsFix(bugUrl =

Re: ToParentBlockJoinQuery vs filtered search

2012-08-02 Thread Mikhail Khludnev
Martin, Half year ago you asked me attach my work to SOLR-3076. From my point of view the latest patch is considerable for commit. I want to add override support for block indexing, but I'm not really sure that it's needed for anyone. Could you please provide feedback for the latest patch, and/or

[jira] [Updated] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4280: Comment: was deleted (was: I've added {code} @AwaitsFix(bugUrl = LUCENE-4280) {code} to the

[jira] [Created] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-4281: --- Summary: Delegate to default thread factory in NamedThreadFactory Key: LUCENE-4281 URL: https://issues.apache.org/jira/browse/LUCENE-4281 Project: Lucene - Core

[jira] [Updated] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4281: Attachment: LUCENE-4281.patch here is a patch Delegate to default

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427164#comment-13427164 ] Dawid Weiss commented on LUCENE-4281: - I actually banned all methods from Executors

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427165#comment-13427165 ] Dawid Weiss commented on LUCENE-4281: - Uh, sorry -- I see what you did now. Anything

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427167#comment-13427167 ] Dawid Weiss commented on LUCENE-4281: - I see the default one resets inherited

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427168#comment-13427168 ] Uwe Schindler commented on LUCENE-3985: --- bq. You can add the signatures to the

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427174#comment-13427174 ] Dawid Weiss commented on LUCENE-3985: - I already added it to a patch in LUCENE-3985

[jira] [Comment Edited] (LUCENE-3985) Refactor support for thread leaks

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427174#comment-13427174 ] Dawid Weiss edited comment on LUCENE-3985 at 8/2/12 8:34 AM: -

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427177#comment-13427177 ] Uwe Schindler commented on LUCENE-3985: --- OK, doesnt matter. I would just prefer to

[jira] [Commented] (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2012-08-02 Thread Gili Nachum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427179#comment-13427179 ] Gili Nachum commented on LUCENE-2501: - Seeing a similar issue on 3.1.0. Was this ever

[jira] [Created] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
Johannes Christen created LUCENE-4282: - Summary: Automaton Fuzzy Query doesn't deliver all results Key: LUCENE-4282 URL: https://issues.apache.org/jira/browse/LUCENE-4282 Project: Lucene - Core

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427184#comment-13427184 ] Uwe Schindler commented on LUCENE-4282: --- This is caused by the rewrite method not

[jira] [Comment Edited] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427184#comment-13427184 ] Uwe Schindler edited comment on LUCENE-4282 at 8/2/12 8:54 AM:

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427185#comment-13427185 ] Johannes Christen commented on LUCENE-4282: --- Thanks for the quick response Uwe.

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427187#comment-13427187 ] Uwe Schindler commented on LUCENE-4282: --- What was your query?

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427188#comment-13427188 ] Johannes Christen commented on LUCENE-4282: --- Query query = new FuzzyQuery(new

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_33) - Build # 56 - Failure!

2012-08-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/56/ Java: 32bit/jdk1.6.0_33 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 18997 lines...] javadocs-lint: [...truncated 1670 lines...] BUILD FAILED

[jira] [Comment Edited] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427188#comment-13427188 ] Johannes Christen edited comment on LUCENE-4282 at 8/2/12 9:15 AM:

[jira] [Updated] (LUCENE-4256) Improve Analysis Factory configuration workflow

2012-08-02 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-4256: --- Attachment: LUCENE-4256-version.patch Going to do this in smaller steps so they are easier to

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427204#comment-13427204 ] Uwe Schindler commented on LUCENE-4282: --- There is indeed something strange, I have

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427219#comment-13427219 ] Uwe Schindler commented on LUCENE-4282: --- The same happens, if I disable

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427220#comment-13427220 ] Johannes Christen commented on LUCENE-4282: --- Yes I tried this as well. Also the

[jira] [Assigned] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4282: - Assignee: Robert Muir Automaton Fuzzy Query doesn't deliver all results

[jira] [Comment Edited] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427223#comment-13427223 ] Uwe Schindler edited comment on LUCENE-4282 at 8/2/12 10:06 AM:

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427223#comment-13427223 ] Uwe Schindler commented on LUCENE-4282: --- I also added more terms that are in fact

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427224#comment-13427224 ] Simon Willnauer commented on LUCENE-4281: - bq. Uh, sorry – I see what you did

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427228#comment-13427228 ] Dawid Weiss commented on LUCENE-4281: - This will require manual exclusion of that

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427229#comment-13427229 ] Johannes Christen commented on LUCENE-4282: --- Ok. I keep on digging in the code

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427230#comment-13427230 ] Uwe Schindler commented on LUCENE-4281: --- bq. This will require manual exclusion of

[jira] [Created] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-02 Thread Han Jiang (JIRA)
Han Jiang created LUCENE-4283: - Summary: Support more frequent skip with Block Postings Format Key: LUCENE-4283 URL: https://issues.apache.org/jira/browse/LUCENE-4283 Project: Lucene - Core

[jira] [Updated] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-02 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-4283: -- Attachment: LUCENE-4283-buggy.patch An initial try to support partial decode skipInterval == 32.

[jira] [Updated] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-02 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-4283: -- Attachment: LUCENE-4283-buggy.patch oh, forgot to revert TestPF Support more

[jira] [Created] (SOLR-3701) Solr Spellcheck for words with apostrophe

2012-08-02 Thread Shri Kanishka (JIRA)
Shri Kanishka created SOLR-3701: --- Summary: Solr Spellcheck for words with apostrophe Key: SOLR-3701 URL: https://issues.apache.org/jira/browse/SOLR-3701 Project: Solr Issue Type: Bug

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Christen updated LUCENE-4282: -- Attachment: ModifiedFuzzyTermsEnum.java Modification of FuzzyTermEnum class fixing

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427254#comment-13427254 ] Johannes Christen commented on LUCENE-4282: --- Well. I think I found the

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Christen updated LUCENE-4282: -- Attachment: ModifiedFuzzyTermsEnum.java Modification of FuzzyTermsEnum class fixing

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Christen updated LUCENE-4282: -- Comment: was deleted (was: Modification of FuzzyTermsEnum class fixing issue

[jira] [Comment Edited] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427254#comment-13427254 ] Johannes Christen edited comment on LUCENE-4282 at 8/2/12 12:01 PM:

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427262#comment-13427262 ] Uwe Schindler commented on LUCENE-4282: --- Thanks for help. We are starting to

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427264#comment-13427264 ] Robert Muir commented on LUCENE-4282: - thanks for reporting and looking into this! I

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4282: -- Attachment: LUCENE-4282-tests.patch Robert Muir: I added my tests as patch. TestFuzzyQuery is

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427269#comment-13427269 ] Johannes Christen commented on LUCENE-4282: --- Hi Robert. Yes this might be

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427276#comment-13427276 ] Robert Muir commented on LUCENE-4282: - Johannes: we will have the same scoring when i

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427284#comment-13427284 ] Mark Miller commented on LUCENE-3985: - Hopefully I can look at my piece of this today

[jira] [Assigned] (SOLR-3527) Optimize ignores maxSegments in distributed environment

2012-08-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-3527: - Assignee: Mark Miller Optimize ignores maxSegments in distributed environment

[jira] [Created] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Sam Halliday (JIRA)
Sam Halliday created LUCENE-4284: Summary: RFE: stopword filter without lowercase side-effect Key: LUCENE-4284 URL: https://issues.apache.org/jira/browse/LUCENE-4284 Project: Lucene - Core

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427296#comment-13427296 ] Robert Muir commented on LUCENE-4280: - Do we know if the problem happens from the

[jira] [Commented] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427301#comment-13427301 ] Robert Muir commented on LUCENE-4284: - The constructor is deprecated because you

[jira] [Commented] (LUCENE-4225) New FixedPostingsFormat for less overhead than SepPostingsFormat

2012-08-02 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427304#comment-13427304 ] Han Jiang commented on LUCENE-4225: --- Just hit an error on BlockPostingsFormat, this

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

2012-08-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood resolved LUCENE-4069. -- Resolution: Fixed Assignee: Mark Harwood Committed to 4.0 branch, revision 1368442

Re: ToParentBlockJoinQuery vs filtered search

2012-08-02 Thread Martijn v Groningen
Hi Mikhail, I'd love to have a look at the patch. I wasn't involved at all with reviewing the work, just pointed you to the relevant issue, and currently quite busy, so on my end, it will take time until I manage to get to reviewing it. Maybe someone else involved with the patch can take this

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_33) - Build # 106 - Failure!

2012-08-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/106/ Java: 32bit/jdk1.6.0_33 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 10304 lines...] javadocs-lint: [...truncated 6 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution

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

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427317#comment-13427317 ] Robert Muir commented on LUCENE-4069: - Hi Mark: I noticed this was committed only to

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

2012-08-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427318#comment-13427318 ] Adrien Grand commented on LUCENE-4069: -- Mark, is there a reason why this patch

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

2012-08-02 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427322#comment-13427322 ] Mark Harwood commented on LUCENE-4069: -- Will do. Segment-level

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4282: Attachment: LUCENE-4282.patch here's a patch, with Uwe's test. The float comparison is wasted

[jira] [Commented] (LUCENE-4281) Delegate to default thread factory in NamedThreadFactory

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427328#comment-13427328 ] Robert Muir commented on LUCENE-4281: - +1 to the patch: the forbidden check is a 2nd

[jira] [Commented] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Sam Halliday (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427329#comment-13427329 ] Sam Halliday commented on LUCENE-4284: -- ok, but wouldn't it then be a good idea to

[JENKINS] Lucene-Solr-tests-only-4.x - Build # 386 - Failure

2012-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-4.x/386/ All tests passed Build Log: [...truncated 10352 lines...] javadocs-lint: [...truncated 6 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.lucene...

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 67 - Failure!

2012-08-02 Thread Michael McCandless
On Wed, Aug 1, 2012 at 9:17 AM, Robert Muir rcm...@gmail.com wrote: On Wed, Aug 1, 2012 at 4:35 AM, Uwe Schindler u...@thetaphi.de wrote: Hi Robert, I checked Jenkin's settings and the ulimit -n is 8192 by default for jenkins. To prevent this problem I raised this to 32768. The thing with

[jira] [Commented] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427350#comment-13427350 ] Robert Muir commented on LUCENE-4284: - Really all these analyzers are just simple

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_33) - Build # 107 - Still Failing!

2012-08-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/107/ Java: 32bit/jdk1.6.0_33 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 10288 lines...] javadocs-lint: [...truncated 1696 lines...] javadocs-lint: [exec] [exec] Crawl/parse...

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Zachary Gramana
On Aug 2, 2012, at 3:04 AM, Itamar Syn-Hershko wrote: Nowadays git works just great for Windows, and it's much easier to work with than Hg In the interest of full disclosure, I have done a lot of work on hosting Mercurial in C# apps and have committed to both Mercurial and IronPython, so one

[jira] [Commented] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Sam Halliday (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427353#comment-13427353 ] Sam Halliday commented on LUCENE-4284: -- OK, thanks. Actually all I needed was to

[jira] [Closed] (LUCENE-4284) RFE: stopword filter without lowercase side-effect

2012-08-02 Thread Sam Halliday (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Halliday closed LUCENE-4284. Resolution: Invalid RFE: stopword filter without lowercase side-effect

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427360#comment-13427360 ] Robert Muir commented on LUCENE-4282: - I will think about this one more: the patch is

RE: Outstanding issues for 3.0.3

2012-08-02 Thread Prescott Nasser
Actually that's a good point, I don't think mercurial is an option for apache software projects - but I know git was rolled out over the last year as an option Subject: Re: Outstanding issues for 3.0.3 From: zgram...@gmail.com Date: Thu, 2 Aug 2012

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_33) - Build # 58 - Failure!

2012-08-02 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/58/ Java: 64bit/jdk1.6.0_33 -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 19185 lines...] javadocs-lint: [...truncated 1728 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

[jira] [Created] (SOLR-3702) String concatenation function

2012-08-02 Thread Ted Strauss (JIRA)
Ted Strauss created SOLR-3702: - Summary: String concatenation function Key: SOLR-3702 URL: https://issues.apache.org/jira/browse/SOLR-3702 Project: Solr Issue Type: New Feature

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

2012-08-02 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: - Fix Version/s: 5.0 Applied to trunk in revision 1368567 Segment-level Bloom

RE: Outstanding issues for 3.0.3

2012-08-02 Thread Prescott Nasser
I don't think we ever fully adopted the style guidelines, probably not a terrible discussion to have. As for this release, I think that by lazy consensus we should branch the trunk at the end of this weekend (say monday), and begin the process of cutting a release. - my $.02 below 1) Usage

[jira] [Commented] (LUCENE-4225) New FixedPostingsFormat for less overhead than SepPostingsFormat

2012-08-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427413#comment-13427413 ] Michael McCandless commented on LUCENE-4225: Thanks Billy, I'll dig...

[jira] [Created] (LUCENE-4285) Improve FST API usability for mere mortals

2012-08-02 Thread David Smiley (JIRA)
David Smiley created LUCENE-4285: Summary: Improve FST API usability for mere mortals Key: LUCENE-4285 URL: https://issues.apache.org/jira/browse/LUCENE-4285 Project: Lucene - Core Issue

[jira] [Updated] (SOLR-3699) fix CoreContainerCoreInitFailuresTest directory leak

2012-08-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3699: --- Attachment: SOLR-3699.patch Tracked the problem down to SolrIndexWriter ... attached patch demonstrates it

[jira] [Updated] (SOLR-3699) SolrIndexWriter constructor leaks Directory if Exception creating IndexWriterConfig

2012-08-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-3699: --- Fix Version/s: 5.0 4.0 Summary: SolrIndexWriter constructor leaks Directory if

Re: Outstanding issues for 3.0.3

2012-08-02 Thread Michael Herndon
if you do rename stuff other than poorly named signature parameters, its helpful to document the java version's name and the reason for the rename. Even for java, some of the internal naming makes the code that much harder to understand and follow. On Thu, Aug 2, 2012 at 12:33 PM, Prescott Nasser

[jira] [Commented] (LUCENE-4285) Improve FST API usability for mere mortals

2012-08-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427435#comment-13427435 ] David Smiley commented on LUCENE-4285: -- Keep in mind, from an FST outsider like me,

[jira] [Commented] (SOLR-3428) SolrCmdDistributor flushAdds/flushDeletes problems

2012-08-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427463#comment-13427463 ] Mark Miller commented on SOLR-3428: --- I've committed the simple fix for the flush issue

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

2012-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14992/ All tests passed Build Log: [...truncated 10303 lines...] javadocs-lint: [...truncated 1667 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/build.xml:47: The following

[jira] [Updated] (SOLR-3428) SolrCmdDistributor flushAdds/flushDeletes problems

2012-08-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3428: -- Fix Version/s: 5.0 4.0 SolrCmdDistributor flushAdds/flushDeletes problems

Re: TestIndexWriterDelete fails with OOM

2012-08-02 Thread Robert Muir
this test method uses only one field, but disables simpletext and memory already. i think directPF was just an omission. I'll add it too. On Thu, Aug 2, 2012 at 11:07 AM, Simon Willnauer simon.willna...@gmail.com wrote: I see this on

Re: TestIndexWriterDelete fails with OOM

2012-08-02 Thread Michael McCandless
Thanks Robert. Mike McCandless http://blog.mikemccandless.com On Thu, Aug 2, 2012 at 1:35 PM, Robert Muir rcm...@gmail.com wrote: this test method uses only one field, but disables simpletext and memory already. i think directPF was just an omission. I'll add it too. On Thu, Aug 2, 2012 at

[jira] [Commented] (LUCENE-4177) TestPerfTasksLogic.testBGSearchTaskThreads sometimes fails or hangs on Windows

2012-08-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427479#comment-13427479 ] Michael McCandless commented on LUCENE-4177: bq. As a side note, wouldn't it

[jira] [Updated] (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2012-08-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2501: --- Attachment: LUCENE-2501.patch OK I found a possible cause behind this ... it was

[jira] [Commented] (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2012-08-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427517#comment-13427517 ] Simon Willnauer commented on LUCENE-2501: - sneaky, glad that this stuff is single

[jira] [Commented] (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2012-08-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427518#comment-13427518 ] Michael McCandless commented on LUCENE-2501: I'm glad too!

[jira] [Updated] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4282: Attachment: LUCENE-4282.patch A simpler patch, i also benchmarked. The problem is this comment

[jira] [Commented] (LUCENE-2501) ArrayIndexOutOfBoundsException in ByteBlockPool.allocSlice

2012-08-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427531#comment-13427531 ] Robert Muir commented on LUCENE-2501: - +1

  1   2   >