1.3.0 candidate

2008-09-07 Thread Grant Ingersoll
I've posted what I hope is the final 1.3.0 candidate at http://people.apache.org/~gsingers/solr/1.3.0/ Please try it out and provide feedback. Note, this is not an official release. Cheers, Grant

Re: Questions on compound file format

2008-09-07 Thread Yonik Seeley
On Sun, Sep 7, 2008 at 1:56 AM, Shalin Shekhar Mangar <[EMAIL PROTECTED]> wrote: > The example solrconfig.xml has useCompoundFile as false both in the > indexDefault as well as in mainIndex section. Should we change that? Compound was a *lot* slower indexing in past versions of Lucene... It's prob

Re: UpdateRequestProcessorFactory / Chain etc

2008-09-07 Thread Chris Hostetter
: > Hm... I seem to be having trouble getting either the Factory or the : > Processor to do an init() for me. The UpdateRequestProcessor API doesn't have an init() method, but the UpdateRequestProcessorFactory API definitely does, and i can see it getting called. are you sure you are overridin

Re: Questions on compound file format

2008-09-07 Thread Chris Hostetter
: The example solrconfig.xml has useCompoundFile as false both in the : indexDefault as well as in mainIndex section. Should we change that? I don't think so -- the "default" is carried over from Lucene, where it's the default because there's no idea of how it will be used, and Compound is hte

Re: Synonyms and stemming revisited

2008-09-07 Thread Chris Hostetter
: One thread is: http://www.nabble.com/synonyms-td16284520.html : : Based on my reading of that thread, I believe that the issue raised there is : the same as the one I just raised, but the original post was not entirely : clear and perhaps easy to misunderstand. : : Another thread is: : http

Re: UpdateRequestProcessorFactory / Chain etc

2008-09-07 Thread Brian Whitman
On Sep 7, 2008, at 2:04 PM, Brian Whitman wrote: Hm... I seem to be having trouble getting either the Factory or the Processor to do an init() for me. The end result I'd like to see is a function that gets called only once, either on solr init or the first time the handler is called. I

Re: UpdateRequestProcessorFactory / Chain etc

2008-09-07 Thread Brian Whitman
Hm... I seem to be having trouble getting either the Factory or the Processor to do an init() for me. The end result I'd like to see is a function that gets called only once, either on solr init or the first time the handler is called. I can't seem to do that. I have these two classes:

Re: Ampersand issue making me go nuts!

2008-09-07 Thread Marcus Herou
Hi Yonik. I am so embarrassed! The schema files where totally different. Actually the slave was the master back in the day and had a WordDelimiterFilterFactory configured. I wouldn't be to surprised if words are splitted on "&" in that one. As I said embarrassingly simple... But good! You can't im

Re: Ampersand issue making me go nuts!

2008-09-07 Thread Yonik Seeley
On Sun, Sep 7, 2008 at 7:50 AM, Marcus Herou <[EMAIL PROTECTED]> wrote: > The strange thing is that the query works on both my local machine(s) and on > the master. - Check and ensure that the schema is the same on all the systems. - Check to see that Solr is reading the index you think it is by d

Ampersand issue making me go nuts!

2008-09-07 Thread Marcus Herou
Hi, turning to the mailing list since I cannot find any similar case by googling. We have troubles searching when the "&" sign is included in the search query, for example; description:"h&m", "m&m" etc. The server setup looks like this. We apache-solr-1.3.0-RC2.war on all machines (same issues w

Re: Synonyms and stemming revisited

2008-09-07 Thread Christian Vogler
> If i've given differnet advice in the past, I'm sure i had a good reason > for -- possible due to some aspect of those problems that are subtly > differnet then yours ... can you post links to hte specific messages > you're refering to, it might help jog my memory. One thread is: http://www.nabb