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
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()
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.