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
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
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
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
: 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
: 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
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
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
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
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
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
11 matches
Mail list logo