Re: How to import data from xml files to solr

2012-01-20 Thread Jan Høydahl
Hi, Note that there is yet another option, the XSLT UpdateRequestHandler http://wiki.apache.org/solr/XsltUpdateRequestHandler (which obviously needs better documentation). It can take arbirarty XML in, along with a stylesheet for transformation, and voila :) I made a stylesheet to import sear

Re: How to import data from xml files to solr

2012-01-19 Thread Gora Mohanty
On Fri, Jan 20, 2012 at 11:00 AM, solr 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

Re: How to import data from xml files to solr

2012-01-19 Thread solr
Is indexing xml files and import data from xml is same or different in solr concept. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-import-data-from-xml-files-to-solr-tp3672193p3674641.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to import data from xml files to solr

2012-01-19 Thread Erick Erickson
to do and xmlformat > Anyhelp would be appriciate > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-import-data-from-xml-files-to-solr-tp3672193p3673284.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to import data from xml files to solr

2012-01-19 Thread solr
concept.Especially about index xml data and import xmldata.Both are same or diffrent if so please tell me if we have to import xmdat aand steps to do and xmlformat Anyhelp would be appriciate -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-import-data-from-xml-files-to

Re: How to import data from xml files to solr

2012-01-19 Thread Gora Mohanty
On Thu, Jan 19, 2012 at 5:56 PM, solr wrote: > How to import data from xml files to solr. > is this is the right command    java -jar post.jar sample.xml [...] This should work, but please take a look at the format of the sample XML files: Solr expects a specific format for the XML files