| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextQueryParameter
This is the interface for text query parameter Here is an example of how to use it:
  ITextQuery tQuery = FullTextQueryFactory.getTextQuery();
  ITextQueryParameter ftqp = tQuery.buildEquals("new and cool");
  IFullTextSearch fullTextSearch = FullTextSearchFactory.buildFullTextSearch(null, ftqp, false);
  Search search = new Search(null, -1, null, fullTextSearch, true);
  ISearchManager searchManager = ContentManagerFactory.getSearchManager();
  ContentContext context = new ContentContext();
  IPagedList nodes = searchManager.search(context, search);
  
| Method Summary | |
|---|---|
 ITextQueryParameter | 
and(ITextQueryParameter param)
AND two text query parameters  | 
 ITextQueryParameter | 
or(ITextQueryParameter param)
OR two text query parameters  | 
| Method Detail | 
|---|
ITextQueryParameter and(ITextQueryParameter param)
param - 
ITextQueryParameter or(ITextQueryParameter param)
param - 
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||