com.atlassian.confluence.search.lucene.filter
Class ExtendedDelimitersFilter

java.lang.Object
  extended by org.apache.lucene.util.AttributeSource
      extended by org.apache.lucene.analysis.TokenStream
          extended by org.apache.lucene.analysis.TokenFilter
              extended by com.atlassian.confluence.search.lucene.filter.ExtendedDelimitersFilter
All Implemented Interfaces:
java.io.Closeable

public class ExtendedDelimitersFilter
extends org.apache.lucene.analysis.TokenFilter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State
 
Field Summary
static java.lang.String FULL_TOKEN_TYPE
           
static java.lang.String SPLIT_TOKEN_TYPE
           
 
Fields inherited from class org.apache.lucene.analysis.TokenFilter
input
 
Constructor Summary
ExtendedDelimitersFilter(org.apache.lucene.analysis.TokenStream tokenStream, java.lang.String delimiters)
           
 
Method Summary
 boolean incrementToken()
           
 
Methods inherited from class org.apache.lucene.analysis.TokenFilter
close, end, reset
 
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_TOKEN_TYPE

public static final java.lang.String FULL_TOKEN_TYPE
See Also:
Constant Field Values

SPLIT_TOKEN_TYPE

public static final java.lang.String SPLIT_TOKEN_TYPE
See Also:
Constant Field Values
Constructor Detail

ExtendedDelimitersFilter

public ExtendedDelimitersFilter(org.apache.lucene.analysis.TokenStream tokenStream,
                                java.lang.String delimiters)
Method Detail

incrementToken

public final boolean incrementToken()
                             throws java.io.IOException
Specified by:
incrementToken in class org.apache.lucene.analysis.TokenStream
Throws:
java.io.IOException


Copyright © 2003-2014 Atlassian. All Rights Reserved.