I'm hitting this exception in ShardDoc:
case SortField.DOC:
// TODO: we can support this!
throw new RuntimeException("Doc sort not supported");Any pointers on how we can support this? We could just use the orderInShard, no? Or does sorting by docid across shards actually mean something? ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
