Example usage for org.apache.lucene.analysis.util ResourceLoaderAware interface-usage

List of usage examples for org.apache.lucene.analysis.util ResourceLoaderAware interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.util ResourceLoaderAware interface-usage.

Usage

From source file at.ac.tuwien.ifs.lupu.GreedyDictionaryCompoundWordTokenFilterFactory.java

/** 
 * Factory for {@link GreedyDictionaryCompoundWordTokenFilter}. 
 * <pre class="prettyprint">
 * &lt;fieldType name="text_dictcomp" class="solr.TextField" positionIncrementGap="100"&gt;
 *   &lt;analyzer&gt;
 *     &lt;tokenizer class="solr.WhitespaceTokenizerFactory"/&gt;

From source file at.ac.tuwien.ifs.lupu.LangDetFilterFactory.java

/**
 *
 * @author mihailupu
 */
public class LangDetFilterFactory extends TokenFilterFactory implements ResourceLoaderAware {

From source file cc.pp.analyzer.ik.solr.IKTokenizerFactory.java

/**
 * IK?
 * Solr 3.6.1 ?
 *
 * 2012-3-6
 *

From source file cn.howardliu.lucene.extension.BaseManagedTokenFilterFactory.java

/**
 * Abstract based class for implementing TokenFilterFactory objects that
 * are managed by the REST API. Specifically, this base class is useful
 * for token filters that have configuration and data that needs to be
 * updated programmatically, such as to support a UI for adding synonyms.
 */

From source file com.github.cstoku.neologd.unidic.lucene.analysis.ja.JapanesePartOfSpeechStopFilterFactory.java

/**
 * Factory for {@link JapanesePartOfSpeechStopFilter}.
 * <pre class="prettyprint">
 * &lt;fieldType name="text_ja" class="solr.TextField"&gt;
 *   &lt;analyzer&gt;
 *     &lt;tokenizer class="solr.JapaneseTokenizerFactory"/&gt;

From source file com.github.cstoku.neologd.unidic.lucene.analysis.ja.JapaneseTokenizerFactory.java

/**
 * Factory for {@link JapaneseTokenizer}.
 * <pre class="prettyprint">
 * &lt;fieldType name="text_ja" class="solr.TextField"&gt;
 *   &lt;analyzer&gt;
 *     &lt;tokenizer class="solr.JapaneseTokenizerFactory"

From source file com.github.healthonnet.search.SynonymExpandingExtendedDismaxQParserPlugin.java

/**
 * Main implementation of the synonym-expanding ExtendedDismaxQParser plugin for Solr. This parser was originally derived from ExtendedDismaxQParser, which itself was derived from the DismaxQParser from Solr.
 * 
 * @see <a href="https://github.com/healthonnet/hon-lucene-synonyms">https://github.com/healthonnet/hon-lucene-synonyms</a>
 */
public class SynonymExpandingExtendedDismaxQParserPlugin extends QParserPlugin implements ResourceLoaderAware {

From source file com.o19s.solr.swan.SwanQParserPlugin.java

public class SwanQParserPlugin extends QParserPlugin implements ResourceLoaderAware {
    public static ListMultimap<String, String> fieldAliases = ArrayListMultimap.create();
    public static final Logger LOG = LoggerFactory.getLogger(SwanQParserPlugin.class);

    private String fieldAliasesFileName;

From source file com.radialpoint.word2vec.lucene.Word2VecFilterFactory.java

/**
 * Factory class for word2vec expansion TokenStream filters.
 */
final public class Word2VecFilterFactory extends TokenFilterFactory implements ResourceLoaderAware {

    private QueryExpander expander = null;

From source file com.sindicetech.siren.solr.qparser.SirenQParserPlugin.java

/**
 * Abstract class for SIREn's QParser plugin. In charge of creating a SIREn
 * query from the input value.
 * <p>
 * All of the following options may be configured for this plugin
 * in the solrconfig as defaults: