Keyoti SearchUnit API Docs
GetMatchingIndexedDocuments Method (from, to, source, filter, getCount, totalCount)
API DocumentationKeyoti.SearchEngine.SearchSearcherIOGetMatchingIndexedDocuments(Int32, Int32, IndexableSourceRecord, 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,
	IndexableSourceRecord source,
	string filter,
	bool getCount,
	out int totalCount
)
Public Overridable Function GetMatchingIndexedDocuments ( 
	from As Integer,
	to As Integer,
	source As IndexableSourceRecord,
	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 (IndexableSourceRecord)
The indexable source to look within
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