On 29 December 2014 at 18:07, Jonathan Rochkind <rochk...@jhu.edu> wrote:
> I do not understand what separate query/index analysis you are suggesting to
> accomplish what I wanted.

I am sure you do know that, but just in case. At the moment, you have
only one analyzer chain, so it applies at both index and query time.
You can split those and have separate treatment during indexing and
during search. Useful with synonyms, etc. The example schema has both
versions shown.

But I would start by just removing splitOnCaseChange attribute and
reindexing. I don't think that flag means what you want it to mean.

Regards,
    Alex.

----
Sign up for my Solr resources newsletter at http://www.solr-start.com/

Reply via email to