Commit 9b3085e0 by Your Name

fix conflict

parent 66cd6d36
......@@ -24,10 +24,7 @@ class Comment < Content
mapping do
indexes :body, type: :string, analyzer: :snowball, stored: true, term_vector: :with_positions_offsets
<<<<<<< Updated upstream
=======
indexes :course_id, type: :string, index: :not_analyzed, included_in_all: false
>>>>>>> Stashed changes
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment