|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Index for search and retrieval operations.
| Field Summary | |
static String |
PROP_NAME_EXPERT
Name of the resource property that identifies the responsible for the documents content |
static String |
PROP_NAME_PATH
Name of the resource path property when restricting queries by a path. |
| Method Summary | |
Map |
doGeneric(String function,
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 |
Collection |
getDocumentAbstracts(IResourceList resourceDocuments)
gets the abstract of documents |
Collection |
getDocumentFeatures(IResourceList resourceDocuments,
int maxFeatures)
gets the features of documents |
IQueryEntry |
getNewQueryEntry()
|
IQueryEntryList |
getNewQueryEntryList()
|
ISearchIndexCollection |
getNewSearchIndexCollection()
|
String |
getQueryAsString()
Deprecated. as of NW04. |
void |
loadQuery(Properties props)
Deprecated. as of NW04. |
ISearchResultList |
searchSimilarDocuments(IResourceList searchDocuments,
int maxResults)
searches similar documents |
ISearchSession |
searchSimilarDocumentsWithSession(IResourceList searchDocuments)
searches similar documents |
Collection |
searchSimilarTerms(Collection terms,
int maxTerms)
searches similar terms to a collection of terms |
| Field Detail |
public static final String PROP_NAME_EXPERT
public static final 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
WcmException
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
WcmException
public ISearchSession executeQueryWithSession(IQueryEntryList queryEntryList,
IResourceContext context)
throws WcmException
queryEntryList - - list of query entries for the searchcontext - - user context
WcmException
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
WcmException
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
WcmException
public ISearchSession searchSimilarDocumentsWithSession(IResourceList searchDocuments)
throws WcmException
searchDocuments - - list of documents for that similar documents have to be found
WcmException
public Collection searchSimilarTerms(Collection terms,
int maxTerms)
throws WcmException
terms - Collection of terms (Strings)maxTerms - - maximum number of returned similar terms
WcmException
public 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
WcmException
public Collection getDocumentAbstracts(IResourceList resourceDocuments)
throws WcmException
resourceDocuments - resource list of documents for that abstracts have to be returned
WcmException
public String getQueryAsString()
throws WcmException
WcmException
public void loadQuery(Properties props)
throws WcmException
WcmExceptionpublic IQueryEntry getNewQueryEntry()
public IQueryEntryList getNewQueryEntryList()
public ISearchIndexCollection getNewSearchIndexCollection()
throws ResourceException
ResourceException
public Map doGeneric(String function,
Map parameters)
throws WcmException
function - - name of the function that has to be performed
WcmException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||