Re: Facet query return zero hits if category facet value has 2 or more words (looks like space does not work)

2009-06-06 Thread Thanh Doan
, Thanh Doan wrote: I used latest acts_as_solr to index a number of sample 'sale' items. Those item documents has a facet field, Its name is cat2_facet. There are a number of documents that have cat2_facet= Shoes and There are a number of documents that have cat2_facet= *Top Wear

Re: Filter query results do not match facet counts

2009-06-06 Thread Thanh Doan
I am using the 2009-05-27 build of solr 1.4. Under this build, I get a facet count on my category field named Seasonal of 7 values. However, when I do a filter query of 'fq=cat:Seasonal', I get only 1 result. I have a slightly different problem. when I do a filter query of 'fq=cat:Seasonal', I

Facet query return zero hits if category facet value has 2 or more words (looks like space does not work)

2009-06-05 Thread Thanh Doan
I used latest acts_as_solr to index a number of sample 'sale' items. Those item documents has a facet field, Its name is cat2_facet. There are a number of documents that have cat2_facet= Shoes and There are a number of documents that have cat2_facet= *Top Wear*. The problem is the space

acts_as_solr patch support for Solr Cell style requests

2009-05-13 Thread Thanh Doan
the solr_cell_request.rb file to. Should I save file solr_cell_request.rb to /path/to/resume/vendor/plugins/acts_as_solr/lib directory or I have to save it to /path/to/resume/vendor/plugins/acts_as_solr/lib/solr/request directory where the Solr::Request::Select class locate? Thanks! Thanh Doan

Re: acts_as_solr patch support for Solr Cell style requests

2009-05-13 Thread Thanh Doan
:in `const_missing' from (irb):2 Can you tell what was wrong here. Thanks. Thanh On Wed, May 13, 2009 at 6:11 PM, Thanh Doan tcd...@gmail.com wrote: Hi Erik et all, I am following this  tutorial link http://www.lucidimagination.com/blog/tag/acts_as_solr/ to play with acts_as_solr and see if we

Re: Can we provide context dependent faceted navigation from SOLR search results

2009-04-28 Thread Thanh Doan
, 2009 at 11:27 AM, Matt Mitchell goodie...@gmail.com wrote: Wow, this looks great. Thanks for this Koji! Matt On Tue, Apr 28, 2009 at 12:13 PM, Koji Sekiguchi k...@r.email.ne.jp wrote: Thanh Doan wrote: Assuming a solr search returns 10 listing items as below 1) 4 digital cameras 2) 4 LCD

Can we provide context dependent faceted navigation from SOLR search results

2009-04-19 Thread Thanh Doan
navigation should show the same result set no matter which facet is selected first. My question is with the current solr implementation can we provide context dependent faceted navigation from SOLR search results? Thank you. Thanh Doan

Evaluating Solr and Ruby-Solr

2009-04-11 Thread Thanh Doan
We are also Evaluating Solr and Sphinx to see which one provides a suitable search solution for our ROR site. As a newbie I picked the Advanced Rails Recipes book and follow Recipe 27 before building our prototype. As I followed Recipe 27 of the Advanced Rails Recipes book. I tried to follow the