I have difficulty to do the following thing with Solr :
Imagine the following fields :
<field name="all" type="text" indexed="true" stored="false" multiValued="true"/>
<field name="title" type="text" indexed="true" stored="true" multiValued="false"/>
<field name="creator" type="authority" indexed="true" stored="true" multiValued="true"/>
Type ...