On Fri, Feb 20, 2009 at 5:44 PM, Rui Pereira <ruipereira...@gmail.com>wrote:
> Hello all! > I'm trying to add jdbc entities to Solr in runtime. I can update > data-config.xml and reload the file using the reload-config command, but I > wanted to make the first index on the new entities (not full-index), that > is, add to index the data given by the query in the new entities. > How can I manage to do this? > You can use 'entity=<changed_entity_1>&entity=<changed_entity_2>' when calling full-import to import only the specified entities. -- Regards, Shalin Shekhar Mangar.