Re: Filter Search!

2007-07-23 Thread John Ni
On 21-Jul-07, at 11:19 PM, John Ni wrote: > Hi all, > I have a question regarding filter Search with the subset: Let > say, I have the following form > > Search article [xyz] > Subject: {x] Math [X]English [ ] Science > Grade: [ ] freshman [x] junior [x]senior > > so

Filter Search!

2007-07-21 Thread John Ni
Hi all, I have a question regarding filter Search with the subset: Let say, I have the following form Search article [xyz] Subject: {x] Math [X]English [ ] Science Grade: [ ] freshman [x] junior [x]senior so the query syntax would be q=xyz&fq=Subject:Math+English&fq=Grade:jun

Re: Impementing Solr

2007-07-20 Thread John Ni
Hi Chris, Thank you very much for giving me the pointer. EmbeddedSolr was the one that I was trying to implement. BTW, just curious, how about implementing filter query "fq" if I gonna implement EmbeddedSolr.any suggestion. For example, let say I have the following form Bird:

Impementing Solr

2007-07-18 Thread John Ni
Hi all, I just started working with the Solr.. i also tried the tutorial as well and was able to understand the concept. However, when I tried looking into the "SolrServlet", it is depricated...(I'm gonna looking into Javadoc as well) but just looking for the quick answer ... which