On Tue, 12 Aug 2008 13:26:26 -0700 "Jake Conk" <[EMAIL PROTECTED]> wrote:
> 1) I want to search only within a specific field, for instance > `category`. Is there a way to do this? of course. Please see http://wiki.apache.org/solr/SolrQuerySyntax (in particular, follow the link to Lucene syntax..) > > 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 Erik H. already answered this question , in another of your emails. Check your mailbox or the lists archives. > 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? I am not sure what you mean by 'a facet string' . You facet on fields, SOLR automatically creates facets on those fields based on the results to your query . > 4) Is there a page that will show me different querying combinations > or can someone post some more examples? Have you check the wiki ? which page do you suggest needs 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. sorry, haven't used PHP + SOLR cheers, B _________________________ {Beto|Norberto|Numard} Meijome "All that is necessary for the triumph of evil is that good men do nothing." Edmund Burke I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.