in double quotes, escape the
space and such. That'll get the terms _as a single token_ to the analysis chain
for that field where the behavior will be what you expect.
Best,
Erick
On Wed, Mar 25, 2015 at 9:26 AM, Vadim Gorlovetsky wrote:
> Hello,
>
> solr.KeywordTokenizerFactory se
Hello,
solr.KeywordTokenizerFactory seems splitting by whitespaces though according
SOLR documentation shouldn't do that.
For example I have the following configuration for the fields "proj_name" and
"proj_name_sort":
..
..
There