On Fri, Sep 16, 2016 at 9:23 AM, Alexandre Rafalovitch
<arafa...@gmail.com> wrote:
> Because I get this error message and not sure what the next step is:
> "child query must only match non-parent docs, but parent docID=38200
> matched childScorer=class
> org.apache.lucene.search.DisjunctionSumScorer"
>
> I understand that 38200 is transient and all that, but can I get a
> document by it right now? Via a Solr query (and not - say - Luke).
>
> I know I could display it with [docid] transformer and I could sort by
> _docid_ secret field, but I can't see a way to search or limit by that
>  id.

I can't think of a way either... it might be useful to make _docid_
more of a legit pseudo-field (returnable, usable in a function query,
etc)

-Yonik

Reply via email to