public class SearchResults extends Object implements Iterable<DocumentResultInfo>
Represents search results that contain a list of files that match the search query.
Modifier and Type | Method and Description |
---|---|
DocumentResultInfo |
get_Item(int index)
Gets selected element.
|
int |
getCount()
Gets count of documents containing occurrences.
|
com.aspose.ms.System.DateTime |
getEndTime()
gets time when searching ends.
|
String |
getMessage()
Gets a message describing results.
|
ChunkSearchToken |
getNextChunkSearchToken()
Gets a chunk search token for searching the next chunk.
|
com.aspose.ms.System.TimeSpan |
getSearchingTime()
Gets searching time.
|
com.aspose.ms.System.DateTime |
getStartTime()
Gets time when searching starts.
|
int |
getTotalHitCount()
Gets total occurrence count.
|
boolean |
getTruncated()
Gets a value indicating that results are truncated.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
Returns enumerator.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<DocumentResultInfo> |
iterator()
Returns enumerator.
|
public final int getCount()
Gets count of documents containing occurrences.
Value: The count of results.public final int getTotalHitCount()
Gets total occurrence count.
Value: The total count of hits.public final boolean getTruncated()
Gets a value indicating that results are truncated.
Value: A value indicating that results are truncated.public final String getMessage()
Gets a message describing results.
Value: A message describing results.public final ChunkSearchToken getNextChunkSearchToken()
Gets a chunk search token for searching the next chunk.
Value: A chunk search token for searching the next chunk.public final com.aspose.ms.System.DateTime getStartTime()
Gets time when searching starts.
Value: The time of searching starting.public final com.aspose.ms.System.DateTime getEndTime()
gets time when searching ends.
Value: The time of searching ending.public final com.aspose.ms.System.TimeSpan getSearchingTime()
Gets searching time.
Value: The searching time.public final DocumentResultInfo get_Item(int index)
Gets selected element.
index
- The index of an element.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<DocumentResultInfo> iterator()
Returns enumerator.
iterator
in interface Iterable<DocumentResultInfo>
public final com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
Returns enumerator.
Copyright © 2018. All rights reserved.