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