[jira] [Updated] (LUCENENET-502) Recreate the missing files needed to build Lucene.Net.Distributed

2012-08-19 Thread Zachary Gramana (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zachary Gramana updated LUCENENET-502: -- Attachment: DistributedSearch.zip Let me know if there are any missing files or

Re: Reviving DistributedSearch

2012-08-19 Thread Zachary Gramana
On Aug 17, 2012, at 8:28 PM, Prescott Nasser geobmx...@hotmail.com wrote: Hey Zach - thats excellent. If you want to consider it start by creating a jira issue and attaching your patch. Done: https://issues.apache.org/jira/browse/LUCENENET-502 If you have any issues, please let me know.

[jira] [Closed] (LUCENE-1410) PFOR implementation

2012-08-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot closed LUCENE-1410. See LUCENE-3892 PFOR implementation --- Key:

[jira] [Resolved] (LUCENE-1410) PFOR implementation

2012-08-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot resolved LUCENE-1410. -- Resolution: Implemented There is no point in continuing this here with LUCENE-3892 well on

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

2012-08-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437489#comment-13437489 ] Uwe Schindler commented on LUCENE-3312: --- Merged up to trunk revision: 1374718

[jira] [Resolved] (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs and one method name out of date after move from skipTo() to advance()

2012-08-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot resolved LUCENE-2337. -- Resolution: Fixed Later patches have meanwhile inlined the scorer queue and removed the

[jira] [Closed] (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs and one method name out of date after move from skipTo() to advance()

2012-08-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot closed LUCENE-2337. DisjunctionSumScorer and ScorerDocQueue javadocs and one method name out of date after move

RE: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 11 - Failure

2012-08-19 Thread Uwe Schindler
Boaaah, JVM crashed while Solr tests! See log file in workspace! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Apache Jenkins Server [mailto:jenk...@builds.apache.org] Sent: Sunday, August 19, 2012

[jira] [Commented] (SOLR-3741) ExtendedDismaxQParser (edismax) does not obey q.op for queries with operators

2012-08-19 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437514#comment-13437514 ] Jack Krupansky commented on SOLR-3741: -- There is in fact a use case where q.op should

[jira] [Comment Edited] (SOLR-3741) ExtendedDismaxQParser (edismax) does not obey q.op for queries with operators

2012-08-19 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437514#comment-13437514 ] Jack Krupansky edited comment on SOLR-3741 at 8/20/12 1:14 AM:

Can't run SolrExampleTests from IntelliJ

2012-08-19 Thread Alan Woodward
Hi all, When I try to run SolrExampleTests (or more specifically, SolrExampleStreamingTest) from within IntelliJ against trunk, the example Solr instance doesn't start up properly, failing to load solr.DoubleMetaphoneFilterFactory. What's weird is that I *can* run the tests from the command

Re: Can't run SolrExampleTests from IntelliJ

2012-08-19 Thread Alan Woodward
Worked it out. The 'phonetic' module needs to have its resources/ directory added as a source directory; at the moment IntelliJ doesn't copy the META-INF/services files to SOLR's classpath. diff --git a/dev-tools/idea/lucene/analysis/phonetic/phonetic.iml

[jira] [Created] (LUCENE-4313) IntelliJ classpath doesn't include phonetic and morfologik resources/ directories

2012-08-19 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-4313: - Summary: IntelliJ classpath doesn't include phonetic and morfologik resources/ directories Key: LUCENE-4313 URL: https://issues.apache.org/jira/browse/LUCENE-4313

[jira] [Updated] (LUCENE-4313) IntelliJ classpath doesn't include phonetic and morfologik resources/ directories

2012-08-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-4313: -- Attachment: LUCENE-4313.patch Patch adding sourceFolder directives for morfologik and

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

2012-08-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437575#comment-13437575 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, afetr the branch merge, the

[jira] [Commented] (LUCENE-4313) IntelliJ classpath doesn't include phonetic and morfologik resources/ directories

2012-08-19 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13437577#comment-13437577 ] Steven Rowe commented on LUCENE-4313: - +1 I checked the IDEA module config for all