On Jun 16, 2005, at 12:03 PM, Sean O'Connor wrote:
Yes, see the Javadoc for IndexReader.termPositions().
    I'm probably missing the obvious here, but I assume this refers to
the analyzed terms (i.e. individual words, possibly transmogrified by
the analyzer).

Just to respond to part of your mail:

Terms do not necessarily come from analysis... they could be specified directly using Field.Keyword() for example. Any _indexed_ field has term(s), with the possibility that the indexed field is analyzed or not.

    Erik




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to