Luke really doesn't operate at a level that knows about collections
and the like, see: https://issues.apache.org/jira/browse/SOLR-8127.

So far there hasn't been much interest in extending it to the
collection level particularly because it's intended to get you
low-level index characteristics.

Not really a bug since it's never been intended to do what you're
asking, but could certainly be an improvement.

Best,
Erick

On Mon, May 22, 2017 at 4:50 AM, Yago Riveiro <yago.rive...@gmail.com> wrote:
> I'm struggle with a situation that I think can be a bug
>
> The LukeRequestHandler is not returning all fields that exists in one
> collection with 12 shards on 12 nodes (1 shard on each node)
>
> Running this request "http://localhost:8983/solr/collection/admin/luke"; in
> each node the list of fields are the same except one. The different is that
> exists one document on one shard with dynamic fields that doesn't exists in
> other shards.
>
> It's this the normal behaviour or should return all fields in all shards?
>
> Regards
>
>
>
> -----
> Best regards
>
> /Yago
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/LukeRequestHandler-not-returning-all-fields-in-the-index-tp4336287.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to