When using multisearch on both Providence and Pawtucket, I have some unexpected results when using quotes to search for a phrase.
Say if there's a record with one field having a value of "Samuel" and another field having a value "Abigail".
If I enter (with quotes) "Samuel Abigail" in multisearch, I wouldn't expect the example record to return because the two terms are spread across different metadata fields. However, that record returns.
When I search Samuel Abigail in multisearch without quotes, there are other records returned that are similar to the example in that two different fields have both Samuel and Abigail, but they do not return.
Is the Lucene parser doing something weird with proximity or something? Is there any config setting to force multisearch to do strict phrasing?