| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IPropertyDistributionList |
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. |
IPropertyDistributionList |
IPropertyDistributionList.subList(int index1,
int index2)
returns a sub list of the property distribution list |
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)
|