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? Thanks -Nick On 1/16/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
On 1/16/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: > Nick - this depends on the analyzer used to index the field as well as the > analyzer used in your search query.... Note that the Solr "analysis" page, in the admin interface, allows you to see exactly how your field's content is converted for indexing. There's an example at http://www.xml.com/lpt/a/1668 in the "Content Analysis" part of the article. -Bertrand
-- - Nick