On Jul 24, 2009, at 9:59 AM, prerna07 wrote:
I have recreated indexes with phonetic filter factory but i am still
facing
below mentioned issue. Please let me know if i am missing something:
I am searching for product_12345 string, which is present in only one
record.
Issue: Solr return me al
I have recreated indexes with phonetic filter factory but i am still facing
below mentioned issue. Please let me know if i am missing something:
I am searching for product_12345 string, which is present in only one
record.
Issue: Solr return me all indexes which have product_ i.e. it ignore the
On Jul 24, 2009, at 4:53 AM, prerna07 wrote:
Does that mean my indexes should be created with phonetic filter
factory in
my fieldTypes? Currently I am quering on text fields and phonetic
factory is
defined for uery analyser only.
Yes, if you are applying the phonetic filter you need to do
Does that mean my indexes should be created with phonetic filter factory in
my fieldTypes? Currently I am quering on text fields and phonetic factory is
defined for uery analyser only.
Shalin Shekhar Mangar wrote:
>
> On Fri, Jul 24, 2009 at 2:01 PM, prerna07
> wrote:
>
>>
>> HI all,
>>
>> I
On Fri, Jul 24, 2009 at 2:01 PM, prerna07 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 type="que
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 it start working correctly.
Can someone help me understand the issue wit