Closed cattywampus closed 11 years ago
Allows users to chain #highlight(...) to a Datastax::Relation to enable Solr highlighting when performing full text searching.
#highlight(...)
Datastax::Relation
Highlight results can be found on the Datastax::Collection#highlights method after a Solr search respose is returned.
Datastax::Collection#highlights
I originally said that there were 3 commits, but I decided to squash them into a single commit and then rebase the highlight branch ontop of master to make your life a little easier :smile:
highlight
master
Allows users to chain
#highlight(...)
to aDatastax::Relation
to enable Solr highlighting when performing full text searching.Highlight results can be found on the
Datastax::Collection#highlights
method after a Solr search respose is returned.