ruby on rails - RoR - Facet Filtering approach -



ruby on rails - RoR - Facet Filtering approach -

i have ruby on rails web application provides users search/filter functionality. trying programme towards kind of app. http://demo.srchulo.com/jquery/jquery_facets/

however, using activerecord (no elasticsearch or solr) searching. have read elasticsearch , solr supports facet search , facet filtering. thus, wonder need implement elasticsearch or solr in order facets filtering or can accomplish simple javascript query? avoid elasticsearch or solr if possible.

thanks in advance!

you mixing technologies here.

javascript/jquery -> client side browser scripting active-record -> serverside (relational) database (mysql?) orm (object relational mapper) solr/elasticsearch -> serverside fulltext-search services

and overall reply question is: depends!

i guess need provide a) way more context info b) figure out need requirements.

ruby-on-rails facet

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -