When search through solr, a user noticed some unintuitive results to a query. I am having trouble figuring out if this is the expected result or not.
Here's an example: * Using the query "otto" returns 10 results * Using the query "otto added" returns 10 results The weird part is that the results returned for "otto added" are not a the same set of results returned for "otto". Instead they are a completely different set of results. For reference, the URLs being used for the queries is: * http://localhost:8982/solr/select/?q=otto * http://localhost:8982/solr/select/?q=otto+added Shouldn't all the results being returned for "otto added" also be returned for the more general query "otto"? Or is this the expected behavior? If so, why? Thanks! Muness -- View this message in context: http://www.nabble.com/Unexpected-search-results-tp22853940p22853940.html Sent from the Solr - User mailing list archive at Nabble.com.