Re: How to patch

2007-09-09 Thread James liu
thks ,ryan. 2007/9/10, Ryan McKinley <[EMAIL PROTECTED]>: > > James liu wrote: > > i wanna try patch: > > > https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel > > > > and i download solr1.2 release > > > > The most recent patch is E

DirectSolrConnection, write.lock and Too Many Open Files

2007-09-09 Thread Adrian Sutton
Hi all, We've been using DirectSolrConnection in an application with low overall load, but proportionally a lot of updates (nearly as many updates as searches). While I love the fact that I don't have to deal with HTTP, we're seeing a couple of problems. After a while we start getting exce

Re: How to patch

2007-09-09 Thread Ryan McKinley
James liu wrote: i wanna try patch: https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel and i download solr1.2 release The most recent patch is Eriks-ModifiableDocument.patch You will need to apply it to solr trunk. (not 1.2 r

How to patch

2007-09-09 Thread James liu
i wanna try patch: https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel and i download solr1.2 release patch < SOLR-269*.pach(when in '/tmp/apache-solr-1.2.0/src/test/org/apache/solr/update' ) it show me |Index: src/test/org/apache

Re: Space costs of dynamic fields?

2007-09-09 Thread Erik Hatcher
On Sep 7, 2007, at 4:32 PM, Lance Norskog wrote: Otherwise, the only downside of dynamic fields is that you can't say, "give me fields a*_t but not b*_t" in a query. I haven't found others in the mail archives or the wiki. We're gonna fix this one. It's part of this issue for now:

Re: Indexing a URL

2007-09-09 Thread Bill Fowler
Thanks, Brian. On 9/5/07, Brian Whitman <[EMAIL PROTECTED]> wrote: > > > > It is apparently attempting to parse &en=499af384a9ebd18f in the > > URL. I am > > not clear why it would do this as I specified indexed="false." I > > need to > > store this because that is how the user gets to the origi

Re: MoreLikeThis throwing NPE

2007-09-09 Thread Ryan McKinley
Can somebody help me please, i have already spent a whole saturday night with the trunk code ;-( Also, do you get the same error with an empty database?

Re: MoreLikeThis throwing NPE

2007-09-09 Thread Ryan McKinley
George L wrote: I have been trying the MLT Query using EmbeddedSolr and SolrJ clients, which is resulting in NPE. Do you get the same error without solrj? Can you run the same query with: http://localhost:8987/solr/select?q=id:11&mlt=true (just to make sure we only need to look at

MoreLikeThis throwing NPE

2007-09-09 Thread George L
I have been trying the MLT Query using EmbeddedSolr and SolrJ clients, which is resulting in NPE. It looks like a problem as mentioned here https://issues.apache.org/jira/browse/LUCENE-819 If that is the case,how to fix this? The MLT field has been stored with termvectors. The query i used and t