Re: deleteByQuery issue

2010-10-12 Thread Claudio Atzori
Hi Eick, thanks for replying. Yes I do commit after deleting-by-query, but since the IndexReader is an internal (at lest for my app point of view), is there a way to reopen it (or a new one) when I do a commit? Claudio On 10/11/2010 10:08 PM, Erick Erickson wrote: I'd guess that after you

deleteByQuery issue

2010-10-11 Thread Claudio Atzori
Hi everybody, in my application I use an instance of EmbeddedSolrServer (solr 1.4.1), the following snippet shows how I am instantiating it: File home = new File(indexDataPath(solrDataDir, indexName)); container = new CoreContainer(indexDataPath(solrDataDir, indexName));

Re: deleteByQuery issue

2010-10-11 Thread Claudio Atzori
On 10/11/2010 04:06 PM, Ahmet Arslan wrote: --- On Mon, 10/11/10, Claudio Atzoriclaudio.atz...@isti.cnr.it wrote: From: Claudio Atzoriclaudio.atz...@isti.cnr.it Subject: deleteByQuery issue To: solr-user@lucene.apache.org Date: Monday, October 11, 2010, 10:38 AM Hi everybody, in my

Re: solr.solr.home

2010-05-27 Thread Claudio Atzori
On 05/27/2010 10:30 AM, Antonello Mangone wrote: Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I didn't understand how to set the java system property solr.solr.home to my solr home. Can someone help me ? Thanks in advanca it should be something like

Shred queries on EmbeddedSolrServer

2010-03-31 Thread Claudio Atzori
In my application I need to create and destroy indexes via java code, so to bypass the http requests I'm using the EmbeddedSolrServer, and I am creating different SolrCore(s) one per every index I need. Now the point is that a requirement of my application is the capability to perfom a query on