You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Zheng Lin Edwin Yeo <ed...@gmail.com> on 2016/10/04 01:46:00 UTC

Listing of fields on Block Join Parent Query Parser

Hi,

Would like to check, how can we list out all the fields that are available
in the index?

I'm using dynamic fields, so the Schema API is not working for me, as it
will only list out things like *_s, *_f and not the full field name.

Also, as I'm using the Block Join Parent Query Parser, it will be good if
we can choose only to list out the fields in the parent or the child,
instead of listing both at one go.

I'm using Solr 6.2.1

Regards,
Edwin