I would like to be able to get terms from my data that are a combination of
two existing analyzers.
I would like this for both posting and searching of various fields.
An example of the data might be as follows:
Hello XY&Z Corporation - [EMAIL PROTECTED]
I would like the following terms to come
Grant,
Thanks for your reply and the pointer to the custom code sample. I will be
checking into that today. I did delve into the src for the OOTB analyzers
and was aware of what they did. Still, the StandardAnalyzer does not do what
I want. The real difference between my needs and the results of t
I have a field called "category".
Sample data for "category:
Hello World
Goodbye World
Foo Bar
Mad Mad Mad Mad World
It is tokenized and stored in the index. I tokenize the field because I may
want to search on a specific word(s) in a category but not necessarily the
entire category.