Keyoti SearchUnit API Docs
GetIDs Method (location, query)
API DocumentationKeyoti.SearchEngine.DataAccessXmlIndexableSourceRecordTableGetIDs(String, String)
Keyoti SearchUnit v6
Gets the ID of the record matching location/query
Declaration Syntax
C#Visual Basic
public virtual int[] GetIDs(
	string location,
	string query
)
Public Overridable Function GetIDs ( 
	location As String,
	query As String
) As Integer()
Parameters
location (String)
Record 'location' field
query (String)
Record 'query' field
Return Value
array<Int32>[]()[][]
2 element array. 1st element is ID of the record (or 0 if not found) and 2nd element is the last used ID in the table.

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