Home
last modified time | relevance | path

Searched defs:SuggestField (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsuggest_field.go14 type SuggestField struct { struct
15 inputs []string
16 output *string
17 payload interface{}
18 weight int
19 contextQueries []SuggesterContextQuery
26 func (f *SuggestField) Input(input ...string) *SuggestField {
34 func (f *SuggestField) Output(output string) *SuggestField {
39 func (f *SuggestField) Payload(payload interface{}) *SuggestField {
44 func (f *SuggestField) Weight(weight int) *SuggestField {
[all …]
H A Dupdate_by_query.go319 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsuggest_field.go14 type SuggestField struct { struct
15 inputs []string
16 output *string
17 payload interface{}
18 weight int
25 func (f *SuggestField) Input(input ...string) *SuggestField {
33 func (f *SuggestField) Output(output string) *SuggestField {
38 func (f *SuggestField) Payload(payload interface{}) *SuggestField {
43 func (f *SuggestField) Weight(weight int) *SuggestField {
49 func (f *SuggestField) MarshalJSON() ([]byte, error) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go349 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
H A Ddelete_by_query.go330 func (s *DeleteByQueryService) SuggestField(suggestField string) *DeleteByQueryService { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go363 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
H A Ddelete_by_query.go345 func (s *DeleteByQueryService) SuggestField(suggestField string) *DeleteByQueryService { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go411 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go404 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go404 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go352 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
H A Ddelete_by_query.go333 func (s *DeleteByQueryService) SuggestField(suggestField string) *DeleteByQueryService { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go404 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsuggest_field.go15 type SuggestField struct { struct
16 inputs []string
17 weight int
18 contextQueries []SuggesterContextQuery
28 func (f *SuggestField) Input(input ...string) *SuggestField {
36 func (f *SuggestField) Weight(weight int) *SuggestField {
41 func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) *SuggestField {
47 func (f *SuggestField) MarshalJSON() ([]byte, error) {
H A Dupdate_by_query.go349 func (s *UpdateByQueryService) SuggestField(suggestField string) *UpdateByQueryService { func
/dports/www/itop/web/core/
H A Dcsvbulkexport.class.inc.php82 protected function SuggestField($sClass, $sAttCode) function in CSVBulkExport
H A Dexcelbulkexport.class.inc.php130 protected function SuggestField($sClass, $sAttCode) function in ExcelBulkExport
H A Dtabularbulkexport.class.inc.php88 protected function SuggestField($sClass, $sAttCode) function in TabularBulkExport

12