Package org.apache.solr.handler
Class AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
- java.lang.Object
- 
- org.apache.lucene.util.AttributeImpl
- 
- org.apache.solr.handler.AnalysisRequestHandlerBase.TokenTrackingAttributeImpl
 
 
- 
- All Implemented Interfaces:
- Cloneable,- org.apache.lucene.util.Attribute,- AnalysisRequestHandlerBase.TokenTrackingAttribute
 - Enclosing class:
- AnalysisRequestHandlerBase
 
 public static final class AnalysisRequestHandlerBase.TokenTrackingAttributeImpl extends org.apache.lucene.util.AttributeImpl implements AnalysisRequestHandlerBase.TokenTrackingAttribute Implementation ofAnalysisRequestHandlerBase.TokenTrackingAttribute.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
- This class is only public for usage by the AttributeSourceAPI.
 
- 
- 
Constructor SummaryConstructors Constructor Description TokenTrackingAttributeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidcopyTo(org.apache.lucene.util.AttributeImpl target)voidfreezeStage()int[]getPositions()voidreflectWith(org.apache.lucene.util.AttributeReflector reflector)voidreset(int[] basePositions, int position)voidsetActPosition(int pos)
 
- 
- 
- 
Method Detail- 
freezeStagepublic void freezeStage() - Specified by:
- freezeStagein interface- AnalysisRequestHandlerBase.TokenTrackingAttribute
 
 - 
setActPositionpublic void setActPosition(int pos) - Specified by:
- setActPositionin interface- AnalysisRequestHandlerBase.TokenTrackingAttribute
 
 - 
getPositionspublic int[] getPositions() - Specified by:
- getPositionsin interface- AnalysisRequestHandlerBase.TokenTrackingAttribute
 
 - 
resetpublic void reset(int[] basePositions, int position)- Specified by:
- resetin interface- AnalysisRequestHandlerBase.TokenTrackingAttribute
 
 - 
clearpublic void clear() - Specified by:
- clearin class- org.apache.lucene.util.AttributeImpl
 
 - 
reflectWithpublic void reflectWith(org.apache.lucene.util.AttributeReflector reflector) - Specified by:
- reflectWithin class- org.apache.lucene.util.AttributeImpl
 
 - 
copyTopublic void copyTo(org.apache.lucene.util.AttributeImpl target) - Specified by:
- copyToin class- org.apache.lucene.util.AttributeImpl
 
 
- 
 
-