You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Yousef Ourabi <yo...@gmail.com> on 2005/07/05 23:55:00 UTC

PhraseQuery Incompatible format version

Hey All:
Quick Question about the following error I am getting when I use a
string tokenizer to parse the query string. The query I pass to is
Great Expections / Great Expectations, both are two tokens however?

phraseQuery.add(new Term("content", tok.nextToken()));
IOException caught SearchByTerm: Incompatible format version: 2
expected 1 or less

Any thoughts?

-Yousef

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