Is there a constraint on the number of fields returned for a document in search results? I am facing an issue wherein only some fields are getting returned while others are not (though the query does return a result). Please let me know if someone has come across a similar issue? Thanks in advance.
Share
you can specify the fl parameter in your query to define the fields you want.
the default value *,score should return all stored fields.
the fields with null values will also not be returned.