|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.crosswire.jsword.index.lucene.analysis.AbstractBookTokenFilter
org.crosswire.jsword.index.lucene.analysis.XRefFilter
public class XRefFilter
A KeyFilter normalizes OSISrefs.
The GNU Lesser General Public License for details.
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 |
---|
Fields inherited from class org.apache.lucene.analysis.TokenFilter |
---|
input |
Constructor Summary | |
---|---|
XRefFilter(Book book,
org.apache.lucene.analysis.TokenStream in)
Construct an XRefFilter tied to a Book. |
|
XRefFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in. |
Method Summary | |
---|---|
boolean |
incrementToken()
|
Methods inherited from class org.crosswire.jsword.index.lucene.analysis.AbstractBookTokenFilter |
---|
equals, getBook, hashCode, setBook |
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, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, restoreState, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XRefFilter(org.apache.lucene.analysis.TokenStream in)
in
- public XRefFilter(Book book, org.apache.lucene.analysis.TokenStream in)
book
- the book to which this TokenFilter is tied.in
- the input TokenStreamMethod Detail |
---|
public boolean incrementToken() throws IOException
incrementToken
in class org.apache.lucene.analysis.TokenStream
IOException
|
Copyright ยจ 2003-2015 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |