Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Fix ElasticSearch highlighting doc page link #900

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tire/search/highlight.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Tire
module Search

# http://www.elasticsearch.org/guide/reference/api/search/highlighting.html
# http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-highlighting.html
#
class Highlight

Expand Down