registerSoup

open fun registerSoup(soupName: String, indexSpecs: Array<IndexSpec>)

Register a soup. Create table for soupName with a column for the soup itself and columns for paths specified in indexSpecs Create indexes on the new table to make lookup faster Create rows in soup index map table for indexSpecs

Parameters

soupName
indexSpecs