Re: LukeRequestHandler not returning all fields in the index

2017-05-22 Thread Yago Riveiro
Ok ... then I have no way to know the full list of fields in my collection
without doing a LukeRequest to all of the shards and do a merge in the end,
isn't it?

Streaming expressions doesn't allow * wildcard, the LukeRequest doesn't
return all fields .. no way to pull all data from a collection in a
programatic simple way :/

Thanks for the answer Erick. 



-
Best regards

/Yago
--
View this message in context: 
http://lucene.472066.n3.nabble.com/LukeRequestHandler-not-returning-all-fields-in-the-index-tp4336287p4336332.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: LukeRequestHandler not returning all fields in the index

2017-05-22 Thread Erick Erickson
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.


LukeRequestHandler not returning all fields in the index

2017-05-22 Thread Yago Riveiro
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.