Nope. If a field is empty, it's just not in the document. You could index an empty value (some unique value for empty) if you really need this.
But a more interesting question is why you need this. What is it about returning an empty field that's important? Couldn't you detect this through the absence of the field? Best Erick On Fri, Oct 1, 2010 at 3:44 PM, Khai Doan <khaitd...@gmail.com> wrote: > Hello everyone, > > Right now, I am using fl=*,score to get all fields from Solr. However > empty > fields are not returned. Is there a way for me to tell Solr to return all > fields including empty fields? > > Thanks, > Khai >