mirror of https://github.com/apache/lucene.git
analysis.jsp accidentally created tokenstream again with an exhausted reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf9f9281ad
commit
118c25391c
|
@ -199,7 +199,6 @@
|
|||
reader.reset();
|
||||
TokenStream tstream = tfac.create(reader);
|
||||
List<Token> tokens = getTokens(tstream);
|
||||
tstream = tfac.create(reader);
|
||||
if (verbose) {
|
||||
writeHeader(out, tfac.getClass(), tfac.getArgs());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue