Re: [Solr 5.1.0] - Ignoring Whitespaces as delimiters

2016-10-16 Thread deniz
thanks a lot... prepared one regex, which seems like doing what i am looking for :) - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-1-0-Ignoring-Whitespaces-as-delimiters-tp4300939p4301344.html Sent from the Solr - User ma

Re: [Solr 5.1.0] - Ignoring Whitespaces as delimiters

2016-10-13 Thread Jan Høydahl
Have you tried PatternTokenizer? Sendt fra min iPhone > Den 13. okt. 2016 kl. 04.03 skrev deniz : > > Hello, > > Are there any built-in tokenizers which will do sth like StandardTokenizer, > but will not tokenize on whitespace? > > e.g field:abc cde-rfg will be tokenized as "abc cde" and "rfg

[Solr 5.1.0] - Ignoring Whitespaces as delimiters

2016-10-12 Thread deniz
Hello, Are there any built-in tokenizers which will do sth like StandardTokenizer, but will not tokenize on whitespace? e.g field:abc cde-rfg will be tokenized as "abc cde" and "rfg", not "abc", "cde", "rfg" I have checked the existing tokenizers/analyzers and it seems like there is no other w