RE: Split token

2011-04-15 Thread Steven A Rowe
he.org > Subject: Re: Split token > > What you've shown would be handled with WhitespaceTokenizer, but you'd > have > to > prevent filters from stripping the parens. If you have to handle things > like > blah ( stuff ) > WhitespaceTokenizer wouldn't work

Re: Split token

2011-04-15 Thread Erick Erickson
(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. >

Split token

2011-04-15 Thread roySolr
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-tp2810772p28