If it was a difference between indexing / querying, why would lucene find
the word "ribbon" and not "purple" even though they appear in the same
document and are both exact matches?

AFAIK with grails searchable plugin all you have to do to the correct config
file.

Map compassSettings = ['compass.engine.analyzer.default.type': 'snowball', '
compass.engine.analyzer.default.name': 'English']

I've used Luke for tuning the queries. I'll see if I can replicate the
problem using Luke and an index. Should help narrow the problem space if I
can.

Thanks

Steve

2008/5/10 Daniel Naber <[EMAIL PROTECTED]>:

> On Samstag, 10. Mai 2008, Stephen Cresswell wrote:
>
> > For some reason it seems that either Lucene or Snowball has a problem
> > with the color purple. According the snowball experts the problem is
> > with lucene. Can anyone shed any light? Thanks,
>
> You are aware that you need to use the same analyzer for indexing and for
> parsing the query, aren't you?
>
> Some debugging instructions are also on the FAQ:
>
> http://wiki.apache.org/lucene-java/LuceneFAQ#head-3558e5121806fb4fce80fc022d889484a9248b71
>
> Regards
>  Daniel
>
> --
> http://www.danielnaber.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to