0
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
abhinavdangeti 33ef4ce35e MB-28163: Provide an API to estimate the RAM needed for SearchResult
exported API: MemoryNeededForSearchResult(req *SearchRequest)
2018-03-07 12:08:16 -08:00
Sreekanth Sivasankaran 47f1c66889 adding UT 2018-01-19 11:47:28 +05:30
Sreekanth Sivasankaran 029d4c73d9 clean up of unit test. 2017-02-02 23:33:26 +05:30
Sreekanth Sivasankaran c1d28bb2fc Moving the tests to the table driven test pattern. 2017-02-02 23:31:00 +05:30
Sreekanth Sivasankaran 2a09857657 MB-20793 : Validation for min/max/start/end params for numeric/date range facets
Updated the comments in UTs.
2017-02-02 13:10:09 +05:30
Sreekanth Sivasankaran c6f96f081d MB-20793 : Validation for min/max/start/end params for numeric/date range facets
Added few more cases in the unit tests.
2017-02-02 13:05:49 +05:30
Sreekanth Sivasankaran 78686c3fa3 MB-20793 : Validation for min/max/start/end params for numeric/date range facets
Corrected the validation and updated the unit tests.
2017-02-02 12:15:48 +05:30
Marty Schoch 2332455bd2 nicer formatting of license header 2016-10-02 10:13:14 -04:00
Marty Schoch 760057afb6 parse search results by converting strings back to errors 2016-04-26 17:56:37 -04:00
Marty Schoch 214b67ad66 SearchResult now includes a Status section
the Status section can report on the number of total/fail/success
indexes when querying across multiple indexes through IndexAlias

Further, searching an IndexAlias will now return partial results,
the burden is on the caller to check the number of failed
indexes and decide how to handle this situation.
2016-02-22 16:50:40 -05:00
Marty Schoch 0771f813ce SearchResult Took field now returns full time in Search()
likewise, MultiSearch used by aliases spanning multiple
will also return full time in MultiSearch()
closes #163
2015-02-19 12:11:40 +05:30
Marty Schoch a8ca4d67a0 improving test coverage of search 2014-11-21 15:37:09 -05:00
Marty Schoch 68a2b9614d refactored integration tests into separate package
also made integration tests declarative
you can now easily define new datasets/mappings/searches/results
2014-11-19 15:58:15 -05:00