Re: dataset collection

2011-03-27 Thread Itamar Syn-Hershko
Otis, I nearly forgot you :) Attached are the screenshots. The flow is quite obvious, but as a service here's the architecture description: https://github.com/synhershko/Orev/blob/master/Orev.png Honestly there's still quite a lot to do, but the basics are already there. The idea is to be

Re: dataset collection

2011-03-27 Thread Itamar Syn-Hershko
Mailman seem to have dropped the images. Anyone interested, feel free to email me privately for them. Forgot to mention: the template is ASP.NET MVC's default template. At this point the valuable part is in the code... Itamar. On 28/03/2011 01:41, Itamar Syn-Hershko wrote: Otis, I

[jira] [Commented] (LUCENE-2995) factor out a shared spellchecking module

2011-03-27 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011746#comment-13011746 ] Simon Willnauer commented on LUCENE-2995: - Robert, thanks for starting this and

[jira] [Commented] (SOLR-236) Field collapsing

2011-03-27 Thread Yuriy Akopov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011752#comment-13011752 ] Yuriy Akopov commented on SOLR-236: --- Stephen, Grant, thanks for the notice. Currently the

[jira] [Commented] (SOLR-236) Field collapsing

2011-03-27 Thread Yuriy Akopov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011754#comment-13011754 ] Yuriy Akopov commented on SOLR-236: --- In other words, if I use additional filtering

[jira] [Commented] (LUCENE-2995) factor out a shared spellchecking module

2011-03-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011785#comment-13011785 ] Robert Muir commented on LUCENE-2995: - I think so? This issue just moves the code

[jira] [Commented] (LUCENE-2995) factor out a shared spellchecking module

2011-03-27 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011792#comment-13011792 ] Michael McCandless commented on LUCENE-2995: This is awesome Robert! Spell

Re: [HUDSON] Lucene-trunk - Build # 1511 - Failure

2011-03-27 Thread Michael McCandless
Ugh, OOME. Mike http://blog.mikemccandless.com On Sat, Mar 26, 2011 at 10:37 PM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1511/ 1 tests failed. FAILED:  org.apache.lucene.index.TestNRTThreads.testNRTThreads Error

Bug with addIndexes and deleteDocs in trunk and 3x?

2011-03-27 Thread Shai Erera
Hi One of our users stumbled upon what seems to be a bug in trunk (didn't verify yet against 3x but I have a feeling it exists there as well). The scenario is: you want to add an index into an existing index. Beforehand, you want to delete all new docs from the existing index. These are the

Re: Bug with addIndexes and deleteDocs in trunk and 3x?

2011-03-27 Thread Michael McCandless
Indeed I think this is a real bug -- addIndexes(IR[]) should call flush(false, true), just like addIndexes(Dir[]) does. Mike http://blog.mikemccandless.com On Sun, Mar 27, 2011 at 9:07 AM, Shai Erera ser...@gmail.com wrote: Hi One of our users stumbled upon what seems to be a bug in trunk

Re: Bug with addIndexes and deleteDocs in trunk and 3x?

2011-03-27 Thread Grant Ingersoll
Is there a workaround? On Mar 27, 2011, at 9:30 AM, Michael McCandless wrote: Indeed I think this is a real bug -- addIndexes(IR[]) should call flush(false, true), just like addIndexes(Dir[]) does. Mike http://blog.mikemccandless.com On Sun, Mar 27, 2011 at 9:07 AM, Shai Erera

Re: Bug with addIndexes and deleteDocs in trunk and 3x?

2011-03-27 Thread Michael McCandless
I think the workaround is to subclass IW and insert your own flush... Mike http://blog.mikemccandless.com On Sun, Mar 27, 2011 at 9:41 AM, Grant Ingersoll gsing...@apache.org wrote: Is there a workaround? On Mar 27, 2011, at 9:30 AM, Michael McCandless wrote: Indeed I think this is a real

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 6419 - Failure

2011-03-27 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/6419/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testCommitWithin Error Message: expected:1 but was:0 Stack Trace: junit.framework.AssertionFailedError: expected:1 but

Re: Bug with addIndexes and deleteDocs in trunk and 3x?

2011-03-27 Thread Grant Ingersoll
So, I'd vote we document it in JIRA for 3.1.0 and then continue on with the current release artifacts. -Grant On Mar 27, 2011, at 9:48 AM, Michael McCandless wrote: I think the workaround is to subclass IW and insert your own flush... Mike http://blog.mikemccandless.com On Sun, Mar

[jira] [Commented] (SOLR-236) Field collapsing

2011-03-27 Thread Stephen Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011810#comment-13011810 ] Stephen Weiss commented on SOLR-236: It would work fine as long as you weren't sending

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 6422 - Failure

2011-03-27 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/6422/ 1 tests failed. REGRESSION: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Commented] (SOLR-236) Field collapsing

2011-03-27 Thread George P. Stathis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011812#comment-13011812 ] George P. Stathis commented on SOLR-236: Bump on Yuriy's last question: - Are

[jira] [Issue Comment Edited] (SOLR-236) Field collapsing

2011-03-27 Thread George P. Stathis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011812#comment-13011812 ] George P. Stathis edited comment on SOLR-236 at 3/27/11 4:00 PM:

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 6429 - Failure

2011-03-27 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/6429/ 1 tests failed. REGRESSION: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Commented] (LUCENE-2995) factor out a shared spellchecking module

2011-03-27 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011835#comment-13011835 ] Dawid Weiss commented on LUCENE-2995: - Ok, great. I'll look into this this week.

[jira] [Commented] (LUCENE-2995) factor out a shared spellchecking module

2011-03-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011836#comment-13011836 ] Robert Muir commented on LUCENE-2995: - well there's no rush on this issue, i just

building Lucene from sources without Solr sources from svn ?

2011-03-27 Thread Andi Vajda
Hi, It seems that at this time, the HEAD of branch_3x can no longer be conveniently checked out with Lucene sources only. If I check out http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/lucene I'm not getting the common-build.xml file from above that the Lucene one depends

RE: [jira] [Commented] (SOLR-2155) Geospatial search using geohash prefixes

2011-03-27 Thread Smiley, David W.
Just a small piece of feedback on your note Bill. I don't need more help in knowing the best way to support multi-value sort. I've figured out an approach I feel confident in (and it's 1/3 coded)... were it not for my new baby (and the 2nd edition of my book for sure!) you'd be using it right

RE: 3.1.0 Proposed Release Announcement(s)

2011-03-27 Thread Smiley, David W.
Grant, In Solr, you missed the substantial feature of numeric range faceting (supports dates; the previous date faceting is deprecated.). Perhaps you might also point out that this still does *not* support distributed search ;-P Also, I would include a note at the lead-in of the Solr section

Re: 3.1.0 Proposed Release Announcement(s)

2011-03-27 Thread Yonik Seeley
Here's what I had added to the news section on the solr site (which was just additions/edits to what Robert first added): titleMarch 2011 - Solr 3.1 Released/title p Solr 3.1 has been released and is now available for public a

Re: 3.1.0 Proposed Release Announcement(s)

2011-03-27 Thread Yonik Seeley
On Sun, Mar 27, 2011 at 6:58 PM, Smiley, David W. dsmi...@mitre.org wrote: Also, I would include a note at the lead-in of the Solr section on the rationale of the version number. +1 -Yonik http://www.lucenerevolution.org -- Lucene/Solr User Conference, May 25-26, San Francisco

Re: 3.1.0 Proposed Release Announcement(s)

2011-03-27 Thread Wyhw Whon
+1 2011/3/28 Yonik Seeley yo...@lucidimagination.com On Sun, Mar 27, 2011 at 6:58 PM, Smiley, David W. dsmi...@mitre.org wrote: Also, I would include a note at the lead-in of the Solr section on the rationale of the version number. +1 -Yonik http://www.lucenerevolution.org --

[jira] [Updated] (LUCENE-2392) Enable flexible scoring

2011-03-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2392: Attachment: LUCENE-2392.patch Updated patch, i brought the patch to trunk, cleaned up, enabled

[jira] [Created] (LUCENE-2996) addIndexes(IndexReader) incorrectly applies existing deletes

2011-03-27 Thread Shai Erera (JIRA)
addIndexes(IndexReader) incorrectly applies existing deletes Key: LUCENE-2996 URL: https://issues.apache.org/jira/browse/LUCENE-2996 Project: Lucene - Java Issue Type: Bug

Test failure on 3x

2011-03-27 Thread Shai Erera
I ran tests on 3x today and hit this: [junit] Testsuite: org.apache.lucene.index.TestIndexWriterMergePolicy [junit] Testcase: testMaxBufferedDocsChange(org.apache.lucene.index.TestIndexWriterMergePolicy): FAILED [junit] [junit] junit.framework.AssertionFailedError: [junit]

[jira] [Commented] (LUCENE-1768) NumericRange support for new query parser

2011-03-27 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011914#comment-13011914 ] Vinicius Barros commented on LUCENE-1768: - Hi Uwe and Adriano, I read the