About SolrJ for XML

2009-10-05 Thread Chaitali Gupta
Hi, I am new in Solr. I am using Solr version 1.3 I would like to index XML files using SolrJ API. I have gone through solr mailing list's emails and have been able to index XML files. But when I try to query on those files using SolrJ, I get no output. Especially, I do not find correct resu

RE: About SolrJ for XML

2009-10-05 Thread Chaitali Gupta
olrconfig.xml to see what is default). It then faceted the query results by the "id" field and "weight" fields. Because there were no search results at all, the faceting request didn't do anything. I'm not sure why you switched the query type to DisMax

Re: dose solr sopport distribute index storage ?

2009-10-12 Thread Chaitali Gupta
Hi, How should we setup master and slaves in Solr? What configuration files and parameters should we need to change and how ? Thanks, Chaitali --- On Mon, 10/12/09, Shalin Shekhar Mangar wrote: From: Shalin Shekhar Mangar Subject: Re: dose solr sopport distribute index storage ? To: solr

Error when indexing XML files

2009-10-13 Thread Chaitali Gupta
Hi, I am trying to index XML files using SolrJ. The original XML file contains nested elements. For example, the following is the snippet of the XML file.   SOMETHING   SOME_OTHER_THING   I have added the elements "name" and "facility" in Schema.xml file to make these elements inde

Re: Error when indexing XML files

2009-10-14 Thread Chaitali Gupta
Hi, Please find the schema file attached. Please let me know what I am doing wrong. Regards Chaitali --- On Wed, 10/14/09, Fergus McMenemie wrote: From: Fergus McMenemie Subject: Re: Error when indexing XML files To: solr-user@lucene.apache.org Date: Wednesday, October 14, 2009, 2:25 AM >