Actually, nevermind. I found the part of the upgrade to 7 that was missed
" The sow (split-on-whitespace) request param now defaults to false (true
in previous versions). This affects the edismax and standard/"lucene" query
parsers: if the sow param is not specified, query text will not be split o
Hi all,
We have a multivalued field that has an integer at the beginning followed
by a space, and the index analyzer chain extracts that value to search on
testField:[
34 blah blah blah
27 blah blah blah
...
]
The query analyzer chain is just a keyword tokenizer factory since the
clients