Gets a list of DocumentRecord object IDs in the index within the specified limit.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)] public virtual IntList GetIndexedDocumentIds( int from, int to, int sourceID, string filter, bool getCount, out int totalCount, int[] securityGroupID )
[ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)] public virtual IntList GetIndexedDocumentIds( int from, int to, int sourceID, string filter, bool getCount, out int totalCount, int[] securityGroupID )
<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)> Public Overridable Function GetIndexedDocumentIds ( from As Integer, to As Integer, sourceID As Integer, filter As String, getCount As Boolean, <OutAttribute> ByRef totalCount As Integer, securityGroupID As Integer() ) As IntList
<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)> Public Overridable Function GetIndexedDocumentIds ( from As Integer, to As Integer, sourceID As Integer, filter As String, getCount As Boolean, <OutAttribute> ByRef totalCount As Integer, securityGroupID As Integer() ) As IntList
public: [ObsoleteAttribute(L"Please use new version of this method with content and location arguments added.", true)] virtual IntList^ GetIndexedDocumentIds( int from, int to, int sourceID, String^ filter, bool getCount, [OutAttribute] int% totalCount, array<int>^ securityGroupID )
public: [ObsoleteAttribute(L"Please use new version of this method with content and location arguments added.", true)] virtual IntList^ GetIndexedDocumentIds( int from, int to, int sourceID, String^ filter, bool getCount, [OutAttribute] int% totalCount, array<int>^ securityGroupID )
[<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)>] abstract GetIndexedDocumentIds : from : int * to : int * sourceID : int * filter : string * getCount : bool * totalCount : int byref * securityGroupID : int[] -> IntList [<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)>] override GetIndexedDocumentIds : from : int * to : int * sourceID : int * filter : string * getCount : bool * totalCount : int byref * securityGroupID : int[] -> IntList
[<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)>] abstract GetIndexedDocumentIds : from : int * to : int * sourceID : int * filter : string * getCount : bool * totalCount : int byref * securityGroupID : int[] -> IntList [<ObsoleteAttribute("Please use new version of this method with content and location arguments added.", true)>] override GetIndexedDocumentIds : from : int * to : int * sourceID : int * filter : string * getCount : bool * totalCount : int byref * securityGroupID : int[] -> IntList
Parameters
- from (Int32)
- Document from which to start
- to (Int32)
- Document at which to end
- sourceID (Int32)
- If !=-1 then document must be in this indexed source, if -1 then all.
- filter (String)
- Substring the 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.
- securityGroupID (array<Int32>[]()[][])
- Security group IDs that documents must belong to, eg. 1 for default, -1 for all
Return Value
IntList
ArrayList of DocumentRecord objects
ArrayList of DocumentRecord objects
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120