lookupSoupEntryId

open fun lookupSoupEntryId(soupName: String, fieldPath: String, fieldValue: String): Long

Look for a soup element where fieldPath's value is fieldValue Return its soupEntryId Return -1 if not found Throw an exception if fieldName is not indexed Throw an exception if more than one soup element are found

Parameters

soupName
fieldPath
fieldValue