org.basex.query.ft
Class StopWords

java.lang.Object
  extended by org.basex.util.Set
      extended by org.basex.query.ft.StopWords

public final class StopWords
extends Set

Simple stop words set for full-text requests.

Author:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Christian Gruen

Constructor Summary
StopWords()
           
 
Method Summary
 boolean read(IO fl, boolean e)
          Reads a stop words file.
 
Methods inherited from class org.basex.util.Set
add, delete, id, key, keys, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWords

public StopWords()
Method Detail

read

public boolean read(IO fl,
                    boolean e)
Reads a stop words file.

Parameters:
fl - file reference
e - except flag
Returns:
true if everything went alright