Hello,

I want to split my string when it contains "(". Example:

spurs (London)
Internationale (milan)

to

spurs
(london)
Internationale
(milan)

What tokenizer can i use to fix this problem?

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

Reply via email to