com.bea.content.expression
Class FullTextSearchFactory

java.lang.Object
  extended by com.bea.content.expression.FullTextSearchFactory

public class FullTextSearchFactory
extends Object

Factory class to build full text search


Constructor Summary
FullTextSearchFactory()
           
 
Method Summary
static IFullTextSearch buildFullTextSearch(IMetadataQueryParameter mQuery, ITextQueryParameter tQuery, boolean isOr)
          This factory method builds the full text search.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTextSearchFactory

public FullTextSearchFactory()
Method Detail

buildFullTextSearch

public static IFullTextSearch buildFullTextSearch(IMetadataQueryParameter mQuery,
                                                  ITextQueryParameter tQuery,
                                                  boolean isOr)
This factory method builds the full text search.

Parameters
mQuery - metadata query parameter
tQuery - text query parameter
isOr - AND or OR metadata query and text query
Returns
The IFullTextSearch object represented by the given parameters.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved