Example usage for org.apache.lucene.analysis.payloads AbstractEncoder subclass-usage

List of usage examples for org.apache.lucene.analysis.payloads AbstractEncoder subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.payloads AbstractEncoder subclass-usage.

Usage

From source file edu.cmu.lti.oaqa.annographix.solr.AnnotEncoderVer3.java

/**
 *  Encode annotation-related information as a {@link BytesRef}.
 *  <p>
 *  This information includes the following comma-separated values:
 *  start offset, end offset, id, parent id.
 *  <p>