0
0
Fork 0

adds mention of special field * in docs

This commit is contained in:
Sacheendra Talluri 2015-01-07 18:49:13 +05:30
parent 78c4c3435d
commit 7caf4fbcd1
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ func (h *HighlightRequest) AddField(field string) {
// Facets describe the set of facets to be computed.
// Explain triggers inclusion of additional search
// result score explanations.
//
// A special field named "*" can be used to return all fields.
type SearchRequest struct {
Query Query `json:"query"`
Size int `json:"size"`