Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpectHighlight ¶
type ExpectHighlight struct {
Highlighter highlight.Highlighter
Field string
Result string
}
type IntegrationTest ¶
type IntegrationTest struct {
Name string
DataLoad func(writer *bluge.Writer) error
Tests func() []*RequestVerify
}
type RequestVerify ¶
type RequestVerify struct {
Comment string
Request bluge.SearchRequest
Aggregations search.Aggregations
ExpectTotal int
ExpectMatches []*match
VerifyAggregations func(t *testing.T, bucket *search.Bucket)
}
Click to show internal directories.
Click to hide internal directories.