Hi,
I have replaced the English stopwords with Dutch stopwords. And I also
managed to get the dutch analyzer to work, without throwing an error. The
following works:
But why doesn't the following work
The problem is tha
On 6/22/06, Nick Snels <[EMAIL PROTECTED]> wrote:
But why doesn't the following work
An analyzer *is* a tokenizer followed by multiple token filters, so
you can't really put an analyzer in another analyzer.
Probably the righ
Hi Yonik,
thanks for the advice. The factory works like a charm!!
Kind regards,
Nick
On 6/22/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 6/22/06, Nick Snels <[EMAIL PROTECTED]> wrote:
> But why doesn't the following work
>
>
>
>
>
>
>
>
I'm reading in earnest the wiki entries regarding collection distribution
and the master/slave operational basis. This is very similar to what we've
used previously in our operation based on the lucene core. We're deploying
initially on Tomcat 5.5.17, Linux RHEL 3 and the latest bits from Solr.