You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Ryan McKinley <ry...@gmail.com> on 2011/06/22 02:00:44 UTC

ShardDoc, getCachedComparator 'Doc sort not supported'

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