Re: Can solr search any lucene index?

2007-07-04 Thread Saurabh Dani
Thanks will give it a try. Should we worry about disabling any index creation / updating / commit configurations, if they run on schedule / start-up to avoid conflicts with our update code, or all the index update operations must be explicitly called (in such a case, we will not have to worry abo

Re: java.lang.ExceptionInInitializerError - Can't find resource 'solrconfig.xml'

2007-07-04 Thread Karen Loughran
Chris, When I remove the surrounding quotes from solr path in my web.xml it works ! Thanks for your help Karen On Wednesday 04 July 2007 16:56:40 Chris Hostetter wrote: > : But if I put a webservice infront of it ,which essentially provides an > : webapp api to the standalone (deployed in tomcat

Re: Can solr search any lucene index?

2007-07-04 Thread Ryan McKinley
Saurabh Dani wrote: Just like Luke, can Solr search any Lucene index by just changing "something" in the configuration or Solr stores any specific information in the indexes which must be there in order to do searches using Solr? solr uses regular lucene indexes. It can search an index create

Re: differen locations for config files and Data files if using Java System Properties

2007-07-04 Thread Ryan McKinley
in solrconf.xml I found this entry, which is now uncomented ${solr.data.dir:./solr/data} before it was Don't know if this is the desired behaviour. How should I change the entry not to have the data in the working directory and not to uncomment the entry ! Just comment out the dataDir

Re: differen locations for config files and Data files if using Java System Properties

2007-07-04 Thread Chris Hostetter
: in solrconf.xml I found this entry, which is now uncomented : ${solr.data.dir:./solr/data} : before it was : : : Don't know if this is the desired behaviour. How should I change the entry : not to have the data in the working directory and not to uncomment the entry that file is an *exampl

Re: java.lang.ExceptionInInitializerError - Can't find resource 'solrconfig.xml'

2007-07-04 Thread Chris Hostetter
: But if I put a webservice infront of it ,which essentially provides an webapp : api to the standalone (deployed in tomcat 5.5.23) and set up solr.home via : JNDI I get the exception below. The trace indicates that it is correctly : using JNDI solr.home "/opt/all/solr" which does have conf dire

Re: Not enough space

2007-07-04 Thread Yonik Seeley
On 7/4/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : I set up solr1.2 to run snapshooter each time after a commit/optimize. : It worked fine for a while, but later I got the error message below : after sending the commit request. It seems jboss(4.0.GA) had problem : running snapshooter. The i

Re: Processor load

2007-07-04 Thread Yonik Seeley
On 7/3/07, Michael Thessel <[EMAIL PROTECTED]> wrote: -- 208973 SEVERE: Error during auto-warming of key:[EMAIL PROTECTED]:java 208974 at org.apache.lucene.search.ConjunctionScorer.init(ConjunctionScorer.java:97) 208975 at The Exception and exc

Can solr search any lucene index?

2007-07-04 Thread Saurabh Dani
Just like Luke, can Solr search any Lucene index by just changing "something" in the configuration or Solr stores any specific information in the indexes which must be there in order to do searches using Solr? Thanks Saurabh

java.lang.ExceptionInInitializerError - Can't find resource 'solrconfig.xml'

2007-07-04 Thread Karen Loughran
Hi there, I have a standalone java/solr embedded application (based on Embedded Solr). I can call it from the command prompt by passing solr.home as system property ( -Dsolr.solr.home=/opt/all/solr ) and all works fine. But if I put a webservice infront of it ,which essentially provides an web

Re: Indexing HTML and other doc types

2007-07-04 Thread Peter Manis
A coworker of mine posted the code that we used for adding pdf, doc, xls, etc documents into solr. You can find the files at the following location. https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Just apply the patch and put the