Example usage for org.apache.lucene.util Attribute interface-usage

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

Introduction

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

Usage

From source file at.ac.univie.mminf.luceneSKOS.analysis.SKOSTypeAttribute.java

/**
 * This class represents SKOS-specific meta-information that is assigned to
 * tokens during the analysis phase.
 *
 * Note: when tokens are posted to the index as terms, attribute information is
 * lost unless it is encoded in the terms' payload.

From source file at.ac.univie.mminf.luceneSKOS.analysis.tokenattributes.SKOSTypeAttribute.java

/**
 * This class represents SKOS-specific meta-information that is assigned to
 * tokens during the analysis phase.
 * 
 * Note: when tokens are posted to the index as terms, attribute information is
 * lost unless it is encoded in the terms' payload.

From source file com.github.bibreen.mecab_ko_lucene_analyzer.tokenattributes.SemanticClassAttribute.java

public interface SemanticClassAttribute extends Attribute {
    public String semanticClass();

    public void setSemanticClass(String semanticClass);
}

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

/**
 * Attribute for {@link Token#getBaseForm()}.
 * <p>
 * Note: depending on part of speech, this value may not be applicable,
 * and will be null.
 */

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

/**
 * Attribute for Kuromoji inflection data.
 * <p>
 * Note: in some cases this value may not be applicable,
 * and will be null.
 */

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

/**
 * Attribute for {@link Token#getPartOfSpeech()}.
 */
public interface PartOfSpeechAttribute extends Attribute {
    public String getPartOfSpeech();

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

/**
 * Attribute for Kuromoji reading data
 * <p>
 * Note: in some cases this value may not be applicable,
 * and will be null.
 */

From source file com.globalsight.ling.lucene.GSAttribute.java

/**
 * GSAttributeImpl
 * 
 * @author Wayne Zou
 */
public interface GSAttribute extends Cloneable, Attribute {

From source file com.ir.project.search.engine.queryexpansion.TermAttribute.java

/**
 * The term text of a Token.
 */
public interface TermAttribute extends Attribute {
    /** Returns the Token's term text.
     * 

From source file com.plug.Version_8_5_2.gs.ling.lucene.GSAttribute.java

/**
 * GSAttributeImpl
 * 
 * @author Wayne Zou
 */
public interface GSAttribute extends Cloneable, Attribute {