On Fri, Apr 4, 2008 at 9:25 AM, Hung Huynh <[EMAIL PROTECTED]> wrote:
>  I have about 20 stored fields in string, text, and int, but only about 10
>  fields show up when I query for them, whether I do fl=*,score or list them
>  out. What's my problem? How do I retrieve all of fields? Thanks.

You should be getting back all stored fields for every document.
Documents will only show fields they have (fields are sparse, it's not
like a DB table).

-Yonik

Reply via email to