List of usage examples for org.apache.lucene.analysis Analyzer GLOBAL_REUSE_STRATEGY
ReuseStrategy GLOBAL_REUSE_STRATEGY
To view the source code for org.apache.lucene.analysis Analyzer GLOBAL_REUSE_STRATEGY.
Click Source Link
From source file:org.hibernate.search.analyzer.impl.LazyLuceneAnalyzer.java
License:LGPL
public LazyLuceneAnalyzer(String name) { super(Analyzer.GLOBAL_REUSE_STRATEGY); this.name = name; }