Please explain more clearly what problem you're actually facing. It _sounds_ like you're indexing data to Solr then trying to search it and being unsuccessful. This is almost always the result of a failure to commit after indexing.
Best, Erick On Mon, May 2, 2016 at 3:29 AM, SRINI SOLR <srini.s...@gmail.com> wrote: > Hi Team - > I am using Solr 4.3.1. > > We are using this EmbeddedSolrServer to load Core Containers in one of the > java application. > > This is setup as a cron job for every 1 hour to load the new data on to the > containers. > > Otherwise - the new data is not getting loaded on the containers , if we > access from Java application even after re-indexing also. > > Please help here to resolve the issue ...?