Re: Customizing solr with my lucene

2009-04-22 Thread mirage1987
Well guys the problem is now solved and evrythin's working perfectly fine.:-) Thankyou all for your help. The problem was indeed with the config files (schema and solrconfig). I rewrote my files from scratch and now everythin's seems to be working. The debug query option was quite helpful in makin

Re: Customizing solr with my lucene

2009-04-22 Thread Erik Hatcher
I'm not sure what is going on. I don't quite understand what you're doing to Lucene that requires replacing the JAR file, but of course that is quite a red flag for why things aren't working. Of course there is a concern of index compatibility, so be sure you're starting with no index and

Re: Customizing solr with my lucene

2009-04-20 Thread mirage1987
Hi, Here's the schema.xml i am using. id value I can't figure out the error. Do u see any probs with the current schema. The schema is defined as such because i have implemented the my own analyzer an token

Re: Customizing solr with my lucene

2009-04-18 Thread Allahbaksh Asadullah
Just check your schema.xmlRegards, Allahbaksh On Fri, Apr 17, 2009 at 7:56 PM, mirage1987 wrote: > > Hey Erik, > I also checked the index using luke and the index shows that > the terms are indexed as they should have been. So that implies that > something is wrong with the querying

Re: Customizing solr with my lucene

2009-04-17 Thread mirage1987
Hey Erik, I also checked the index using luke and the index shows that the terms are indexed as they should have been. So that implies that something is wrong with the querying only and the results are not getting retrieved.(As i said earlier even the parsed query is the way it should

Re: Customizing solr with my lucene

2009-04-17 Thread mirage1987
Hi, Well let me exaplin the scenario in detail. I have my lucene.jar that i need to work with Solr. So i started by adding the lucene.jar to the WEB_INF directory of solr.war,added my schema.xml in conf dir and restarted the solr server. Now i run my program , add a doc into it. The doc is ad

Re: Customizing solr with my lucene

2009-04-14 Thread Erik Hatcher
What is the query parsed to? Add &debugQuery=true to your Solr request and let us know what the query parses to. As for whether upgrading a Lucene library is sufficient... depends on what Solr version you're starting with (payload support is already in all recent versions of Solr's Lucene