On Thu, Aug 18, 2011 at 5:42 PM, vighnesh <svighnesh...@gmail.com> wrote: > is it possible to get the new record from a updataed table using solr without > executiing full-import and delta-import commands?
It is not clear why you are imposing this restriction. > when i can make change in solr query i need to get that newly inserted > record from a databse. > > http://localhost:8983/solr/db/select/?q=test&version=2.2&start=0&rows=10&indent=on&fl=keywords&omitHeader=true&json.nl=flat > > from the above url " q=test " i got all records from table but i change q > field value to newly insert record name and i need all related records for > that field . [...] The above description does not make it clear as to what you want. It would be better if you could explain what you would like to achieve, rather than trying to describe what does not work. There is no way for Solr to automatically realise that a failed query means that there might be new entries in the database. It is possible to set up a system where a failed Solr query falls back to a database search, but combining this with results from Solr would be complicated. Regards, Gora