At the moment (for example, when doing logsearch on AS60636), the results are seemingly random.
We should order results by date, or even better, preferably by timestamp (so even on the same day, results would be in processed order).
Ref. LogFileIndex.java - we are using a TopFieldCollector instance to sort by date, which is defined as a String field. Perhaps there is an issue with the TopFieldCollector, or the Sort.
At the moment (for example, when doing logsearch on AS60636), the results are seemingly random. We should order results by date, or even better, preferably by timestamp (so even on the same day, results would be in processed order).