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

Method buildCols

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

Source from the content-addressed store, hash-verified

237}
238
239func (s *SearchEngine) buildCols() (cols *elastic.FetchSourceContext) {
240 return elastic.NewFetchSourceContext(true).Include("id", "type")
241}
242
243func (s *SearchEngine) buildQuery(cond *plugin.SearchBasicCond) (
244 query *elastic.BoolQuery) {

Callers 3

SearchContentsMethod · 0.95
SearchQuestionsMethod · 0.95
SearchAnswersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected