On Fri, Jan 20, 2012 at 11:00 AM, solr <lakshmi2...@gmail.com> wrote: > Is indexing xml files and import data from xml is same or different in solr > concept.
They end up doing the same thing, which is getting the data into Solr. There are various ways of doing this, as Erick has pointed out, and sometimes people name the process in different ways: * Importing data from XML is usually understood to be done by POSTing a Solr-format XML file to data. * Indexing XML files could be understood as using some external program, such as SolrJ, or the DataImportHandler, to get the XML data into Solr. Regards, Gora