org.basex.query.ft
Class ThesQuery

java.lang.Object
  extended by org.basex.query.ft.ThesQuery

public final class ThesQuery
extends java.lang.Object

Simple Thesaurus entry for full-text requests.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen

Constructor Summary
ThesQuery()
           
 
Method Summary
 void add(Thesaurus th)
          Adds two thesaurus definitions.
 void merge(ThesQuery th)
          Merges two thesaurus definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThesQuery

public ThesQuery()
Method Detail

add

public void add(Thesaurus th)
Adds two thesaurus definitions.

Parameters:
th - second thesaurus

merge

public void merge(ThesQuery th)
Merges two thesaurus definitions.

Parameters:
th - second thesaurus