: - We are indexing CSV files and generating field names dynamically from the : "header" line. : User should be able to *list all the possible header names* (i.e. dynamic : field names), and filter results based on some of the field names. : - Also, list* all possible values* associated to for a given field name.
#1) the LukeRequestHandler can list all field names in the index. #2) the TermsComponent or Faceting can list all *indexed* values in a given field ... which one you'll want to use depends largely on what you want to do with that list. -Hoss