com.bea.content.expression
Class FullTextSearchLanguageParameterSet

java.lang.Object
  extended by com.bea.content.expression.FullTextSearchLanguageParameterSet
All Implemented Interfaces
Serializable

public class FullTextSearchLanguageParameterSet
extends Object
implements Serializable

Provides the ability to specify a set of Full-Text Search Engine-specific language parameters, for use during query.

The set of parameters and associated values which can be defined is Full-Text Search Engine-specific.

See Also
Serialized Form

Field Summary
static ContextKey QUERY_LANGUAGE_PARAMETER_SET_KEY
          Optional ContextKey which can be placed in the ContentContext when executing a full-text search to specify the Full-Text Search Engine-specific language parameter values to use when querying data.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_LANGUAGE_PARAMETER_SET_KEY

public static final ContextKey QUERY_LANGUAGE_PARAMETER_SET_KEY
Optional ContextKey which can be placed in the ContentContext when executing a full-text search to specify the Full-Text Search Engine-specific language parameter values to use when querying data. The type of object placed in the key, as well as its configuration, is FTS engine-specific.



Copyright © 2011, Oracle. All rights reserved.