|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.ft.ThesQuery
public final class ThesQuery
Simple Thesaurus entry for full-text requests.
Constructor Summary | |
---|---|
ThesQuery()
|
Method Summary | |
---|---|
void |
add(Thesaurus th)
Merges two thesaurus definitions. |
byte[][] |
find(Tokenizer ft)
Finds a thesaurus term. |
void |
merge(ThesQuery th)
Merges two thesaurus definitions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThesQuery()
Method Detail |
---|
public void add(Thesaurus th)
th
- second thesauruspublic void merge(ThesQuery th)
th
- second thesauruspublic byte[][] find(Tokenizer ft) throws QueryException
ft
- tokenizer
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |