public static interface AnalysisRequestHandlerBase.TokenTrackingAttribute
extends org.apache.lucene.util.Attribute
Attribute used to track the positions of tokens
in the analysis chain.| Modifier and Type | Method and Description |
|---|---|
void |
freezeStage() |
int[] |
getPositions() |
void |
reset(int[] basePositions,
int position) |
void |
setActPosition(int pos) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.