SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntryList

Packages that use IQueryEntryList
com.sapportals.wcm.control.released.search   
com.sapportals.wcm.service.indexmanagement.retrieval.classification Provides functions for taxonomies and classification.  
com.sapportals.wcm.service.indexmanagement.retrieval.search Provides functions for searching and textmining.  
 

Uses of IQueryEntryList in com.sapportals.wcm.control.released.search
 

Methods in com.sapportals.wcm.control.released.search that return IQueryEntryList
 IQueryEntryList SearchQueryListBuilder.buildSearchQueryList()
          Central method for building query entry list that takes all set conditions into account.
 IQueryEntryList SearchQueryListBuilder.buildDidYouMeanQueryEntries(IQueryEntryList oldQuery, java.lang.String oldTerm, java.lang.String didYouMeanTerm)
          Provides an adapted new query entry list for a "Did You Mean" search.
 

Methods in com.sapportals.wcm.control.released.search with parameters of type IQueryEntryList
 IQueryEntryList SearchQueryListBuilder.buildDidYouMeanQueryEntries(IQueryEntryList oldQuery, java.lang.String oldTerm, java.lang.String didYouMeanTerm)
          Provides an adapted new query entry list for a "Did You Mean" search.
static java.lang.String SearchQueryListBuilder.getDidYouMeanTerm(IQueryEntryList queryEntryList, java.lang.String oldSearchTerm)
          Method extracts the "Did you mean" search term.
 

Uses of IQueryEntryList in com.sapportals.wcm.service.indexmanagement.retrieval.classification
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that return IQueryEntryList
 IQueryEntryList IQueryFolder.getQuery(IResourceContext context)
          Gets the query of the query folder.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IQueryEntryList
 void AbstractClassificationIndex.setQueryFolderExternalFast(IQueryFolder queryFolder, IQueryEntryList query)
           
 void IQueryFolder.setQuery(IQueryEntryList query, IResourceContext context)
          Sets a query for the query folder.
 void IQueryFolder.setQueryFast(IQueryEntryList query, IResourceContext context)
          Sets a query for the query folder.
 void IQBClassificationIndex.setQueryFolderExternal(IQueryFolder queryFolder, IQueryEntryList query)
          Sets the query on the external classification engine.
 void IQBClassificationIndex.setQueryFolderExternalFast(IQueryFolder queryFolder, IQueryEntryList query)
          Sets the query on the external classification engine.
 

Uses of IQueryEntryList in com.sapportals.wcm.service.indexmanagement.retrieval.search
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IQueryEntryList
 IQueryEntryList IQueryEntryList.subList(int from, int to)
           
 IQueryEntryList ISearchIndex.getNewQueryEntryList()
           
 IQueryEntryList ISearchIndexCollection.getNewQueryEntryList()
           
 IQueryEntryList AbstractSearchIndexCollection.getNewQueryEntryList()
           
 IQueryEntryList IFederatedSearch.getNewQueryEntryList()
          Empty list for adding query entries when creating a search query.
 IQueryEntryList ISearchSession.getQueryEntryList()
          Returns the query list of the session.
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IQueryEntryList
 java.util.Collection IExtendedSearchIndex.getHighlightedContent(ISearchResultList searchResults, IQueryEntryList queryList)
          gets the hightlighted content of resources with respect to the queryList
 java.util.Collection IExtendedSearchIndex.getHighlightedSummary(ISearchResultList searchResults, IQueryEntryList queryList, int maxNumberOfWords)
          Returns a summary for all input documents.
 boolean IQueryEntryList.addAll(IQueryEntryList queryEntryList)
          Adds another query entry list to the query entry list
 ISearchResultList ISearchIndex.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults)
          Executes the search
 ISearchResultList ISearchIndex.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context)
          Executes the search
 ISearchSession ISearchIndex.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults)
          Executes the search
 ISearchResultList ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults)
          Executes the search
 ISearchResultList ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
          Executes the search
 ISearchResultList ISearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere, java.util.Set languages)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty, java.util.Set languages)
          Executes the search
 ISearchSession ISearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, IRidList searchFromHereList, ISortPropertyName sortProperty, java.util.Set languages)
          Executes the search
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns basic information about the distribution of the properties of an index, only considering the documents fullfilling the search restriction.
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexList)
          Returns basic information about the distribution of the properties of the indexes, only considering the documents fullfilling the search restriction.
 IPropertyDistributionList ISearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns basic information about the distribution of the properties of the indexes, of the SearchIndexCollection only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns the ranges of the properties of an index, only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexList)
          Returns the ranges of the properties of the indexes, only considering the documents fullfilling the search restriction.
 IPropertyRangeList ISearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns the ranges of the properties of the indexes of the ISearchIndexCollection, only considering the documents fullfilling the search restriction.
 java.util.Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
          Returns the distinct property values of an index, only considering the documents fullfilling the search restriction.
 java.util.Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexes)
          Returns the distinct property values of the indexes for the specified property, only considering the documents fullfilling the search restriction.
 java.util.Collection ISearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Returns the distinct property values of all indexes of the ISearchIndexCollection for the specified property, only considering the documents fullfilling the search restriction.
abstract  ISearchResultList AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults)
           
abstract  ISearchResultList AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere)
           
abstract  ISearchResultList AbstractSearchIndexCollection.executeQuery(IQueryEntryList queryEntryList, IResourceContext context, int maxResults, ICollection searchFromHere, java.util.Set languages)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, ICollection searchFromHere)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere)
           
abstract  ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty)
           
 ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, ICollection searchFromHere, ISortPropertyName sortProperty, java.util.Set languages)
           
 ISearchSession AbstractSearchIndexCollection.executeQueryWithSession(IQueryEntryList queryEntryList, IResourceContext context, int initNumberMaxRawResults, IRidList searchFromHereList, ISortPropertyName sortProperty, java.util.Set languages)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexList)
           
 IPropertyDistributionList AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexList)
           
 IPropertyRangeList AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
 java.util.Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISearchIndex index)
           
 java.util.Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, java.util.Collection indexes)
           
 java.util.Collection AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName, IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
           
protected  ISearchSession AbstractSearchIndexCollection.getNewSearchSession(IQueryEntryList queryEntries, IRidList searchFromHereList, ISearchIndexCollection searchIndexCollection, IResourceContext context, int initMaxRawResults, ISortPropertyName sortProperty)
          Gets a new search session instance
 ISearchResultList IFederatedSearch.search(IQueryEntryList queryEntryList, java.util.List indexes, int maxResults, IResourceContext context)
          Performs a search within a list of search indexes.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, java.util.List indexes, IResourceContext context)
          Performs a search within a list of search indexes.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, java.util.List indexes, IResourceContext context, ISortPropertyName sortProperty)
          Performs a search within a list of search indexes.
 ISearchResultList IFederatedSearch.search(IQueryEntryList queryEntryList, ICollection searchFromHere, int maxResults, IResourceContext context)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISortPropertyName sortProperty)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, ICollection searchFromHere, IResourceContext context, ISortPropertyName sortProperty, java.util.Set languages)
          Performs a search within a list of search indexes restricted by a path.
 ISearchSession IFederatedSearch.searchWithSession(IQueryEntryList queryEntryList, IRidList searchFromHereList, IResourceContext context, ISortPropertyName sortProperty, java.util.Set languages)
           
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.