On 1/16/07, Nick Jenkin <[EMAIL PROTECTED]> wrote:
Hi Jeff, Bertrand
THanks for your help,
The analyzers I am using are the same as in the example schema.xml
Author field:
<field name="author" type="text" indexed="true" stored="true"
multiValued="true" />
analysis result:
http://nickjenkin.com/misc/solr.jpg
It appears to be matching author:"Shelley Ohara" but when I do this
search no results are returned, searches like author:"Shelley O hara",
author:"Shelley O'hara" work as expected. Any ideas?
Hmm, shouldn't "ohara" be generated at the same position as "o", not
"hara"? It looks like it is failing to do exact phrase matching
because the index contains "shelley o (ohara|hara)"
-Mike