Re: XML data in solr field

2010-03-17 Thread Lance Norskog
>> >> From: Tommy Chheng [mailto:tommy.chh...@gmail.com] >> Sent: Tue 3/16/2010 5:05 PM >> To: solr-user@lucene.apache.org >> Subject: Re: XML data in solr field >> >> >> >> >>  Do you have the option of just importing each xml node a

Re: XML data in solr field

2010-03-17 Thread Walter Underwood
: Tue 3/16/2010 5:05 PM > To: solr-user@lucene.apache.org > Subject: Re: XML data in solr field > > > > > Do you have the option of just importing each xml node as a > field/value when you add the document? > > That'll let you do the search easily. If you

RE: XML data in solr field

2010-03-16 Thread Nair, Manas
within xml) in solr without the overhead of adding all those inner xml nodes as actual fields in solr schema? Manas From: Tommy Chheng [mailto:tommy.chh...@gmail.com] Sent: Tue 3/16/2010 5:05 PM To: solr-user@lucene.apache.org Subject: Re: XML data in solr field

Re: XML data in solr field

2010-03-16 Thread Tommy Chheng
Do you have the option of just importing each xml node as a field/value when you add the document? That'll let you do the search easily. If you need to store the raw XML, you can use an extra field. Tommy Chheng Programmer and UC Irvine Graduate Student Twitter @tommychheng http://tommy.chhe

XML data in solr field

2010-03-16 Thread Nair, Manas
Hello Experts, I need help on this issue of mine. I am unsure if this scenario is possible. I have a field in my solr document named , the value of which is a xml string as below. This xml structure is within the inputxml field value. I needed help on searching this xml structure i.e. if I sear