Only one more question: doesn't full-import deletes all records before execution, or in this case only deletes the entities passed in the url?
Thanks in advance, Rui Pereira On Fri, Feb 20, 2009 at 1:07 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > 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. >