Re: Case sensitive synonym value

2017-08-23 Thread Aman Deep Singh
Hi all, Any update on this issue. -Aman On 10-Aug-2017 8:27 AM, "Aman Deep Singh" wrote: > Yes, > Ignore case is set to true and it is working fine > > > On 10-Aug-2017 12:43 AM, "Erick Erickson" wrote: > > You set ignoreCase="true" though, right? > > On Wed, Aug 9, 2017 at 8:39 AM, Aman Deep S

Re: Case sensitive synonym value

2017-08-09 Thread Aman Deep Singh
Yes, Ignore case is set to true and it is working fine On 10-Aug-2017 12:43 AM, "Erick Erickson" wrote: You set ignoreCase="true" though, right? On Wed, Aug 9, 2017 at 8:39 AM, Aman Deep Singh wrote: > Hi Erick, > I tried even before going to lowercase factory value is in lowercase > > this i

Re: Case sensitive synonym value

2017-08-09 Thread Erick Erickson
You set ignoreCase="true" though, right? On Wed, Aug 9, 2017 at 8:39 AM, Aman Deep Singh wrote: > Hi Erick, > I tried even before going to lowercase factory value is in lowercase > > this is the analysis tab result for the query iwatch > where {"iwatch":["iWatch","appleWatch"]} is configured in

Re: Case sensitive synonym value

2017-08-09 Thread Aman Deep Singh
Hi Erick, I tried even before going to lowercase factory value is in lowercase this is the analysis tab result for the query iwatch where {"iwatch":["iWatch","appleWatch"]} is configured in managed synonym ST iwatch SF *applewatch* *iwatch* PRF applewatch iwatch PRF applewatch iwatch WDF applewat

Re: Case sensitive synonym value

2017-08-09 Thread Erick Erickson
Admin/analysis is a good place to start figuring this out. For instance, do you have lowerCaseFilter configured in your analysis chain somewhere that's doing the conversion? Best, Erick On Wed, Aug 9, 2017 at 5:34 AM, Aman Deep Singh wrote: > Hi, > I'm trying to use the ManagedSynonyms with *ign

Re: case-sensitive

2009-07-15 Thread Avlesh Singh
1. Did you re-index after changing the field type? Changes would not reflect until you do this. 2. This is highly unlikely, but please make sure that you have called "text" defined in your schema.xml Cheers Avlesh On Wed, Jul 15, 2009 at 6:00 PM, Jörg Agatz wrote: > yes, thats right

Re: case-sensitive

2009-07-15 Thread Jörg Agatz
yes, thats right... i have use in al Time "string" So i dont change something, without the field like this: now i test what you say... And i become a Error

Re: case-sensitive

2009-07-15 Thread Avlesh Singh
Even though I could not completely understand your question, my guess is that you want to do case-insensitive searches. If yes, you may use a "text" type for this field or add the "LowerCaseFilterFactory" as a filter for this field in your schema.xml Cheers Avlesh On Wed, Jul 15, 2009 at 1:42 PM,