Gets a list of DocumentRecord objects in the index within the specified limit.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual ArrayList GetMatchingIndexedDocuments( int from, int to, IndexableSourceRecord source, string filter, bool getCount, out int totalCount )
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
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
public: virtual ArrayList^ GetMatchingIndexedDocuments( int from, int to, IndexableSourceRecord^ source, String^ filter, bool getCount, [OutAttribute] int% totalCount )
public: virtual ArrayList^ GetMatchingIndexedDocuments( int from, int to, IndexableSourceRecord^ source, String^ filter, bool getCount, [OutAttribute] int% totalCount )
abstract GetMatchingIndexedDocuments : from : int * to : int * source : IndexableSourceRecord * filter : string * getCount : bool * totalCount : int byref -> ArrayList override GetMatchingIndexedDocuments : from : int * to : int * source : IndexableSourceRecord * filter : string * getCount : bool * totalCount : int byref -> ArrayList
abstract GetMatchingIndexedDocuments : from : int * to : int * source : IndexableSourceRecord * filter : string * getCount : bool * totalCount : int byref -> ArrayList override GetMatchingIndexedDocuments : from : int * to : int * source : IndexableSourceRecord * filter : string * getCount : bool * totalCount : int byref -> 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
ArrayList of DocumentRecord objects
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120