org.alfresco.repo.search.impl.lucene.analysis
Class DateTimeTokenFilter

java.lang.Object
  extended by org.apache.lucene.analysis.TokenStream
      extended by org.apache.lucene.analysis.Tokenizer
          extended by org.alfresco.repo.search.impl.lucene.analysis.DateTimeTokenFilter

public class DateTimeTokenFilter
extends org.apache.lucene.analysis.Tokenizer


Field Summary
 
Fields inherited from class org.apache.lucene.analysis.Tokenizer
input
 
Constructor Summary
DateTimeTokenFilter(java.io.Reader in)
           
 
Method Summary
 void buildIterator()
           
 org.apache.lucene.analysis.Token next()
           
 
Methods inherited from class org.apache.lucene.analysis.Tokenizer
close, reset
 
Methods inherited from class org.apache.lucene.analysis.TokenStream
next, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeTokenFilter

public DateTimeTokenFilter(java.io.Reader in)
Method Detail

next

public org.apache.lucene.analysis.Token next()
                                      throws java.io.IOException
Overrides:
next in class org.apache.lucene.analysis.TokenStream
Throws:
java.io.IOException

buildIterator

public void buildIterator()
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.