removeData

fun removeData(id: Long)

Deprecated

Use FlatSearch engine provided by asynchronous createFlatSearch() method

Removes data by unique ID

Parameters

id

ID to remove


fun removeData(ids: List<Long>)

Deprecated

Use FlatSearch engine provided by asynchronous createFlatSearch() method

Removes data by unique ID

Parameters

ids

List of IDs to remove