Hi all,

an Analyzer has access to content on a per-field level by overwriting this method:

protected TokenStreamComponents createComponents(String fieldName, Reader reader);

Is it possible to get to the document? I want to collect the text content from the entire document within my analyzer to be processed by an external component.

Best,
Ralf

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to