RE: Proper ways to handle errors in BaseTokenFilterFactory subclasses

2007-05-30 Thread Teruhiko Kurosaka
Ryan, Thank you for your reply, but I can't find this class SolrException.ErrorCode in Solr 1.1. The Solr source seems to be giving a random number, 400, 500, etc. for the first arg to SolrException constructor. (Is there any unwritten convention?) Is SolrException.ErrorCode new to the latest versi

PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Paul Fryer
I have tried for the last 2 months to be removed from this mailing list. Whoever is in charge of it, PLEASE REMOVE ME! Paul _ Catch suspicious messages before you open them—with Windows Live Hotmail. http://imagine-windowslive.com

PLEASE REMOVE ME FROM THIS LIST!

2007-05-30 Thread Paul Fryer
I have tried for the last 2 months to be removed from this mailing list. Whoever is in charge of it, PLEASE REMOVE ME! Paul _ PC Magazine’s 2007 editors’ choice for best Web mail—award-winning Windows Live Hotmail. http://imagine

Re: Proper ways to handle errors in BaseTokenFilterFactory subclasses

2007-05-30 Thread Ryan McKinley
Sorry, for 1.1, use: throw new SolrException( 500, "... " ); the ErrorCode enum was added in 1.2 -- that should be out *very* soon. Teruhiko Kurosaka wrote: Ryan, Thank you for your reply, but I can't find this class SolrException.ErrorCode in Solr 1.1. The Solr source seems to be giving a

Re: PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Yonik Seeley
On 5/30/07, Paul Fryer <[EMAIL PROTECTED]> wrote: I have tried for the last 2 months to be removed from this mailing list. Whoever is in charge of it, PLEASE REMOVE ME! Did you try the unsubscribe addresses listed at http://lucene.apache.org/solr/mailing_lists.html -Yonik

Re: PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Chris Hostetter
: Did you try the unsubscribe addresses listed at : http://lucene.apache.org/solr/mailing_lists.html Furthermore, every Solr email contains the following headers, which modern email clients should expose to you for "email list management" ... List-Help: List-Unsubs

RE: PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Phill Rosen
Follow the unsubscribe instructions. -Original Message- From: "Paul Fryer" <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: 5/30/2007 1:44 PM Subject: PLEASE REMOVE ME FROM THIS EMAIL LIST! I have tried for the last 2 months to be removed from this mailing list. Whoever is in ch

Re: Optimizing frequently updated index

2007-05-30 Thread Chris Hostetter
: I have an index that is updated fairly frequently (every few seconds), and : I'm replicating to several slave servers. how often do you replicate? : I was wondering if it make sense to replicate to a slave instance, optimize : it there, and then distribute the optimized index from the first le

RE: PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Linda Tan
Paul, Be sure to email to the confirmation address listed in the auto-generated reply. Otherwise you will not be unsubscribed. The reply may end up in your Junk Email folder. It did in mine when I tried to unsubscribe to the solr-dev list. -linda > -Original Message- > From: Phill Rose

Re: PLEASE REMOVE ME FROM THIS EMAIL LIST!

2007-05-30 Thread Frederic De Leersnijder
http://lucene.apache.org/solr/mailing_lists.html There you can find [EMAIL PROTECTED] On 5/30/07 7:44 PM, "Paul Fryer" <[EMAIL PROTECTED]> wrote: > I have tried for the last 2 months to be removed from this mailing list. > Whoever is in charge of it, PLEASE REMOVE ME! > > Paul > > ___

SOLR Indexing/Querying

2007-05-30 Thread realw5
Hey Guys, I need some guidance in regards to a problem we are having with our solr index. Below is a list of terms our customers search for, which are failing or not returning the complete set. The second side of the list is the product id/keyword we want it to match. Can you give me some directi

Re: Ideas for a relevance score that could be considered stable across multiple searches with the same query structure?

2007-05-30 Thread Daniel Einspanjer
On 4/11/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : Not really. The explain scores aren't normalized and I also couldn't : find a way to get the explain data as anything other than a whitespace : formatted text blob from Solr. Keep in mind that they need confidence the defualt way Solr du

RAMDirecotory instead of FSDirectory for SOLR

2007-05-30 Thread Jeryl Cook
Is it possible to simply change configuration to use RAMDirectory , instead of the FSDirectory..if not it would be great to have this as possible option int he configuration fileThe Master/Worker pattern used for handling scalability works(outlined in SOLR manual/wiki).its a proven patt

Re: Ideas for a relevance score that could be considered stable across multiple searches with the same query structure?

2007-05-30 Thread Yonik Seeley
On 5/30/07, Daniel Einspanjer <[EMAIL PROTECTED]> wrote: What I quickly found I could do without though was the HTTP overhead. I implemented the EmbeddedSolr class found on the Solr wiki that let me interact with the Solr engine directly. This is important since I'm doing thousands of queries in