there appears to be only 3 ways to sort using the java bindings. 1) default sort by relevance 2) .setSortForward(boolean) , this appears to try and sort by docid, but it seems to skip some docid's 3) .setSorting(long, int) , what are valid inputs for this?