On 15/02/2012, at 4:35 PM, Matthieu Stone wrote:

> Not simple, but a few other ideas..
> 
> Sunspot => http://sunspot.github.com/  - some people don't like it.. but it's 
> worked for me.
> 
> However, lately I've been using Redis to create my own indexes - super duper 
> fast, but you really need to think through what you are doing.
> 
Didn't think of using Redis that way. Interesting option.
But generally whicever search engine I am going to use, I still have to either 
"post process" the results according to users' permissions or carefully craft 
the indexing so that results reflect the permissions.

The 2nd option feels more trouble than it's worth. With "Post processing" I'm 
afraid of the perf issues that will come out of it.
Also Redis, Solr, ElasticSearch etc is additional maintenance.

So I tend to think of PG FTS as the best fit for now.

But it was great to hear all the options here.
Thanks you all guys.



-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to