The analysis stack for the text type includes the PorterStemmer. A
'stemmer' uses algorithms to trim similar words back to a base word.
In this case, it removes 'ing' from the end of 'testing'. This means
that 'test' and 'testing' are indexed exactly the same, and searching
for one will find the other.

On Thu, Nov 18, 2010 at 11:29 PM, Pawan Darira <pawan.dar...@gmail.com> wrote:
> Hi
>
> I am searching for keywords: ad testing (without quotes). I want result
> containing both words on the top. But it is giving me results containing
> words: ad test. Is it correct or any logic behind that i.e. will it consider
> the word "test" also ?
>
> Please help
>
> --
> Thanks,
> Pawan Darira
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to