is it possible to get the new record from a updataed table using solr without
executiing full-import and delta-import commands?

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 .

Note: in this process no need to execute full-import and delta import
commands.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/without-usage-of-full-import-command-and-delta-import-command-tp3264670p3264670.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to