: Well I am not authorized to give you the entire trace, but here is the
: iimportant part...
:
: org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:79)
: org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:71)
: org.apache.lucene.search.PrefixQuery.rewrite(PrefixQuery.java:50)
: org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:166)

1) where is the top of the stack trace showing the Exception class and the
exception message? ... those are just as important.

2) you need to clarify what you mean by 'Searching with "1"' ... that
stack trace indicates that your query is really a PrefixQuery (not a
simple TermQuery on "1") ... what is the query.toString() ?  how did you
build it (ie: did you use QueryParser?)

3) can you clarify what version of Lucene you are using ... those line
numbers don't jive with the trunk.




-Hoss


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

Reply via email to