Example usage for org.apache.lucene.util AttributeImpl subclass-usage

List of usage examples for org.apache.lucene.util AttributeImpl subclass-usage

Introduction

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

Usage

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

/**
 * The SKOSType of a Token.
 */
public class SKOSTypeAttributeImpl extends AttributeImpl implements SKOSTypeAttribute, Cloneable {

    private SKOSType skosType;

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

/**
 * The SKOSType of a Token. See also {@link SKOSType}.
 */
public class SKOSTypeAttributeImpl extends AttributeImpl implements SKOSTypeAttribute, Cloneable {

    private static final long serialVersionUID = 1L;

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

public class SemanticClassAttributeImpl extends AttributeImpl implements SemanticClassAttribute, Cloneable {

    private String semanticClass;

    @Override
    public String semanticClass() {

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

/**
 * Attribute for {@link Token#getBaseForm()}.
 */
public class BaseFormAttributeImpl extends AttributeImpl implements BaseFormAttribute, Cloneable {
    private Token token;

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

/**
 * Attribute for Kuromoji inflection data.
 */
public class InflectionAttributeImpl extends AttributeImpl implements InflectionAttribute, Cloneable {
    private Token token;

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

/**
 * Attribute for {@link Token#getPartOfSpeech()}.
 */
public class PartOfSpeechAttributeImpl extends AttributeImpl implements PartOfSpeechAttribute, Cloneable {
    private Token token;

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

/**
 * Attribute for Kuromoji reading data
 */
public class ReadingAttributeImpl extends AttributeImpl implements ReadingAttribute, Cloneable {
    private Token token;

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

/**
 * GSAttributeImpl
 * 
 * @author Wayne Zou
 */
public class GSAttributeImpl extends AttributeImpl implements GSAttribute {

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

/**
 * GSAttributeImpl
 * 
 * @author Wayne Zou
 */
public class GSAttributeImpl extends AttributeImpl implements GSAttribute {

From source file com.shaie.annots.AnnotationSpanAttributeImpl.java

/** An {@link AnnotationSpanAttribute} implementation. */
public final class AnnotationSpanAttributeImpl extends AttributeImpl implements AnnotationSpanAttribute {

    private int start, length;

    @Override