On Wed, 2008-02-13 at 03:42 -0800, newBea wrote:
> Hi Thorsten,
> 
> I have my application running on 8080 port with tomcat 5.5.23....I am
> starting solr on port 8983 with jetty server using command "java -jar
> start.jar".
> 
> Both the server gets started...now any search I make on tomcat application
> is interacting with solr very well. The problem is "schema.xml" and
> "solrconfig.xml" in the conf directory are default one. But after adding
> customized schema name parameter and required fields, solr is not working as
> required.

Can you post the modification you made to both files?

> 
> Customized code for parsing the xml generated from solr is working
> fine...but it is unable to find the uniquekey field which we set for all the
> documents in the schema document....and thus result is 0 means nothing.
> 

Hmm, what is your update command and your unique key?

We would need to see this modification to tell you what may be wrong.

Did you try http://YOUR_HOST:8983/solr/admin/luke?wt=xslt&tr=luke.xsl

What does this gives?

salu2

> I am not able to find the solution for this one... any suggestions wud be
> appreciated...thanks in advance. 
> 
> Thorsten Scherler-3 wrote:
> > 
> > On Wed, 2008-02-13 at 00:06 -0800, newBea wrote:
> >> hi 
> >> 
> >> I am new to solr/lucene...I have installed solr nightly version..its
> >> working
> >> very fine.
> >> 
> >> But it is working for the exampledocs present in the example folder of
> >> the
> >> nightly version of solr. I need solr to work for my current web
> >> application...I am using tomcat5.5.23 for the
> >> application(Windows)...using
> >> jetty to start solr from outside of the webapps folder.
> >> 
> >> Is there any way to start the jetty using tomcat?
> >> 
> >> Help would be appreciated...
> > 
> > some links that you may get started:
> > http://wiki.apache.org/solr
> > http://wiki.apache.org/solr/mySolr
> > http://wiki.apache.org/solr/SolrTomcat
> > 
> > salu2
> > -- 
> > Thorsten Scherler                                 thorsten.at.apache.org
> > Open Source Java                      consulting, training and solutions
> > 
> > 
> > 
> 
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions

Reply via email to