search for: acts_as_search

Displaying 4 results from an estimated 4 matches for "acts_as_search".

2006 May 17
8
How to implement full-text search with OR just like google?
The current full-text search will return the AND collection results,for example,if we use Article.search("aa bb"),then the articles that include "aa" and "bb" in the fields will be returned,how to return the articles that include "aa" OR "bb" effectly? A stumb method is to setup two queries respectly and collect them together with remove the
2006 Jun 12
2
ferret / hyperestraier indexing time
...ord, and then adds its id to a join table linking words and documents.. the only thing is it takes about 2 or 3 seconds to index a reasonably large article, so this slows down ''add'' operations, etc.. ezra''s backrounDRb sounds like it will hit the spot. but how does acts_as_searchable and acts_as_ferret handle this. are they so much faster than indexing time is moot? -- Posted via http://www.ruby-forum.com/.
2006 Mar 31
7
Recommended search library?
I''m at a point where I''d like to start adding search capability to my app, so I thought I''d ask: Anyone have any recommendations for a good Rails search library/plugin/etc? There seem to be quite a few different ones out there, but I don''t have much context on any of them. What is the difference between using Ferret, or a SearchGenerator, SimpleSearch,
2007 May 30
9
In Search of Search!
I am implementing a search on my site and was wondering which will be the best way to go about it. We want a full text search and an advance search. We will have huge amounts of data that we would want to search. - on multiple tables. I went through the plugins acts_as_ferret and acts_as_solr. but ferret seems to have a locking problem at high load and solr needs a java server. So what do you