org.egothor.html
Class HTMLField

java.lang.Object
  extended by org.egothor.core.memory.FTField
      extended by org.egothor.html.HTMLField

public final class HTMLField
extends FTField

HTMLField.java Created on August 23, 2005, 2:39 PM

Author:
galambos

Nested Class Summary
static class HTMLField.Diacritics
           
 
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)
           
 
Method Summary
 java.util.ArrayList<Anchor> getImageLinks()
           
 java.util.ArrayList<Anchor> getLinks()
           
 java.lang.String initialize(java.io.Reader i, java.lang.String location, DocumentData meta, EventEncoder encoder)
           
 void setAppendix(Sequence<Token> appendix)
           
 Sequence<Token> words()
          Return an enumeration of the terms in the field.
 
Methods inherited from class org.egothor.core.memory.FTField
addField, addFilter, filteredWords, invertize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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