org.egothor.html
Class HTMLField
java.lang.Object
org.egothor.core.memory.FTField
org.egothor.html.HTMLField
public final class HTMLField
- extends FTField
HTMLField.java
Created on August 23, 2005, 2:39 PM
- Author:
- galambos
Constructor Summary |
HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics)
|
HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics,
boolean paragraphs,
boolean paragraphsKeepPunctuation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLField
public HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics)
HTMLField
public HTMLField(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics,
boolean paragraphs,
boolean paragraphsKeepPunctuation)
getLinks
public java.util.ArrayList<Anchor> getLinks()
getImageLinks
public java.util.ArrayList<Anchor> getImageLinks()
setAppendix
public void setAppendix(Sequence<Token> appendix)
initialize
public java.lang.String initialize(java.io.Reader i,
java.lang.String location,
DocumentData meta,
EventEncoder encoder)
throws java.io.IOException
- Throws:
java.io.IOException
words
public Sequence<Token> words()
- Description copied from class:
FTField
- Return an enumeration of the terms in the field.
- Overrides:
words
in class FTField
- Returns:
- null