|
Extract And Move Method protected buildChunkedOutput(scroll ScrollResult, limit int) : ChunkedOutput<ScrollResult.ScrollChunk> extracted from public searchAbsoluteChunked(query String, from String, to String, limit int, offset int, filter String, fields String) : ChunkedOutput<ScrollResult.ScrollChunk> in class org.graylog2.rest.resources.search.AbsoluteSearchResource & moved to class org.graylog2.rest.resources.search.SearchResource |
From |
To |
|
Extract And Move Method protected buildChunkedOutput(scroll ScrollResult, limit int) : ChunkedOutput<ScrollResult.ScrollChunk> extracted from public searchKeywordChunked(query String, keyword String, limit int, offset int, filter String, fields String) : ChunkedOutput<ScrollResult.ScrollChunk> in class org.graylog2.rest.resources.search.KeywordSearchResource & moved to class org.graylog2.rest.resources.search.SearchResource |
From |
To |
|
Extract And Move Method protected buildChunkedOutput(scroll ScrollResult, limit int) : ChunkedOutput<ScrollResult.ScrollChunk> extracted from public searchRelativeChunked(query String, range int, limit int, offset int, filter String, fields String) : ChunkedOutput<ScrollResult.ScrollChunk> in class org.graylog2.rest.resources.search.RelativeSearchResource & moved to class org.graylog2.rest.resources.search.SearchResource |
From |
To |