On 21/08/07, Pierre-Yves LANDRON <[EMAIL PROTECTED]> wrote: > > It seems the highlights fields must be specified, and that I can't use the > * completion to do so. > Am I true ? Is there a way to go throught this obligation ?
As far as I know, dynamic fields are used mainly at during indexing and aren't expandable at query time. It would be quite cool if Solr could do query-time expansions of dynamic fields (e.g. hl.fl=page_*) however that would require some knowledge of the dynamic fields already stored in the index, which I don't think is currently available in either Solr or Lucene. Piete