sure. you need to wrap the reader in Analyzer.initReader() to do this:
/**
* Override this if you want to add a CharFilter chain.
*/
protected Reader initReader(String fieldName, Reader reader) {
return reader;
}
by default it returns the original Reader unchanged.
There are examples in the analysis package javadocs
(https://builds.apache.org/job/Lucene-Artifacts-4.x/javadoc/core/org/apache/lucene/analysis/package-summary.html#package_description),
but we don't yet have one that uses a CharFilter. I'll see if i can
add one.
On Wed, Aug 29, 2012 at 10:29 AM, Benson Margulies <[email protected]> wrote:
> I'm close to the bottom of my list here.
>
> I've got an Analyzer that, in 3.1, set up a CharFilter in the tokenStream
> method. So now I have to migrate that to createComponents. Can someone give
> me a shove in the right direction?
--
lucidworks.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]