On Fri, Jul 24, 2009 at 2:01 PM, prerna07 <pkhandelw...@sapient.com> wrote:

>
> HI all,
>
> I am also using Phonetic filter factory but it is behaving very weird.
>
> Issue:
> 1) I have total 10400 indexes but when i search for *:* it return me only
> 288 results. AS soon as i remove phonetic filter factory from <analyzer
> type="query"> it start working correctly.


> Can someone help me understand the issue with filter factory?
>

I think you mean you have 10400 documents. If a query of *:* returns
numFound=288 then you actually have only 288 documents. It is very difficult
to tell what is wrong without knowing your schema and uniqueKey. Does the
uniqueKey of your documents have phonetic filter applied on it? It is best
to keep uniqueKeys un-tokenized.


>
> 2) Search on any valid integer value return me full set of records, again i
> am not able to understand why ?
>

What is the defaultSearchField? Which field are you searching the integer
value on?


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to