//If including tease values
if(includeTease){
//Remove any trailing empty values
resultTeasers.trim();
//Store teasers so they can be retrieved by different search methods
if (usingMultipleTerms){
//Store all teasers for so they may be returned as a sorted map
//Only used for one method controled by the above flag