Uses of Class
org.modeshape.graph.request.FullTextSearchRequest

Packages that use FullTextSearchRequest
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of FullTextSearchRequest in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base with parameters of type FullTextSearchRequest
 void Processor.process(FullTextSearchRequest request)
          Process a request to search a workspace.
 QueryResults Transaction.search(WorkspaceType workspace, FullTextSearchRequest search)
          Perform a full-text search of this workspace.
 QueryResults PathTransaction.search(WorkspaceType workspace, FullTextSearchRequest search)
          Perform a full-text search of this workspace.
 QueryResults MapTransaction.search(WorkspaceType workspace, FullTextSearchRequest search)
          Perform a full-text search of this workspace.
 

Uses of FullTextSearchRequest in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type FullTextSearchRequest
 void MapRequestProcessor.process(FullTextSearchRequest request)
          Process a request to search a workspace.
 

Uses of FullTextSearchRequest in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type FullTextSearchRequest
 void PathRequestProcessor.process(FullTextSearchRequest request)
           
 

Uses of FullTextSearchRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return FullTextSearchRequest
 FullTextSearchRequest RequestBuilder.search(String workspaceName, String fullTextSearchExpression, int maxResults, int offset)
          Create a request to perform a full-text search of the workspace.
 

Uses of FullTextSearchRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor with parameters of type FullTextSearchRequest
 void RequestProcessor.process(FullTextSearchRequest request)
          Process a request to search a workspace.
 void LoggingRequestProcessor.process(FullTextSearchRequest request)
          Process a request to search a workspace.
 

Uses of FullTextSearchRequest in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type FullTextSearchRequest
 void LuceneSearchProcessor.process(FullTextSearchRequest request)
          Process a request to search a workspace.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.