Re: Inconsistent highlighting in Solr

2013-11-28 Thread harsh kapoor
Hi Ahmet, Now things are making sense.Thank you for your reply. On Thu, Nov 28, 2013 at 3:26 PM, Ahmet Arslan wrote: > Hi Hars, > > Highlighted text samples are matching because of > WordDelimiterFilterFactory splits them. You can see/test the behaviour of > your fieldType name="text" at anal

Re: Inconsistent highlighting in Solr

2013-11-28 Thread Ahmet Arslan
Hi Hars, Highlighted text samples are matching because of  WordDelimiterFilterFactory splits them. You can see/test the behaviour of your fieldType name="text" at  analysis page.  On Thursday, November 28, 2013 11:51 AM, harsh kapoor wrote: Hi Ahmet, Thanks for your reply but i am still n

Re: Inconsistent highlighting in Solr

2013-11-28 Thread harsh kapoor
Hi Ahmet, Thanks for your reply but i am still not clear on this.Why highlighting occurs in text (fernando_*alonso, *Fernando*Alonso*(CamelCase) ) these are also words and Solr is highlighting inside words. But no highlighting takes place in lowercase 'fernandoalonso'. why is this? On Thu, N

Re: Inconsistent highlighting in Solr

2013-11-28 Thread Ahmet Arslan
Hi Harsh, Your query 'alonso' is not matching the text in your non-highlighted instance examples. Thats why they are not highlighted. It seems that you want to be able to search inside words too. You can use wildcard operator for this. Please see for similar discussion: http://search-lucene.com