FilterIndexReader.getVersion

2006-03-27 Thread tomi
Shouldn't FilterIndexReader in 1.9.1 override IndexReader.getVersion() and IndexReader.isCurrent()? Currently it doesn't, so getVersion() gives a NullPointerException, segmentInfos is null. Tomislav Gountchev -- View this message in context: http://www.nabble.com/FilterIndexReader.getVersion-t13

ParseException with escaped quotes in a phrase

2006-05-18 Thread tomi
Looks like QueryParser doesn't handle escaped quotes when inside a phrase: public static void main(String[] args) throws Exception { String s = "Re:abcde jjj\"efgh asdf\" dsfdsf"; System.out.println(s); QueryParser parser = new QueryParser("subject", new StandardAnalyzer()

Re: ParseException with escaped quotes in a phrase

2006-05-18 Thread tomi
Filed a Jira issue: http://issues.apache.org/jira/browse/LUCENE-573 Tomislav -- View this message in context: http://www.nabble.com/ParseException-with-escaped-quotes-in-a-phrase-t1647115.html#a4463298 Sent from the Lucene - Java Developer forum at Nabble.com.