RE: Testing/packaging question

2010-11-14 Thread Bernhard Reiter
t; Sent: Thursday, November 04, 2010 5:49 PM > To: solr-user@lucene.apache.org > Subject: RE: Testing/packaging question > > Thanks for your instructions. Unfortunately, I need to do all that as > part of my package's (python-solrpy) build procedure, so I can't change > a

Re: Testing/packaging question

2010-11-14 Thread Bernhard Reiter
Hi, and thanks for your hints. I've done some additional research and found that there doesn't really seem to be any possibility of an embedded solr server in solrpy. Jetty, then. It'd all be probably kinda easy if it weren't for the way things are unbundled in debian. I've recently posted to the

Re: Testing/packaging question

2010-11-04 Thread Peter Karich
Hi, don't know if the python package provides one but solrj offers to start solr embedded (|EmbeddedSolrServer|) and setting up different schema + config is possible. for this see: https://karussell.wordpress.com/2010/06/10/how-to-test-apache-solrj/ if you need an 'external solr' (via jetty a

RE: Testing/packaging question

2010-11-04 Thread Turner, Robbin J
rom: Bernhard Reiter [ock...@raz.or.at] Sent: Thursday, November 04, 2010 5:49 PM To: solr-user@lucene.apache.org Subject: RE: Testing/packaging question Thanks for your instructions. Unfortunately, I need to do all that as part of my package's (python-solrpy) build procedure, so I can't chang

RE: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
Solr FAQ. > > Hope this helps. > > From: Bernhard Reiter [ock...@raz.or.at] > Sent: Thursday, November 04, 2010 4:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Testing/packaging question > > Hi, > > I'm n

RE: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
a, and lib directory, which contains the schema.xml. > > > > -Original Message- > From: Bernhard Reiter [mailto:ock...@raz.or.at] > Sent: Thursday, November 04, 2010 3:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Testing/packaging question > > Hi,

RE: Testing/packaging question

2010-11-04 Thread Turner, Robbin J
OME/conf/CATALINA/localhost. You should be able to find those instruction on/through the Solr FAQ. Hope this helps. From: Bernhard Reiter [ock...@raz.or.at] Sent: Thursday, November 04, 2010 4:49 PM To: solr-user@lucene.apache.org Subject: Re: Testing/pa

RE: Testing/packaging question

2010-11-04 Thread Olson, Ron
directory, which contains the schema.xml. -Original Message- From: Bernhard Reiter [mailto:ock...@raz.or.at] Sent: Thursday, November 04, 2010 3:49 PM To: solr-user@lucene.apache.org Subject: Re: Testing/packaging question Hi, I'm now trying to export JAVA_OPTS="$JAVA_OPTS -Dsolr

Re: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
Hi, I'm now trying to export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/path/to/my/schema.xml" and restarting tomcat (v6 package from ubuntu maverick) via sudo /etc/init.d/tomcat6 restart but solr still doesn't seem to find that schema.xml, as it complains about unknown fields when running the

Testing/packaging question

2010-11-01 Thread Bernhard Reiter
Hi, I'm pretty much of a Solr newbie currently packaging solrpy for Debian; see http://svn.debian.org/viewsvn/python-modules/packages/python-solrpy/trunk/ In order to run solrpy's supplied tests at build time, I'd need Solr to know about the schema.xml that comes with the tests. Can anyone tell