interface IndexerInterface

Methods

static string
index()

No description

void
save(array $models)

No description

void
delete(array $models)

No description

void
build()

<p>Build the index from scratch.</p>

void
flush()

<p>Flush the index.</p>

Details

static string index()

Return Value

string

void save(array $models)

Parameters

array $models

Return Value

void

void delete(array $models)

Parameters

array $models

Return Value

void

void build()

<p>Build the index from scratch.</p>

Return Value

void

void flush()

<p>Flush the index.</p>

Return Value

void