| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type ISearchIndex |
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. |
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. |
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. |
IPropertyDistributionList |
AbstractSearchIndexCollection.getPropertyDistributionOverview(IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|
IPropertyRangeList |
AbstractSearchIndexCollection.getPropertyRanges(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|
java.util.Collection |
AbstractSearchIndexCollection.getPropertyValues(IPropertyName propertyName,
IQueryEntryList queryEntryList,
ICollection searchFromHere,
IResourceContext context,
ISearchIndex index)
|