I'm rather new to Solr and somewhat rusty on what little I learned on Lucene a few years back.
I've got some documents I want to index that have multiple name fields such as directors or actors. I'm wanting to index them such that querying for "Jane Doe" would have a higher score for "Jane M. Doe" than for "John Doe", but I need to make sure that "Jane Doe" wouldn't match a document with two directors, "Jane Smith" and "John Doe" at all. If anyone has done something like this and could suggest some of the solr filters that might be useful to me, I'd greatly appreciate it. Daniel