List of usage examples for org.apache.lucene.queryparser.classic FastCharStream FastCharStream
public FastCharStream(Reader r)
From source file:org.apache.vxquery.runtime.functions.index.CaseSensitiveQueryParser.java
License:Apache License
public CaseSensitiveQueryParser(String f, Analyzer a) { super(new FastCharStream(new StringReader(""))); init(f, a); }