Skip to main content

Methods of a CocoIndex Flow

After a flow is defined as discussed in Flow Definition, you get a Flow object and can call its methods to operate with it.

update

The update() method will update will update the index defined by the flow.

Once the function returns, the indice is fresh up to the moment when the function is called.

flow.update()