public final class PassThroughAnalyzer
extends org.apache.lucene.analysis.Analyzer
TODO there is probably a way to make that much more efficient by reimplementing TokenStream to take the Reader and pass through the flux as a single token
Modifier and Type | Field and Description |
---|---|
static PassThroughAnalyzer |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName) |
public static final PassThroughAnalyzer INSTANCE
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
createComponents
in class org.apache.lucene.analysis.Analyzer
Copyright © 2006–2016 Hibernate. All rights reserved.