Home
last modified time | relevance | path

Searched defs:SearchRequest (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
19 routing *string
21 requestCache *bool
22 allowPartialSearchResults *bool
23 ignoreUnavailable *bool
24 allowNoIndices *bool
25 expandWildcards string
29 batchedReduceSize *int
30 maxConcurrentShardRequests *int
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
19 routing *string
21 requestCache *bool
22 allowPartialSearchResults *bool
23 ignoreUnavailable *bool
24 allowNoIndices *bool
25 expandWildcards string
29 batchedReduceSize *int
30 maxConcurrentShardRequests *int
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
19 routing *string
21 requestCache *bool
22 allowPartialSearchResults *bool
23 ignoreUnavailable *bool
24 allowNoIndices *bool
25 expandWildcards string
29 batchedReduceSize *int
30 maxConcurrentShardRequests *int
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
19 routing *string
21 requestCache *bool
22 allowPartialSearchResults *bool
23 ignoreUnavailable *bool
24 allowNoIndices *bool
25 expandWildcards string
29 batchedReduceSize *int
30 maxConcurrentShardRequests *int
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
19 routing *string
21 requestCache *bool
22 allowPartialSearchResults *bool
23 ignoreUnavailable *bool
24 allowNoIndices *bool
25 expandWildcards string
29 batchedReduceSize *int
30 maxConcurrentShardRequests *int
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsearch_request.go12 type SearchRequest struct { struct
14 indices []string
15 types []string
16 routing *string
17 preference *string
18 requestCache *bool
19 ignoreUnavailable *bool
20 allowNoIndices *bool
21 expandWildcards string
22 scroll string
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsearch_request.go12 type SearchRequest struct { struct
14 indices []string
15 types []string
16 routing *string
17 preference *string
18 requestCache *bool
19 ignoreUnavailable *bool
20 allowNoIndices *bool
21 expandWildcards string
22 scroll string
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsearch_request.go15 type SearchRequest struct { struct
16 searchType string
17 indices []string
18 types []string
19 routing *string
20 preference *string
21 requestCache *bool
22 ignoreUnavailable *bool
23 allowNoIndices *bool
24 expandWildcards string
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsearch_request.go15 type SearchRequest struct { struct
17 indices []string
18 types []string
19 routing *string
20 preference *string
21 requestCache *bool
22 scroll string
23 source interface{}
71 func (r *SearchRequest) HasIndices() bool {
132 func (r *SearchRequest) header() interface{} {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsearch_request.go14 type SearchRequest struct { struct
15 searchType string // default in ES is "query_then_fetch"
16 indices []string
17 types []string
18 routing *string
19 preference *string
20 source interface{}
55 func (r *SearchRequest) SearchTypeScan() *SearchRequest {
73 func (r *SearchRequest) HasIndices() bool {
120 func (r *SearchRequest) header() interface{} {
[all …]
/dports/devel/apitrace/apitrace-9.0/gui/
H A Dapitrace.h26 struct SearchRequest { struct
31 SearchRequest() in SearchRequest() argument
34 SearchRequest(Direction dir, in SearchRequest() function
47 Direction direction;
48 ApiTraceFrame *frame;
49 ApiTraceCall *from;
50 QString text;
51 Qt::CaseSensitivity cs;
52 bool useRegex;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/
H A Dsearch.go271 type SearchRequest struct { struct
272 Query query.Query `json:"query"`
273 Size int `json:"size"`
274 From int `json:"from"`
276 Fields []string `json:"fields"`
277 Facets FacetsRequest `json:"facets"`
278 Explain bool `json:"explain"`
279 Sort search.SortOrder `json:"sort"`
285 sortFunc func(sort.Interface)
288 func (r *SearchRequest) Validate() error {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/
H A Dsearch.go271 type SearchRequest struct { struct
272 Query query.Query `json:"query"`
273 Size int `json:"size"`
274 From int `json:"from"`
276 Fields []string `json:"fields"`
277 Facets FacetsRequest `json:"facets"`
278 Explain bool `json:"explain"`
279 Sort search.SortOrder `json:"sort"`
285 sortFunc func(sort.Interface)
288 func (r *SearchRequest) Validate() error {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dsearchdsl.go14 type SearchRequest struct { struct
15 From int `json:"from,omitempty"`
16 Size int `json:"size,omitempty"`
17 Query OneTermQuery `json:"query,omitempty"`
19 Filter struct {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dsearchdsl.go14 type SearchRequest struct { struct
15 From int `json:"from,omitempty"`
16 Size int `json:"size,omitempty"`
17 Query OneTermQuery `json:"query,omitempty"`
19 Filter struct {
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dmusicbrainzcoverprovider.h54 struct SearchRequest { struct
55 …explicit SearchRequest(const int _id, const QString &_artist, const QString &_album) : id(_id), ar… in SearchRequest() argument
61 void SendSearchRequest(const SearchRequest &request); argument
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/
H A Dsearch.go269 type SearchRequest struct { struct
270 Query query.Query `json:"query"`
271 Size int `json:"size"`
272 From int `json:"from"`
273 Highlight *HighlightRequest `json:"highlight"`
274 Fields []string `json:"fields"`
275 Facets FacetsRequest `json:"facets"`
276 Explain bool `json:"explain"`
277 Sort search.SortOrder `json:"sort"`
284 func (r *SearchRequest) Validate() error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/ldap.v1/
H A Dsearch.go181 type SearchRequest struct { struct
182 BaseDN string
183 Scope int
184 DerefAliases int
185 SizeLimit int
186 TimeLimit int
187 TypesOnly bool
188 Filter string
189 Attributes []string
190 Controls []Control
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/reflection/grpc_testing/
H A Dtest.pb.go117 type SearchRequest struct { struct
119 XXX_NoUnkeyedLiteral struct{} `json:"-"`
120 XXX_unrecognized []byte `json:"-"`
121 XXX_sizecache int32 `json:"-"`
126 func (*SearchRequest) ProtoMessage() {}
127 func (*SearchRequest) Descriptor() ([]byte, []int) {
131 func (m *SearchRequest) XXX_Unmarshal(b []byte) error {
137 func (m *SearchRequest) XXX_Merge(src proto.Message) {
140 func (m *SearchRequest) XXX_Size() int {
143 func (m *SearchRequest) XXX_DiscardUnknown() {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/reflection/grpc_testing/
H A Dtest.pb.go117 type SearchRequest struct { struct
119 XXX_NoUnkeyedLiteral struct{} `json:"-"`
120 XXX_unrecognized []byte `json:"-"`
121 XXX_sizecache int32 `json:"-"`
126 func (*SearchRequest) ProtoMessage() {}
127 func (*SearchRequest) Descriptor() ([]byte, []int) {
131 func (m *SearchRequest) XXX_Unmarshal(b []byte) error {
137 func (m *SearchRequest) XXX_Merge(src proto.Message) {
140 func (m *SearchRequest) XXX_Size() int {
143 func (m *SearchRequest) XXX_DiscardUnknown() {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/reflection/grpc_testing/
H A Dtest.pb.go117 type SearchRequest struct { struct
119 XXX_NoUnkeyedLiteral struct{} `json:"-"`
120 XXX_unrecognized []byte `json:"-"`
121 XXX_sizecache int32 `json:"-"`
126 func (*SearchRequest) ProtoMessage() {}
127 func (*SearchRequest) Descriptor() ([]byte, []int) {
131 func (m *SearchRequest) XXX_Unmarshal(b []byte) error {
137 func (m *SearchRequest) XXX_Merge(src proto.Message) {
140 func (m *SearchRequest) XXX_Size() int {
143 func (m *SearchRequest) XXX_DiscardUnknown() {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/go-ldap/ldap/v3/
H A Dsearch.go237 type SearchRequest struct { struct
238 BaseDN string
239 Scope int
240 DerefAliases int
241 SizeLimit int
242 TimeLimit int
243 TypesOnly bool
244 Filter string
245 Attributes []string
246 Controls []Control
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/github.com/go-ldap/ldap/v3/
H A Dsearch.go237 type SearchRequest struct { struct
238 BaseDN string
239 Scope int
240 DerefAliases int
241 SizeLimit int
242 TimeLimit int
243 TypesOnly bool
244 Filter string
245 Attributes []string
246 Controls []Control
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/vendor/github.com/go-ldap/ldap/v3/
H A Dsearch.go182 type SearchRequest struct { struct
183 BaseDN string
184 Scope int
185 DerefAliases int
186 SizeLimit int
187 TimeLimit int
188 TypesOnly bool
189 Filter string
190 Attributes []string
191 Controls []Control
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/gopkg.in/ldap.v2/
H A Dsearch.go241 type SearchRequest struct { struct
242 BaseDN string
243 Scope int
244 DerefAliases int
245 SizeLimit int
246 TimeLimit int
247 TypesOnly bool
248 Filter string
249 Attributes []string
250 Controls []Control
[all …]

12345678910>>...30