Re: How to get the list of all available fields in a (sharded) index

2010-07-22 Thread Chris Hostetter
: I cannot find any info on how to get the list of current fields in an index : (possibly sharded). With dynamic fields, I cannot simply parse the schema to there isn't one -- the LukeRequestHandler can tell you what fields *actually* exist in your index, but you'd have to query it on each

How to get the list of all available fields in a (sharded) index

2010-07-19 Thread olivier sallou
Hi, I cannot find any info on how to get the list of current fields in an index (possibly sharded). With dynamic fields, I cannot simply parse the schema to know what field are available. Is there any way to get it via a request (or easilly programmable) ? I know information is available in one of