Hello , I am using following field type for comma separated value but it is not working.
<fieldType name="commaDelimited" class="solr.TextField"> <analyzer> <tokenizer class="solr.PatternTokenizerFactory" group="-1" pattern=",|\|" /> </analyzer> </fieldType> <field indexed="true" multiValued="true" name="vc_cat_shape" omitNorms="true" omitPositions="true" omitTermFreqAndPositions="true" stored="false" termVectors="false" type="commaDelimited"/> Please suggested what i did wrong. ----- Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/PatternTokenizerFactory-not-working-to-split-comma-separated-value-tp4006994.html Sent from the Solr - User mailing list archive at Nabble.com.