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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to