Index multiple languages with multiple analyzers with the same field

2007-09-28 Thread Wu, Daniel
Hi, I know this probably has been asked before, but I was not able to find it in the mailing list. So forgive me if I repeated the same question. We are trying to build a search application to support multiple languages. Users can potentially query with any language. First thought come to us

RE: Triggering snapshooter through web admin interface

2007-09-17 Thread Wu, Daniel
ig.xml syntax. > > that would be a pretty cool addition to Solr ... an "EventRequestHandler" > that takes in a single "event" param and triggers all of the Listeners > configured for that even in the solrconfig.xml > > > -Hoss > [Wu, Daniel] That sounds great. Do I need to create a JIRA ticket?

RE: Triggering snapshooter through web admin interface

2007-09-17 Thread Wu, Daniel
> There is no way to trigger snapshots taking through Solr's admin interface > now. Taking a snapshot is a very light-weight operation. It uses hard > links so each snapshot doesn't take up much additional disk space. If you [Wu, Daniel] It is not a concern on the snapshot p

Triggering snapshooter through web admin interface

2007-09-14 Thread Wu, Daniel
Hi, I am not sure if this can be done. Let's say if periodically there is a big batch to be indexed and we don't want to replicate the data befor the batch is completely indexed. We would like to avoid post commit hook as we will be periodically committing to reduce the memory usage and we a

RE: Non-HTTP Indexing

2007-09-06 Thread Wu, Daniel
There are couple choices, see: http://wiki.apache.org/solr/SolJava - Daniel > -Original Message- > From: Renaud Waldura [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 06, 2007 2:21 PM > To: solr-user@lucene.apache.org > Subject: Non-HTTP Indexing > > > Dear Solr Users: > > Is

RE: Embedded about 50% faster for indexing

2007-08-24 Thread Wu, Daniel
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Yonik Seeley > Sent: Friday, August 24, 2007 2:07 PM > To: solr-user@lucene.apache.org > Subject: Re: Embedded about 50% faster for indexing > > One thing I'd like to avoid is everyone trying to embe

RE: solr doesn't find exe in postCommit event

2007-08-15 Thread Wu, Daniel
Adding '.' to the PATH didn't work for me. I tried it many different combinations -- in my .bashrc, in the script which starts my tomcat and/or setting " PATH=.:/bin:/usr/bin:/usr/local/bin ". None of the following worked for me... In my scripts -- export PATH=.:$JAVA_HOME/bin:/usr/bin:/bin Di

RE: solr doesn't find exe in postCommit event

2007-08-14 Thread Wu, Daniel
Thanks for the explaination. I finally get the event listener working. To close the record, I listed the working configuration below. It is sometime useful to use relative path in the case of setting multiple solr instances on the same server or have to set up dev / test environments that may not

solr doesn't find exe in postCommit event

2007-08-13 Thread Wu, Daniel
I am trying out the event listener by uncommenting the listener for event postCommit unmodified. Solr detected the script during start up (otherwise it would throw some exception). However, when i sent the commit commend, it thrown IOException: snapshooter not found (see snippet below). It seems

RE: is snapshot/backup consistent (reliable) on the index server?

2007-08-10 Thread Wu, Daniel
: Re: is snapshot/backup consistent (reliable) on the index server? On 8/10/07, Wu, Daniel <[EMAIL PROTECTED]> wrote: > I have some concern with solr using hard link to perform snapshot and > backup on the indexing box. > > When referring to snapshot in contexts other than solr,

is snapshot/backup consistent (reliable) on the index server?

2007-08-10 Thread Wu, Daniel
Hi, I have some concern with solr using hard link to perform snapshot and backup on the indexing box. When referring to snapshot in contexts other than solr, it usually mean some database state which can be revert to when necessary. Since solr use hard link to create snapshot on the master ind