r you delete your documents and commit, you're still
using
an IndexReader that you haven't reopened when you search. WARNING:
I'm not all that familiar with EmbeddedSolrServer, so this may be way
off
base.
HTH
Erick
On Mon, Oct 11, 2010 at 12:04 PM, Claudio Atzori
wrote:
On
On 10/11/2010 04:06 PM, Ahmet Arslan wrote:
--- On Mon, 10/11/10, Claudio Atzori wrote:
From: Claudio Atzori
Subject: deleteByQuery issue
To: solr-user@lucene.apache.org
Date: Monday, October 11, 2010, 10:38 AM
Hi everybody,
in my application I use an instance of EmbeddedSolrServer
(solr
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));
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
System.setPr
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