Hello all
I have a local sorting on the client, with special logic (parsing and other)
class Comp implements Comparator {
@Override
public int compare(String obj1, String obj2) {
…
…
return 0;
}
...
...
...
}
I write small plugin and stuck
How to compare rows on elastic?
How to realize compare on elastic or should we do differently ?