Re: Help needed in Indexing and Search on xml content

2014-09-25 Thread Alexandre Rafalovitch
Have a look at data import handler and you'll need to use nested entities. That should get you at least a demo. Then you can decide whether that's good enough. Regards, Alex On 25/09/2014 3:51 am, "sangeetha.subraman...@gtnexus.com" < sangeetha.subraman...@gtnexus.com> wrote: > Hi Team, > >

Re: Help needed in Indexing and Search on xml content

2014-09-25 Thread Aman Tandon
Hi, You can retrieve the data in xml format aswell in JSON. You need to learn about schema.xml, in this you define your fields which is present in your xml, on which fields you want to search,etc So it would be better to take a look at schema.xml, solr sample schema could clear.most of doubts. O

Re: Help needed in Indexing and Search on xml content

2014-09-25 Thread PeriS
Hi Sangeetha, If you can tell me a little bit more about your setup, I can try and help. If you are on skype, that would be the easiest. Thanks -Peri On Sep 25, 2014, at 3:50 AM, sangeetha.subraman...@gtnexus.com wrote: > Hi Team, > > I am a newbie to SOLR. I have got search fields stored in

Help needed in Indexing and Search on xml content

2014-09-25 Thread sangeetha.subraman...@gtnexus.com
Hi Team, I am a newbie to SOLR. I have got search fields stored in a xml file which is stored in MSSQL. I want to index on the content of the xml file in SOLR. We need to provide search based on the fields present in the XML file. The reason why we are storing the input details as XML file is ,