Yes, every field you query has to be "indexed"
every field you need to be returned in the response has to be "stored" the parameter "fl" can only return fields that are "stored". Other fields given are simply ignored. > On 13 Mar 2020, at 13:15, GTHell <sosxra...@gmail.com> wrote: > > I'm doing a lot of filter query in fq. My search is something like > 'q=*:*&fq=..function on a few fields..' . Do I need to only index those > field and use FL to get other result or do I need to index everything? > > > > -- > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html