Hi,

When I create a document with multiple StringFields and add it to
IndexWriter using addDocument(Document), the StringFields within the
Document are not tokenized nor filtered according to Analyzer's
specifications, however when I test my Analyzer, while looping through
tokens by explicitly calling incrementToken() on OfsetAttribute, created
using Analyzer's TokenStream (as per instructions in Lucene docs (under
"Invoking The Analyzer") :
http://lucene.apache.org/core/7_1_0/core/org/apache/lucene/analysis/package-summary.html),
I obtain the expected results.

Please let me know if any parts of my code would be helpful to include for
clarification.
Could anyone tell me what seems like the critical point here?

Regards,
Armīns

Reply via email to