Hudson build is back to normal : Solr-3.x #51

2010-06-28 Thread Apache Hudson Server
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Sponsoring Entity

2010-06-28 Thread Marvin Humphrey
On Mon, Jun 28, 2010 at 11:23:47PM -0500, Peter Karman wrote: > Could you comment on the Sponsoring Entity section in the Incubator proposal? > > http://wiki.apache.org/lucy/LucyIncubatorProposal#Sponsoring_Entity You've gotten it right. The Sponsoring Entity in this case would be the Incubator

Hudson build is back to normal : Lucene-trunk #1228

2010-06-28 Thread Apache Hudson Server
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: MultiFieldQueryParser and the NOT operator

2010-06-28 Thread Ivan Brusic
.5)) +date:[20100328 TO 20100628] which is a BooleanQuery with two Must clauses. The first clause is also a Boolean query with only one clause, which happens to be MUST_NOT. I guess that could not work. How can I rearrange the query in order to work? Do I need to have one clause that contains

[jira] Created: (SOLR-1975) SolrJ API does not include streaming uploaded data from Java Writer or OutputStream

2010-06-28 Thread Lance Norskog (JIRA)
SolrJ API does not include streaming uploaded data from Java Writer or OutputStream --- Key: SOLR-1975 URL: https://issues.apache.org/jira/browse/SOLR-1975 Project: Solr

[jira] Updated: (LUCENE-2464) FastVectorHighlighter: add a FragmentBuilder to return entire field contents

2010-06-28 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2464: --- Attachment: LUCENE-2464.patch I implemented SingleFragListBuilder that generates one Weighte

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

2010-06-28 Thread Jasper van Veghel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883329#action_12883329 ] Jasper van Veghel commented on SOLR-236: Seconded. The NPE's were occurring rather ra

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-06-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883312#action_12883312 ] Uwe Schindler commented on SOLR-1568: - Grant: Spherical Cap is the way almost all Map-ba

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-06-28 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883290#action_12883290 ] Lance Norskog commented on SOLR-1568: - Use quaternions: [http://local.wasp.uwa.edu.au/~

[jira] Commented: (SOLR-1961) Use Lucene's Field Cache To Retrieve Stored Fields From Memory

2010-06-28 Thread Stephen Bochinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883286#action_12883286 ] Stephen Bochinski commented on SOLR-1961: - Forgot to remove those TODO's. I'll remov

[jira] Updated: (SOLR-1969) Make MMapDirectory configurable in solrconfig.xml

2010-06-28 Thread Stephen Bochinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Bochinski updated SOLR-1969: Attachment: mmap_upd.patch Changes: Added the ASL at the top Fixed the tabs, now they're two

[jira] Updated: (SOLR-1969) Make MMapDirectory configurable in solrconfig.xml

2010-06-28 Thread Stephen Bochinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Bochinski updated SOLR-1969: Attachment: mmap_upd.patch Tab issue in the last patch. > Make MMapDirectory configurable i

Re: MultiFieldQueryParser and the NOT operator

2010-06-28 Thread Erick Erickson
I'm pretty sure the "not" should be "NOT". All operators need to be all caps according to: http://lucene.apache.org/java/2_4_0/queryparsersyntax.html#Boolean operators Best Erick On Mon, Jun 28, 2010 at 10:54 AM, Ivan

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-06-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883241#action_12883241 ] Grant Ingersoll commented on SOLR-1568: --- Note, this bowl approach also has benefits fo

Re: [Lucy Wiki] Update of "LucyIncubatorProposal" by PeterKarman

2010-06-28 Thread Marvin Humphrey
On Mon, Jun 28, 2010 at 02:36:58PM -, Apache Wiki wrote: > === Community === > - Apache is interested only in communities. > + Lucy currently has a small community, many members of which originated in > the KinoSearch community. > + Lucy's chief challenge is growing its community, which it

Make MultiFieldQueryParser return DisjunctionMaxQuery?

2010-06-28 Thread Itamar Syn-Hershko
Hi, Why isn't there a parse function in MultiFieldQueryParser returning a DisjunctionMaxQuery? Unless I got the whole concept wrong, if I search for "foo bar" in 2 fields or more, the only difference between a BooleanQuery returned from MFQP and a DisjunctionMaxQuery the way it should be use

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

2010-06-28 Thread Doug Steigerwald (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883208#action_12883208 ] Doug Steigerwald commented on SOLR-236: --- Excellent! Everything looks good with our iss

[jira] Created: (LUCENE-2518) Make check of BooleanClause.Occur[] in MultiFieldQueryParser.parse less stubborn

2010-06-28 Thread Itamar Syn-Hershko (JIRA)
Make check of BooleanClause.Occur[] in MultiFieldQueryParser.parse less stubborn Key: LUCENE-2518 URL: https://issues.apache.org/jira/browse/LUCENE-2518 Project: Lucene -

[Lucy Wiki] Update of "LucyIncubatorProposal" by PeterK arman

2010-06-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change notification. The "LucyIncubatorProposal" page has been changed by PeterKarman. http://wiki.apache.org/lucy/LucyIncubatorProposal?action=diff&rev1=5&rev2=6 -

Re: Trouble updating Solr website

2010-06-28 Thread Grant Ingersoll
On Jun 28, 2010, at 10:57 AM, Yonik Seeley wrote: > On Mon, Jun 28, 2010 at 9:59 AM, Grant Ingersoll wrote: >> >> On Jun 26, 2010, at 5:56 PM, Yonik Seeley wrote: >> >>> On Sat, Jun 26, 2010 at 5:49 PM, Grant Ingersoll >>> wrote: Like I said, on Mahout we went w/ a simple landing page a

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-06-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883181#action_12883181 ] Grant Ingersoll commented on SOLR-1568: --- So, the correct name for approach 2 above is

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-06-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883177#action_12883177 ] Grant Ingersoll commented on SOLR-1568: --- OK, here's my take on dealing w/ the poles.

Re: Trouble updating Solr website

2010-06-28 Thread Yonik Seeley
On Mon, Jun 28, 2010 at 9:59 AM, Grant Ingersoll wrote: > > On Jun 26, 2010, at 5:56 PM, Yonik Seeley wrote: > >> On Sat, Jun 26, 2010 at 5:49 PM, Grant Ingersoll wrote: >>> Like I said, on Mahout we went w/ a simple landing page and everything else >>> in Confluence, as inspired by OFBiz. >> >>

MultiFieldQueryParser and the NOT operator

2010-06-28 Thread Ivan Brusic
I inherited some code that does a multi field search based on several form values. One field in particular is used by MultiFieldQueryParser. This field should be able to support a single "not" query. The result of the MultiFieldQueryParser is then appended with other clauses before a search is a

Re: Trouble updating Solr website

2010-06-28 Thread Grant Ingersoll
On Jun 26, 2010, at 5:56 PM, Yonik Seeley wrote: > On Sat, Jun 26, 2010 at 5:49 PM, Grant Ingersoll wrote: >> Like I said, on Mahout we went w/ a simple landing page and everything else >> in Confluence, as inspired by OFBiz. > > > Sounds good to me any objections? Any tips on how to get

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

2010-06-28 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883143#action_12883143 ] Martijn van Groningen commented on SOLR-236: @Doug Steigerwald and Jasper van Veg

[jira] Updated: (SOLR-236) Field collapsing

2010-06-28 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-236: --- Attachment: SOLR-236-1_4_1.patch Attached a new patch. This patch in a backport of the

Build failed in Hudson: Solr-3.x #50

2010-06-28 Thread Apache Hudson Server
See Changes: [koji] SOLR-1974: remove @Override annotation from create() interface method -- [...truncated 10845 lines...] [junit] java.lang.RuntimeException: org.apache.solr.client.solrj

[jira] Updated: (LUCENE-2517) changes-to-html: fixes and improvements

2010-06-28 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2517: Attachment: LUCENE-2517-CHANGES.patch This patch contains several typo fixes for CHANGES.txt, and

[jira] Updated: (LUCENE-2517) changes-to-html: fixes and improvements

2010-06-28 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2517: Attachment: LUCENE-2517.patch This patch addresses the following issues: # Release headers (

[jira] Created: (LUCENE-2517) changes-to-html: fixes and improvements

2010-06-28 Thread Steven Rowe (JIRA)
changes-to-html: fixes and improvements --- Key: LUCENE-2517 URL: https://issues.apache.org/jira/browse/LUCENE-2517 Project: Lucene - Java Issue Type: Improvement Reporter: Steven Rowe

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

2010-06-28 Thread Jasper van Veghel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883106#action_12883106 ] Jasper van Veghel commented on SOLR-236: I'm getting the same Exception as Eric Caron

[jira] Commented: (LUCENE-2516) More clarification, improvements and correct behaviour of backwards tests

2010-06-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883071#action_12883071 ] Uwe Schindler commented on LUCENE-2516: --- bq. I agree it's annoying to have to fix th