Hi
This is probably more of a lucene question, but:
I have an author field,

If I query author:"Shelley Ohara" - no results are returned
If I query author:"Shelley O'hara" - many results are returned,

Is it possible, to get solr to ignore apostrophes in queries like the one above?

e.g. doc
<doc>
 <arr name="author"><str>Shelley  O'Hara</str></arr>
 <bool name="available">true</bool>
 <str name="description">long descirption</str>
 <str name="ean">9780764559747</str>
 <str name="format">Paperback</str>
 <str name="publisher">IDGP</str>
 <str name="title">Kierkegaard Within Your Grasp</str>
 <str name="year">2004</str>
</doc>
Thanks
--
- Nick

Reply via email to