有的 不过我发现这个并不影响 as_indexed_json
的输出结果
最后看了下 elasticsearch-rails 的 wiki,发现了另外一种写as_indexed_json
的方式,算是解决了这个问题
def as_indexed_json(options={})
{
"appraise" => appraise
}
end
就是手动指定输出的字段
这问题看完我还以为是我问的。。。。新手遇到场景一模一样
ModelName.order("FieldName DESC/ASC")