Hi,
I noticed that the "field list" (fl) parameter ignores field names that
it cannot locate, while the "query fields" (qf) parameter throws an
exception when fields cannot be located. Is there any way to override
this behavior and have qf also ignore fields it cannot find?
This would be pretty helpful for us, as we're going to have a large
number of dynamic, user-specific fields defined in our schema. These
fields will have canonical name formats (e.g. userid-comment), but they
may not be defined for every document. In fact, some fields may be
defined for no documents, which I gather would be the ones that would
throw exceptions. It would be nice to provide solr a set of fields that
could be searched and have it use the subset of those fields that exist.
Thanks in advance for any help,
Doug