: response. I want my MLT docs to have only 2 fields, but I need my main docs : fl to have all fields. ... : -- It'd be great to let components have control over their fl value instead : of having a global fl value for all doc lists within a writer?
Mmmm.... yeah, this is a big failing of all the components at this point -- as i recall there is code in the SolrQueryResponse object that lets you associate a field list with each DocList added to the response, and then the ResponseWriters can look at it to decide which fields to write out for each doc, but i don't think a single utilizes it. please feel free to open a bug against the MLT component -- you shouldn't need a custom response writer to deal with this. -Hoss