Problem with Facetting !

2008-03-18 Thread Tejaswi_Haramurali
Hi , I am Tejaswi , a newbie with solr. I have tried to add new facets using solrj and I have also made the appropriate changes in schema.xml and solrconfig.xml. My aim is to index Marc-xml files (Marc-XML is a variant of xml used predominantly with library content) In this situation, I am fa

Re: Problem with Facetting !

2008-03-18 Thread Tejaswi_Haramurali
$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Yonik Seeley wrote: > > On Tue, Mar 18, 2008 at 12:58 PM, Tejaswi_Haramurali > <[EMAIL PROTECTED]> wrote: >> I am Tejaswi , a newbie with solr. >> I have tried to add new facets using sol

Re: Problem with Facetting !

2008-03-18 Thread Tejaswi_Haramurali
I Have managed to solve the problem myself. It was due to an error in scema.xml Thanks anyways Yonik ! Tejaswi_Haramurali wrote: > > Hi Yonik, > The error is > > org.apache.solr.client.exception.SolrClientException: should be lst

NEW Facetting Problem

2008-03-18 Thread Tejaswi_Haramurali
Hi , I am facing a problem in using solrj. I am using java (solrj) to index as well as search data in the solr search engine. This is some of the code exer.setField("name","DOC"+identity); exer.setField("features","The Mellon Foundation"); exer.setField("language",langmap.get("008lang")); exe

Problem with sorting in SOLR

2008-05-07 Thread Tejaswi_Haramurali
Hi People, I am Tejas , and I am facing some trouble sorting my results with solr. I am a newbie and I do not know the explicit steps one has to follow to get sorted results. at present, i am doing this query.addSortField("id",org.apache.solr.client.SolrQuery.ORDER.desc); But however, the re