dbXML API

com.dbxml.db.common.fulltext
Class FullTextQueryResolver

java.lang.Object
  extended bycom.dbxml.util.SimpleConfigurable
      extended bycom.dbxml.db.common.query.QueryResolverBase
          extended bycom.dbxml.db.common.fulltext.FullTextQueryResolver
All Implemented Interfaces:
Configurable, QueryResolver

public final class FullTextQueryResolver
extends QueryResolverBase

FullTextQueryResolver


Field Summary
static java.lang.String STYLE_FULLTEXT
           
 
Constructor Summary
FullTextQueryResolver()
           
 
Method Summary
 QueryBase createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 java.lang.String getQueryStyle()
          getQueryStyle returns the Query style supported by this Resolver.
 
Methods inherited from class com.dbxml.db.common.query.QueryResolverBase
compileQuery, query, setQueryEngine
 
Methods inherited from class com.dbxml.util.SimpleConfigurable
getConfig, setConfig
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dbxml.util.Configurable
getConfig, setConfig
 

Field Detail

STYLE_FULLTEXT

public static final java.lang.String STYLE_FULLTEXT
See Also:
Constant Field Values
Constructor Detail

FullTextQueryResolver

public FullTextQueryResolver()
Method Detail

getQueryStyle

public java.lang.String getQueryStyle()
Description copied from interface: QueryResolver
getQueryStyle returns the Query style supported by this Resolver.

Returns:
The query style

createQuery

public QueryBase createQuery(Collection context,
                             java.lang.String query,
                             NamespaceMap nsMap,
                             Key[] keys)
                      throws QueryException
Specified by:
createQuery in class QueryResolverBase
Throws:
QueryException

dbXML API

Copyright (c) 2004 The dbXML Group