I have a text-field to which i'm feeding normal text that contains product codes (e.g. FI302010, RR220011, etc). I would like to be able to search for these product numbers. I have tried it out in the ANALYSIS-tool - And here it looks like it should be possible. A standard text-field does some word delimiting that splits the product codes into "FI" and "302010" - but as long as the same happens in both query and index it shouldn't be a problem. When i look at the schema browser i cant find the product codes, but i can find something that looks like a stemmed version of the code (i.e. 30201 - the last 0 is missing).
I have tried using different text-types (text_ws, textTight and text) - but none will allow me to do the search.
How should I enable text-search in text?
Thanks