|
Rename Variable affectedIndices : Set<String> to indices : Set<String> in method public fieldStats(field String, query String, filter String, range TimeRange, includeCardinality boolean, includeStats boolean, includeCount boolean) : FieldStatsResult in class org.graylog2.indexer.searches.Searches |
From |
To |
|
Rename Variable searchBuilder : Search.Builder to searchRequest : Search in method public fieldStats(field String, query String, filter String, range TimeRange, includeCardinality boolean, includeStats boolean, includeCount boolean) : FieldStatsResult in class org.graylog2.indexer.searches.Searches |
From |
To |
|
Rename Variable count : Count to search : Search in method public count(query String, range TimeRange, filter String) : CountResult in class org.graylog2.indexer.searches.Searches |
From |
To |
|
Change Variable Type type : String to type : JsonNode in method public specificException(errorMessage Supplier<String>, errorNode JsonNode) : ElasticsearchException in class org.graylog2.indexer.cluster.jest.JestUtils |
From |
To |
|
Change Variable Type searchBuilder : Search.Builder to searchRequest : Search in method public fieldStats(field String, query String, filter String, range TimeRange, includeCardinality boolean, includeStats boolean, includeCount boolean) : FieldStatsResult in class org.graylog2.indexer.searches.Searches |
From |
To |
|
Change Variable Type count : Count to search : Search in method public count(query String, range TimeRange, filter String) : CountResult in class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public termsStats(keyField String, valueField String, order TermsStatsOrder, size int, query String, filter String, range TimeRange) : TermsStatsResult from class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public search(config SearchesConfig) : SearchResult from class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public terms(field String, size int, query String, filter String, range TimeRange, sorting Sorting.Direction) : TermsResult from class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public histogram(query String, interval DateHistogramInterval, filter String, range TimeRange) : HistogramResult from class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public fieldHistogram(query String, field String, interval DateHistogramInterval, filter String, range TimeRange, includeCardinality boolean) : HistogramResult from class org.graylog2.indexer.searches.Searches |
From |
To |
|
Inline Variable tookMs : long in method public fieldStats(field String, query String, filter String, range TimeRange, includeCardinality boolean, includeStats boolean, includeCount boolean) : FieldStatsResult from class org.graylog2.indexer.searches.Searches |
From |
To |