I'm running lucene 1.2, and when I do the following query I get the
following exception:
name:of^1
java.lang.NullPointerException
at org.apache.lucene.queryParser.QueryParser.Term(Unknown Source)
at org.apache.lucene.queryParser.QueryParser.Clause(Unknown Source)
at org.apache.lucene.queryParser.QueryParser.Query(Unknown Source)
at org.apache.lucene.queryParser.QueryParser.Clause(Unknown Source)
at org.apache.lucene.queryParser.QueryParser.Query(Unknown Source)
at org.apache.lucene.queryParser.QueryParser.parse(Unknown Source)
at
SearchProduce_ModelTrainData.performQuery(SearchProduce_ModelTrainDat
a.java:610)
at
SearchProduce_ModelTrainData.main(SearchProduce_ModelTrainData.java:3
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]