|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.TokenSet
org.basex.query.ft.StopWords
public final class StopWords
Simple stop words set for full-text requests.
Constructor Summary | |
---|---|
StopWords()
Default Constructor. |
|
StopWords(Data data,
String file)
Constructor, reading stopword list from disk. |
Method Summary | |
---|---|
void |
comp(QueryContext ctx)
Compiles the full-text options. |
boolean |
read(IO fl,
boolean e)
Reads a stop words file. |
Methods inherited from class org.basex.util.TokenSet |
---|
add, delete, id, key, keys, read, size, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StopWords()
public StopWords(Data data, String file) throws IOException
data
- data referencefile
- stopword list file
IOException
- I/O exceptionMethod Detail |
---|
public void comp(QueryContext ctx)
ctx
- query contextpublic boolean read(IO fl, boolean e)
fl
- file referencee
- except flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |