Re: faceted query result

2007-06-16 Thread James liu
thks. 2007/6/17, Yonik Seeley <[EMAIL PROTECTED]>: On 6/16/07, James liu <[EMAIL PROTECTED]> wrote: > i wanna show keyword: a and facet sid: 2 > > my url: > http://localhost:8080/solr1/select?q=a+sid:2&start=0&rows=10&fl=*&wt=json > > but it show me count bigger than facetnum. '+' in a URL is

Re: faceted query result

2007-06-16 Thread Yonik Seeley
On 6/16/07, James liu <[EMAIL PROTECTED]> wrote: i wanna show keyword: a and facet sid: 2 my url: http://localhost:8080/solr1/select?q=a+sid:2&start=0&rows=10&fl=*&wt=json but it show me count bigger than facetnum. '+' in a URL is like a space, so your query is the same as default_field:a OR

faceted query result

2007-06-16 Thread James liu
for example. i wanna show keyword: a and facet sid: 2 my url: http://localhost:8080/solr1/select?q=a+sid:2&start=0&rows=10&fl=*&wt=json but it show me count bigger than facetnum. i read http://lucene.apache.org/java/docs/queryparsersyntax.html and try server way , all not effect. maybe some