Re: Whys this query not working?

2012-08-12 Thread ultranerds
Aaah thanks that makes sense. I wasn't aware of that bug. Doing the suggested changes manually in the query works perfectly (just gotta work out how to edit the Perl module I'm using to generate that query, so that I can use this slightly different syntax compared to what it outputs normally) Than

test

2012-08-12 Thread george123
test -- View this message in context: http://lucene.472066.n3.nabble.com/test-tp4000660.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solritas in production

2012-08-12 Thread george123
Apologies to drag this conversation up. I want to share my experience. Im a code hacker, I have written about 10 lines of code in my life, but can figure out most things and how they work, or how to get them to work. Im looking at deploying a vertical search engine. The data is a bit messy, but

Re: Solritas in production

2012-08-12 Thread Erick Erickson
Just make really, really sure you don't allow queries like: .../solr/update?stream.body=*:* Best Erick On Sun, Aug 12, 2012 at 8:42 AM, george123 wrote: > Apologies to drag this conversation up. > > I want to share my experience. > > Im a code hacker, I have written about 10 lines of code in my

Re: Running out of memory

2012-08-12 Thread Alexey Serba
> It would be vastly preferable if Solr could just exit when it gets a memory > error, because we have it running under daemontools, and that would cause > an automatic restart. -XX:OnOutOfMemoryError="; " Run user-defined commands when an OutOfMemoryError is first thrown. > Does Solr require the

Solr becomes unresponsive while merging

2012-08-12 Thread Serdar Sahin
Hi, We have been using Solr for last three years without any problem. We have recently migrated our servers to a new datacenter, and our servers have been upgraded as well. We also used this opportunity to upgrade the software we use in our infrastructure. As a result of this, Solr is upgraded to

EmbeddedSolrServer and missing/unfound core

2012-08-12 Thread deniz
Hi all, I have been playing with Solr 4.0 and was trying to run some tutorials. >From the EmbeddedSolrServer example here http://wiki.apache.org/solr/Solrj, I was trying to get something similar Below is my code for that: package solrj.embedded; import org.apache.solr.client.solrj.embedded.Em

RE: multi-searching problem

2012-08-12 Thread Videnova, Svetlana
I added this in schema.xml ... &defType = edismax &qf = article_id article_nom article_id But i have this error: ### org.xml.sax.SAXParseException: The reference to entity "defType" must end with the ';' delimiter. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrap

RE: multi-searching problem

2012-08-12 Thread deniz
well i dont know much stuff about dismax, but for making a search as default on multiple fields, you can use copyField which is simpler than dismax (though performance could be effected, I am not so sure) basically, you can copy the other fields into one field and make it your default search field