Re: Announcing the Apache Solr extension in PHP - 0.9.0

2009-11-23 Thread Thanh Doan
Thanks Israel I plan to try it and compare with rsolr On Nov 23, 2009, at 2:28 PM, Michael Lugassy wrote: Thanks Israel, exactly what I was looking for, but how would one get a pre-compiled dll for windows? using PHP 5.3 VS9 TS. On Mon, Oct 5, 2009 at 7:03 AM, Israel Ekpo wrote: Fellow

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:"Season

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
umbersome to search through with a text query. I haven't tried this > though so I'm not sure. > > -- > Steve > > > On Jun 5, 2009, at 9:00 PM, Thanh Doan wrote: > > I used latest acts_as_solr to index a number of sample 'sale' items. >&g

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 bet

Re: acts_as_solr patch support for Solr Cell style requests

2009-05-13 Thread Thanh Doan
/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:92: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 wrote: > Hi Erik et all, > > I am following this  tutorial link > h

acts_as_solr patch support for Solr Cell style requests

2009-05-13 Thread Thanh Doan
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: Can we provide "context dependent" faceted navigation from SOLR search results

2009-04-28 Thread Thanh Doan
, 2009 at 11:27 AM, Matt Mitchell wrote: > Wow, this looks great. Thanks for this Koji! > > Matt > > On Tue, Apr 28, 2009 at 12:13 PM, Koji Sekiguchi wrote: > >> Thanh Doan wrote: >> >>> Assuming a solr search returns 10 listing items as below >>> &

Can we provide "context dependent" faceted navigation from SOLR search results

2009-04-19 Thread Thanh Doan
oth 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