Re: Google like searching

2006-07-06 Thread Yonik Seeley
On 7/6/06, Andre Basse <[EMAIL PROTECTED]> wrote: Another question, probably more index related. When I do a search for "ageing", my query will also return documents with the word "age" only. (not ageing) I could image that age == ageing but not ageing == age. Please, how can I change that? Th

RE: Google like searching

2006-07-06 Thread Andre Basse
Hi Hoss, Thank you very much. Works great! Another question, probably more index related. When I do a search for "ageing", my query will also return documents with the word "age" only. (not ageing) I could image that age == ageing but not ageing == age. Please, how can I change that? Thanks,

Re: Google like searching

2006-07-05 Thread Chris Hostetter
: With the standard setup, the "OR" operator is used between two or more : search values. correct, that's because it is the default behavior of the Lucene QueryParser (which is used by the StandardRequestHandler) : How can I setup Solar, that my users don't have to key in AND all the : time? Ch