Show us your full field type with analyzer.
I suspect that the problem is that one of the index-time filters is turning
"dev's" into "devs" (WDF does that), but at query-time there is no filter
that removes a trailing apostrophe.
Use the Solr Admin UI Analysis page to see home "dev's" gets indexed and how
"dev'" gets analyzed at query time.
-- Jack Krupansky
-----Original Message-----
From: devendra W
Sent: Tuesday, September 03, 2013 5:59 AM
To: solr-user@lucene.apache.org
Subject: Re: Apostrophes in fields
in my case - the fields with apostrophe not returned in results
When I search for -- dev it shows me following results
dev
dev's
devendra
but when I search for -- dev' (dev with apo only)
Nothing comes out as result ?
What could be the workaround ?
Thanks
Devendra
--
View this message in context:
http://lucene.472066.n3.nabble.com/Apostrophes-in-fields-tp475058p4087910.html
Sent from the Solr - User mailing list archive at Nabble.com.