> I dont want to store this as it is in Solr, I want to > instead have two > versions of it. One as a truncated form, and one as a > keyword form. > *Truncated Form:*
If truncated form means first N characters then copyField can be used http://wiki.apache.org/solr/SchemaXml#Copy_Fields > *Keyword Form (using stopwords to remove common words):* Are you going to use this keyword form for searching or displaying purposes?