Elastic Search JAVA API

I'm using ElasticSearch with JAVA API as a webapp under resin. I created elasticSearch indexes few days back and it was stored under "/elasticSearch/nodes/0/indices/searchdata" folder. But now the business rule has changed for what needs to be indexed. So I deleted everything under elasticSearch Folder and reindexed new list of objects. Now, when I do a search against these new indexes, somehow it is returning the results from old indexes. I have no clue how it is holding on to old indexes. I have upgraded to 0.19.1 elastic search version. Any help will be highly appreciated.
Thanks
Satish

Hello

did you restart the server?

Rgds.
----- Mail original -----

De: "samCougars" sbaniya@gmail.com
À: elasticsearch@googlegroups.com
Envoyé: Mardi 27 Mars 2012 21:35:53
Objet: Elastic Search JAVA API

I'm using Elasticsearch with JAVA API as a webapp under resin. I
created
elasticSearch indexes few days back and it was stored under
"/elasticSearch/nodes/0/indices/searchdata" folder. But now the
business
rule has changed for what needs to be indexed. So I deleted
everything under
elasticSearch Folder and reindexed new list of objects. Now, when I
do a
search against these new indexes, somehow it is returning the results
from
old indexes. I have no clue how it is holding on to old indexes. I
have
upgraded to 0.19.1 Elasticsearch version. Any help will be highly
appreciated.
Thanks
Satish

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Elastic-Search-JAVA-API-tp3862529p3862529.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Yes I did. I'm seeing the indexing data that does not exist any more in my webapp.