Keyoti SearchUnit API Docs
GetMatchingIndexedDocuments Method (from, to, source, filter, getCount, totalCount)
API DocumentationKeyoti.SearchEngine.SearchSearcherIOGetMatchingIndexedDocuments(Int32, Int32, LocationCategoryRecord, String, Boolean, Int32%)
Keyoti SearchUnit v6
Gets a list of DocumentRecord objects in the index within the specified limit.
Declaration Syntax
C#Visual Basic
public virtual ArrayList GetMatchingIndexedDocuments(
	int from,
	int to,
	LocationCategoryRecord source,
	string filter,
	bool getCount,
	out int totalCount
)
Public Overridable Function GetMatchingIndexedDocuments ( 
	from As Integer,
	to As Integer,
	source As LocationCategoryRecord,
	filter As String,
	getCount As Boolean,
	<OutAttribute> ByRef totalCount As Integer
) As ArrayList
Parameters
from (Int32)
Document from which to start
to (Int32)
Document at which to end
source (LocationCategoryRecord)
The location category that the documents will belong to
filter (String)
Substring that must be in any document field in order to add
getCount (Boolean)
Whether to get a count of all documents that are in source (requires extra work).
totalCount (Int32%)
Output param holding the total count if getCount is true.
Return Value
ArrayList
ArrayList of DocumentRecord objects

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610