I guess I don't quite understand. If the description field
is single valued, simply specifying that field on the
fl parameter should return it.
It would help if you showed some sample documents,
because I can't tell whether you only have one descriptor
per document or several
By the way, you'
You could use the MappingUpdateProcessor for this, doing the mapping through a
simple synonyms-like config file at index time, indexing the description in a
String field. https://issues.apache.org/jira/browse/SOLR-2151
Or you could make a SearchComponent plugin doing the same thing "live" at que