1) I want to search only within a specific field, for instance `category`. Is there a way to do this?
2) When searching for multiple results are the following identical since "*_facet" and "*_facet_mv" have their type's both set to string? /select?q=tag_facet:%22John+McCain%22+OR+tag_facet:%22Barack+Obama%22 /select?q=tag_facet_mv:%22John+McCain%22+OR+tag_facet_mv:%22Barack+Obama%22 3) If I'm searching for something that is in a text field but I specify it as a facet string rather than a text type would it still search within text fields or would it just limit the search to string fields? 4) Is there a page that will show me different querying combinations or can someone post some more examples? 5) Anyone else notice returning back the data in php (&wt=phps) doesn't unserialize? I am using PHP 5.3 w/ a nightly copy of Solr from last week. Thanks, - Jake