RIPE-NCC / whois

RIPE Database whois code repository
Other
386 stars 98 forks source link

Logsearch results should be ordered #201

Closed agoston closed 10 years ago

agoston commented 10 years ago

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).

eshryane commented 10 years ago

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.