Help > Web Development > Object Reference > Object Reference > ISYSResultList
<a name="kanchor487"></a>ISYSResultList Object
ISYSResultList contains a list of documents that match the search criteria.
ISYSResultList Methods
ItemReturns the ISYSDocument object for the document at the given index.
LoadLoads a previously saved result list stored by the Save method, replacing the current result list.
LoadFromFileLoads a previously saved result list from a file created by the SaveToFile method, replacing the current result list.
PerformEnglishFindExecute a Plain English sub-query within the current result list. The search will take place within the set of documents in the existing result list with the new results replacing the old.
PerformFindExecute a sub-query within the current result list. The search will take place within the set of documents in the existing result list with the new results replacing the old. This allows you to drill down in your search strategy.
PreparePrepares the specified range of the result list. This will force the given range to be authenticated.
RemoveDocumentRemove the specified document from the result list. This function can be used to implement your own security on the result list.
RemoveUnauthorizedScans the result list and removes documents that the current NT user does not have permission to view.
RemoveUnauthorizedExScans a range of the result list and removes documents that the current NT user does not have permission to view.
SaveSaves the result list to a temporary file on disk and returns an identifier that can be used to reload the result list at a latter date. The format of the identifier is dependant on configuration.
SaveRangeSaves only the documents in the given range to disk.
SaveToFileSaves the result list to a named file on disk for reloading at a later time via ISYSIndex::LoadResultList. It differs from Save as you must supply the filename.
SaveUpdatesThe SaveUpdates method differs from the Save method in that it will re-use the existing Search ID if one is present. If there is not Search ID, a new one is generated.
SortSort the result list by the specified criterion.
TruncateTruncates the result list to the specified size. Only the truncated portion of the result list will be persisted to disk.
ISYSResultList Properties
CategoriesReturns the categories that are applicable to the documents in the result list.
ClustersReturns the hierarchical clusters for this search results.
DifferentWordsReturns the number of distinct words found for this search. This takes into account conflation and synonyms. Read-Only.
DocumentReturns the ISYSDocument object for the document at the given index, same as Item. Read-Only.
EntitiesReturns a read-only summary of the entities present in this result list. Entities must be enabled on the index.
ErrorReturn any error information that occurred while the result list was executing. This can include query parsing errors.
ExpiresSpecifies when the temporary result list should be cleaned up.
FilterApplies a file name filter or date filter to the result list. If you make multiple calls, subsequent filters replace existing filters; they do not accumulate. The filter is saved and reloaded when persisting the result list to disk.
FilteredIndicates if the result list is currently being filtered. Read-Only.
GroupsReturns the groups valid for this result list. Read-Only.
IDReturns the current or allocates a new result list. Format of Search ID is dependant on configuration.
IndexReturns the index that was used to produce this result list.
IsFederatedReturns true if the current search result as the result of a federated search.
LengthReturns the number of documents in the result list, adjusted for sub-queries and filters. Read-Only.
MetadataReturns the parametric refinement options for this result list.
NumberDocsReturns the number of found documents in the result list. Same as length. Read-Only.
QueryExpansionReturns a list of alternate queries calculated from the search results.
QueryStringReturns the text of the query used to produce the result list. Read-Only.
ReadyStateReturns the ready state of the result list, use when performing an asynchronous federated search.
RealTotalContains the total number of documents found, before any filtering, truncation or security checks have occurred. Read-Only.
SearchTermsReturns the search terms valid for this result list, this list can be used to maintain hit color information. Read-Only.
ServerStatusReturns status information about all servers involved with this search.
SortOrderGet or set the current sort order of the result list
StatisticsReturns information about search token statistics. It contains information about each token searched on, allowing for wildcards, synonyms, conflation and thesaurus.
StatsReturns the word statistics for the current search. The text is delimitered by carriage returns and tabs. Read-Only.
StoreStore values with the result list that are persisted with the result list.
SuggestionReturns alternate query suggestions based on the last query.
TotalHitsReturns the total number of word hits found in the result list. Read-Only.
See Also
ISYSSearch