Displaying 1 result from an estimated 1 matches for "body_highlight".
2007 Sep 05
1
AAF and DRb with highlighting
...ch field in a hash which we can reference in our views
result[:headline_highlight] = index.highlight(query, hit,
:field => :headline,
:pre_tag => "<strong>",
:post_tag => "</strong>",
:num_excerpts => 1)
result[:body_highlight] = index.highlight(query, hit,
:field => :body,
:pre_tag => "<strong>",
:post_tag => "</strong>",
:num_excerpts => 1)
result[:article] = article
result[:score] = score
results.push result
end unless...