Re: ranking on Multivalued fields

2008-03-11 Thread Tobias Lohr
What you probably want to achieve is displaying only docs in a certain category (maybe filtered) ordered by descending score in the context of exactly this category, right? Well, you could come over this by creating a category specific score field for every category following the schema

Re: running 1 instance of solr with multiple index?

2008-02-06 Thread Tobias Lohr
this page gives you an answer: http://wiki.apache.org/solr/MultiCore Hi: Is it possible to run 1 instance of Solr which can be used to query multiple index. We have multiple customers in the same box and they will have their own index, I would like to avoid running multiple instance of Solr.

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
No ideas?? Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither filter class=solr.GermanStemFilterFactory/ nor filter class=org.apache.solr.analysis.GermanStemFilterFactory/ works. Any suggestions? Thanks, Tobi

How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither filter class=solr.GermanStemFilterFactory/ nor filter class=org.apache.solr.analysis.GermanStemFilterFactory/ works. Any suggestions? Thanks, Tobi

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
supposed to use GermanStemFilter instead of GermanStemFilterFactory ? On Feb 5, 2008 1:27 AM, Tobias Lohr [EMAIL PROTECTED] wrote: No ideas?? Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither filter class

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
Hi Steve, thanks for your hint. I've already tried this and I wonder, whether this leads to the same or a different result. If the latter, what is the difference between the stemmer and the snowball variant? tobi Hi Tobi, On 02/04/2008 at 10:13 AM, Tobias Lohr wrote: Hi, I wonder how