Re: [MARKETING] Re: KeywordTokenizerFactory splits by whitespaces

2015-03-25 Thread Erick Erickson
Yeah, this is a head scratcher. But it _has_ to be that way for things like edismax to work where you mix-and-match fielded and un-fielded terms. I.e. I can have a query like "q=field1:whatever some more stuff&qf=field2,field3,field4" where I want "whatever" to be evaluated only against field1, but

RE: [MARKETING] Re: KeywordTokenizerFactory splits by whitespaces

2015-03-25 Thread Vadim Gorlovetsky
Thanks for a quick response. A bit confusing that analyzer of "query" type configured to use KeywordTokenizerFactory does not un-tokenize query criteria. I guess whitespace only the special case because it separates phrases in a query and runs prior analyzing. Actually I am handling a query the