Is it possible to use regex to capture a whole phrase as well as each word in the phrase concatenated?
So for :
smith jones
To return:
smith,jones,smithjones
furthermore due to other constraints (solr PatternTokenizer) i can only use one grouping.