()
| 220 | } |
| 221 | |
| 222 | func (s *SearchEngine) getIndexName() string { |
| 223 | return "answer_post" |
| 224 | } |
| 225 | |
| 226 | func (s *SearchEngine) buildSort(cond *plugin.SearchBasicCond) (sort *elastic.FieldSort) { |
| 227 | switch cond.Order { |
no outgoing calls
no test coverage detected