Indexing xml data

2008-07-09 Thread Alexander Ramos Jardim
I need to put big xml files on a string field in one of my projects. Does Solr accept it automatically or should I put a !CDATA on my xml before putting on the index? -- Alexander Ramos Jardim

Re: Indexing xml data

2008-07-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
You can put it into a 'string' field directly On Wed, Jul 9, 2008 at 7:41 PM, Alexander Ramos Jardim [EMAIL PROTECTED] wrote: I need to put big xml files on a string field in one of my projects. Does Solr accept it automatically or should I put a !CDATA on my xml before putting on the index?

Re: Indexing xml data

2008-07-09 Thread Norberto Meijome
On Wed, 9 Jul 2008 19:51:45 +0530 Noble Paul _ __ [EMAIL PROTECTED] wrote: You can put it into a 'string' field directly if we refer to the default string field , you won't be able to search for the contents of the XML (unless you search for the whole

Re: Indexing xml data

2008-07-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
yep. you cant search. It is better to extract the data out and index it if you want to search On Wed, Jul 9, 2008 at 8:37 PM, Norberto Meijome [EMAIL PROTECTED] wrote: On Wed, 9 Jul 2008 19:51:45 +0530 Noble Paul _ __ [EMAIL PROTECTED] wrote: You can put

Re: Indexing xml data

2008-07-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Jul 9, 2008 at 8:46 PM, Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED] wrote: yep. you cant search. It is better to extract the data out and index it if you want to search On Wed, Jul 9, 2008 at 8:37 PM, Norberto Meijome [EMAIL PROTECTED] wrote: On Wed, 9 Jul 2008 19:51:45 +0530 Noble

Re: Indexing xml data

2008-07-09 Thread Alexander Ramos Jardim
Oh thanks. I don't want to search on that. I will have a name field that contains the unique identifier of the document. 2008/7/9 Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED]: On Wed, Jul 9, 2008 at 8:46 PM, Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED] wrote: yep. you cant search. It is