MCPcopy Create free account
hub / github.com/apache/answer-plugins / getIndexName

Method getIndexName

search-elasticsearch/es.go:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 6

SearchContentsMethod · 0.95
SearchQuestionsMethod · 0.95
SearchAnswersMethod · 0.95
UpdateContentMethod · 0.95
DeleteContentMethod · 0.95
ConfigReceiverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected