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, SecurityGroupRecord source, string filter, bool getCount, out int totalCount )
Public Overridable Function GetMatchingIndexedDocuments ( from As Integer, to As Integer, source As SecurityGroupRecord, 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 (SecurityGroupRecord)
- The security group to find documents 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
ArrayList of DocumentRecord objects
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610