Hi Paul,

On Fri, Mar 29, 2013 at 1:38 PM, Paul Bell <arach...@gmail.com> wrote:
> Last night reading in "Lucene in Action, 2nd edition," I came upon this
> about addDocument(Document, Analyzer): "Adds the document using the
> provided analyzer for tokenization. But be careful! In order for searches
> to work correctly, you need the analyzer used at search time to "match" the
> tokens produced by the analyzers at indexing time."
>
> Is this warning from the author of a piece with what you're warning me
> about?

Exactly. This is a very common source of errors.

--
Adrien

---------------------------------------------------------------------
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