Re: Searching Questions

2008-08-13 Thread Shalin Shekhar Mangar
On Wed, Aug 13, 2008 at 1:56 AM, Jake Conk <[EMAIL PROTECTED]> wrote: > 4) Is there a page that will show me different querying combinations > or can someone post some more examples? You can see some examples of facet use at http://wiki.apache.org/solr/SimpleFacetParameters -- Regards, Shalin

Re: Searching Questions

2008-08-13 Thread ravindra goyal
just adding .. #1 search in a specific field: --- it is always possible using 'q.alt' --> e.g u want to search in category then your query might be like (u are searching for keyword 'comuters') http://localhost:8080/select/?q.alt=(category:(comput

Re: Searching Questions

2008-08-13 Thread Norberto Meijome
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..

Searching Questions

2008-08-12 Thread Jake Conk
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:%22Bar