Re: Indexing fields of xml file using solrj

2009-04-01 Thread Giovanni De Stefano
efano [mailto:giovanni.destef...@gmail.com] > Sent: Wednesday, April 01, 2009 7:30 PM > To: solr-user@lucene.apache.org; cra...@ceiindia.com > Subject: Re: Indexing fields of xml file using solrj > > > I understand Shalin is a guru and I am nobody but... > > > http://lucene

RE: Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
API class? _ From: Giovanni De Stefano [mailto:giovanni.destef...@gmail.com] Sent: Wednesday, April 01, 2009 7:30 PM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: Indexing fields of xml file using solrj I understand Shalin is a guru and I am nobody but

Re: Indexing fields of xml file using solrj

2009-04-01 Thread Giovanni De Stefano
ar [mailto:shalinman...@gmail.com] > Sent: Wednesday, April 01, 2009 6:07 PM > To: solr-user@lucene.apache.org; cra...@ceiindia.com > Subject: Re: Indexing fields of xml file using solrj > > On Wed, Apr 1, 2009 at 5:17 PM, Radha C. wrote: > > Hi All, > > > > I want to index

RE: Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
ekhar Mangar [mailto:shalinman...@gmail.com] Sent: Wednesday, April 01, 2009 6:07 PM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: Indexing fields of xml file using solrj On Wed, Apr 1, 2009 at 5:17 PM, Radha C. wrote: > Hi All, > > I want to index the document fields in

Re: Indexing fields of xml file using solrj

2009-04-01 Thread Shalin Shekhar Mangar
On Wed, Apr 1, 2009 at 5:17 PM, Radha C. wrote: > Hi All, > > I want to index the document fields in a xml file to index using solrj. I > know how to index the document fields using doc.addfield(). But I dont know > how to post the xml document instead of adding each field in solrj. > > Can I inde

Re: Indexing fields of xml file using solrj

2009-04-01 Thread Giovanni De Stefano
Hello, I believe what you want is DirectXMLRequest. http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/request/DirectXmlRequest.html Cheers, Giovanni On 4/1/09, Radha C. wrote: > > Hi All, > > I want to index the document fields in a xml file to index using solrj. I > know how to

Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
Hi All, I want to index the document fields in a xml file to index using solrj. I know how to index the document fields using doc.addfield(). But I dont know how to post the xml document instead of adding each field in solrj. Can I index xml file using solrj? Can anyone help me in how to do th