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 JARs) and what has changed in Lucene since, and whether you're expecting an existing index to work or rebuilding it from scratch.

        Erik

On Apr 14, 2009, at 7:51 AM, mirage1987 wrote:


hey,
I am trying to modify the lucene code by adding payload functionality
into it.
Now if i want to use this lucene with solr what should i do.
I have added this to the lib folder of solr.war replacing the old lucene..Is
this enough??
Plus i am also using a different schema than the default shema.xml used by
solr.(Added some fields and removed some of the previous ones).
The problem i am facing is that now the solr is not returning results but
the lucene individually is for the same query.
Could you help me on this...ny ideas n suggestions??
--
View this message in context: 
http://www.nabble.com/Customizing-solr-with-my-lucene-tp23038007p23038007.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to