Hi everyone,
I'm having some trouble figuring out why a query with an exact word
followed by the * wildcard, eg. teste*, returns no results while a
query for test* returns results that have the word "teste" in them.
I've created a couple of pasties:
Exact word with wildcard : http://pastebin.com
hat the word 'teste'
> is being stemmed to 'test' in the index, at least that is the first place I
> would check.
>
> François
>
> On Jun 30, 2011, at 2:21 PM, Celso Pinto wrote:
>
>> Hi everyone,
>>
>> I'm having some trouble figuri
Hi again,
read (past tense) TFM :-) and:
"On wildcard and fuzzy searches, no text analysis is performed on the
search word."
Thanks a lot François!
Regards,
Celso
On Fri, Jul 1, 2011 at 10:02 AM, Celso Pinto wrote:
> Hi François,
>
> it is indeed being stemmed, thanks a l