You would need to provide a Solr file that would be the basic field type and
do rest of analysis on it. Is this what you want?

eg. fieldType name="textSpellPhrase" class="solr.TextField"
positionIncrementGap="100" stored="false"
multiValued="true"><analyzer><tokenizer
class="solr.KeywordTokenizerFactory"/><filter
class="solr.LowerCaseFilterFactory"/></analyzer></fieldType>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Extending-fieldtypes-tp4083986p4083992.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to