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
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,
: 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
Hi Solr users,
I would like to configure my Solr search to make it Google like.
With the standard setup, the "OR" operator is used between two or more
search values.
Example:
A search for berlin robin
returns in debug mode:
berlin robin
pubtext:berlin pubtext:robin
(and will give me all docu