|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Index for search and retrieval operations.
| Field Summary | |
static java.lang.String |
PROP_NAME_EXPERT
Name of the resource property that identifies the responsible for the documents content |
static java.lang.String |
PROP_NAME_PATH
Name of the resource path property when restricting queries by a path. |
| Method Summary | |
java.util.Map |
doGeneric(java.lang.String function,
java.util.Map parameters)
this method enables an index service to perform classification actions that are not reflected by the interface. |
ISearchResultList |
executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults)
Executes the search |
ISearchResultList |
executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere)
Executes the search |
ISearchSession |
executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
Executes the search |
ISearchSession |
executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
Executes the search |
java.util.Collection |
getDocumentAbstracts(IResourceList resourceDocuments)
gets the abstract of documents |
java.util.Collection |
getDocumentFeatures(IResourceList resourceDocuments,
int maxFeatures)
gets the features of documents |
IQueryEntry |
getNewQueryEntry()
|
IQueryEntryList |
getNewQueryEntryList()
|
ISearchIndexCollection |
getNewSearchIndexCollection()
|
java.lang.String |
getQueryAsString()
Deprecated. as of NW04. |
void |
loadQuery(java.util.Properties props)
Deprecated. as of NW04. |
ISearchResultList |
searchSimilarDocuments(IResourceList searchDocuments,
int maxResults)
searches similar documents |
ISearchSession |
searchSimilarDocumentsWithSession(IResourceList searchDocuments)
searches similar documents |
java.util.Collection |
searchSimilarTerms(java.util.Collection terms,
int maxTerms)
searches similar terms to a collection of terms |
| Field Detail |
public static final java.lang.String PROP_NAME_EXPERT
public static final java.lang.String PROP_NAME_PATH
| Method Detail |
public ISearchResultList executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults)
throws WcmException
queryEntryList - - list of query entries for the searchcontext - - user contextmaxResults - - maximum number of search results
public ISearchResultList executeQuery(IQueryEntryList queryEntryList,
IResourceContext context,
int maxResults,
ICollection searchFromHere)
throws WcmException
queryEntryList - - list of query entries for the searchcontext - - user contextmaxResults - - maximum number of search resultssearchFromHere - - folder from where search results must be direct or indirect children
public ISearchSession executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
throws WcmException
queryEntryList - - list of query entries for the searchcontext - - user context
public ISearchSession executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context,
ICollection searchFromHere)
throws WcmException
queryEntryList - - list of query entries for the searchcontext - - user contextsearchFromHere - - folder from where search results must be direct or indirect children
public ISearchResultList searchSimilarDocuments(IResourceList searchDocuments,
int maxResults)
throws WcmException
searchDocuments - - list of documents for that similar documents have to be foundmaxResults - - maximum number of similar documents
public ISearchSession searchSimilarDocumentsWithSession(IResourceList searchDocuments)
throws WcmException
searchDocuments - - list of documents for that similar documents have to be foundsession - - search session for paging
public java.util.Collection searchSimilarTerms(java.util.Collection terms,
int maxTerms)
throws WcmException
terms - Collection of terms (Strings)maxTerms - - maximum number of returned similar terms
public java.util.Collection getDocumentFeatures(IResourceList resourceDocuments,
int maxFeatures)
throws WcmException
resourceDocuments - resource list of documents for that features have to be returnedmaxFeatures - - maximum number of returned document features
public java.util.Collection getDocumentAbstracts(IResourceList resourceDocuments)
throws WcmException
resourceDocuments - resource list of documents for that abstracts have to be returned
public java.lang.String getQueryAsString()
throws WcmException
public void loadQuery(java.util.Properties props)
throws WcmException
public IQueryEntry getNewQueryEntry()
public IQueryEntryList getNewQueryEntryList()
public ISearchIndexCollection getNewSearchIndexCollection()
throws ResourceException
public java.util.Map doGeneric(java.lang.String function,
java.util.Map parameters)
throws WcmException
function - - name of the function that has to be performedfunction - parameters (name, value pairs stored as objects)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||