[ANNOUNCE] Apache PyLucene 3.4.0

2011-09-19 Thread Andi Vajda
I am pleased to announce the availability of Apache PyLucene 3.4.0. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with

[jira] [Updated] (SOLR-2780) Facet count problem : Multi-Select Faceting After grouping results

2011-09-19 Thread Ramzi Alqrainy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramzi Alqrainy updated SOLR-2780: - Component/s: (was: clients - php) search Facet count problem : Multi-Select

[jira] [Updated] (SOLR-2780) Facet count problem : Multi-Select Faceting After grouping results

2011-09-19 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2780: Affects Version/s: 3.3 3.4 Fix Version/s: 4.0

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107738#comment-13107738 ] Koji Sekiguchi commented on SOLR-1895: -- Thank you for correcting my test, Karl! I

[jira] [Commented] (SOLR-2351) Allow the MoreLikeThis component to accept filters and use the already parsed query from previous stages (if applicable) as seed.

2011-09-19 Thread Sameh Hamza (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107747#comment-13107747 ] Sameh Hamza commented on SOLR-2351: --- I've successfully applied that patch and compiled,

[jira] [Created] (SOLR-2782) Parameter inconsistency in SolrJ: ints versus longs

2011-09-19 Thread Willis Blackburn (JIRA)
Parameter inconsistency in SolrJ: ints versus longs --- Key: SOLR-2782 URL: https://issues.apache.org/jira/browse/SOLR-2782 Project: Solr Issue Type: Bug Components: clients - java

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 10580 - Still Failing

2011-09-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10580/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.AutoCommitTest Error Message: java.lang.AssertionError: directory of test was not closed, opened from:

[JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 474 - Failure

2011-09-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/474/ 1 tests failed. REGRESSION: org.apache.solr.TestDistributedGrouping.testDistribSearch Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

Re: [JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 474 - Failure

2011-09-19 Thread Martijn v Groningen
I'm not able to reproduce this failure locally with the following command: ant test -Dtestcase=TestDistributedGrouping -Dtestmethod=testDistribSearch -Dtests.seed=4f7ef1931134ac6:-6aad51ee2de9b078:1761e11b17577f5 -Dtests.multiplier=5 Someone else has an idea why this failure occurs? The test did

[jira] [Updated] (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-1979: -- Attachment: SOLR-1979.patch Some further improvements: * Default fallback language if none set is now

[jira] [Updated] (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-1979: -- Attachment: SOLR-1979.patch Added link to Wiki in example update chain in solrconfig Create

[jira] [Commented] (SOLR-2585) Context-Sensitive Spelling Suggestions Collations

2011-09-19 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107880#comment-13107880 ] James Dyer commented on SOLR-2585: -- Robert, I was thinking of maybe eventually submitting

[jira] [Updated] (LUCENE-3439) add checks/asserts if you search across a closed reader

2011-09-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3439: --- Attachment: LUCENE-3439.patch Patch, adding missing ensureOpens, adding volatile to

[jira] [Assigned] (LUCENE-3439) add checks/asserts if you search across a closed reader

2011-09-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-3439: -- Assignee: Michael McCandless add checks/asserts if you search across a

[jira] [Updated] (SOLR-2763) Extracting update request handler throws exception and returns 400 when zero-length file posted using multipart form post

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2763: -- Attachment: SOLR-2763.patch Reproduced and - i think - fixed with attached patch. Please verify.

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

2011-09-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10586/ 1 tests failed. REGRESSION: org.apache.solr.core.TestJmxIntegration.testJmxOnCoreReload Error Message: Number of registered MBeans is not the same as info registry size expected:52 but was:50 Stack Trace:

[jira] [Commented] (SOLR-2763) Extracting update request handler throws exception and returns 400 when zero-length file posted using multipart form post

2011-09-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108093#comment-13108093 ] Jan Høydahl commented on SOLR-2763: --- And a more correct curl line to reproduce is: {code}

[jira] [Created] (SOLR-2783) Please make DocSet extend Serializable

2011-09-19 Thread Sujit Pal (JIRA)
Please make DocSet extend Serializable -- Key: SOLR-2783 URL: https://issues.apache.org/jira/browse/SOLR-2783 Project: Solr Issue Type: Wish Environment: Any. Reporter: Sujit Pal

[jira] [Updated] (SOLR-2783) Please make DocSet extend Serializable

2011-09-19 Thread Sujit Pal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sujit Pal updated SOLR-2783: Description: We have built a custom EHCache backed implementation of SolrCache that allows us to spill

[jira] [Commented] (SOLR-2763) Extracting update request handler throws exception and returns 400 when zero-length file posted using multipart form post

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108204#comment-13108204 ] Koji Sekiguchi commented on SOLR-2763: -- Looks good! Extracting update request

[jira] [Commented] (SOLR-2778) Revise distributed code inside SearchComponents

2011-09-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108316#comment-13108316 ] Jason Rutherglen commented on SOLR-2778: Sweet-ness.com! Revise distributed code

[jira] [Updated] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1895: - Attachment: SOLR-1895.patch I changed doc ids in test code (my intention in the first patch was

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108320#comment-13108320 ] Koji Sekiguchi commented on SOLR-1895: -- bq. Is there really anything specific to

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108330#comment-13108330 ] Chris Male commented on SOLR-1895: -- bq. I think this is ready to go! I think we can tidy

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108334#comment-13108334 ] Erik Hatcher commented on SOLR-1895: I've just glanced at the patch, so forgive me if

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108340#comment-13108340 ] Koji Sekiguchi commented on SOLR-1895: -- Thank you for reviewing the patch, Chris and

[jira] [Issue Comment Edited] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108340#comment-13108340 ] Koji Sekiguchi edited comment on SOLR-1895 at 9/20/11 3:02 AM:

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108345#comment-13108345 ] Erik Hatcher commented on SOLR-1895: Koji - thanks for pointing out the prepare phase

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108351#comment-13108351 ] Chris Male commented on SOLR-1895: -- I agree with Erik. Security should be the first step

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108354#comment-13108354 ] Erik Hatcher commented on SOLR-1895: So maybe we put in a general

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108356#comment-13108356 ] Koji Sekiguchi commented on SOLR-1895: -- bq. Is there a technical reason this needs to

[jira] [Issue Comment Edited] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108356#comment-13108356 ] Koji Sekiguchi edited comment on SOLR-1895 at 9/20/11 4:10 AM:

[jira] [Commented] (SOLR-1895) ManifoldCF SearchComponent plugin for enforcing ManifoldCF security at search time

2011-09-19 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108361#comment-13108361 ] Chris Male commented on SOLR-1895: -- I like what you're suggesting Erik. bq. Hmm, so about