Hi Tavi,

if you want to use multiple tokenization strategies (different tokenizers so
to speak) you have to use different fieldTypes.

Maybe you have to create your own tokenizer for doing what you want or a
PatternTokenizer might help you.

However, your examples for the different positions of specific terms reminds
me on the WordDelimiterFilter (see
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory
).

It does almost everything you wrote and is close to what you want, I think.
Have a look at it.

Regards
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Tokenization-How-to-Allow-Multiple-Strategies-tp2452505p2453215.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to