FullTextLucene.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row.
Methods |
void |
delete(Object[] row, boolean commitIndex)
Delete a row from the index.
|
void |
delete(Object[] row, boolean commitIndex) throws SQLException
Delete a row from the index.
Parameters:
row - the row
commitIndex - whether to commit the changes to the Lucene index
|
void |
insert(Object[] row, boolean commitIndex)
Add a row to the index.
|
void |
insert(Object[] row, boolean commitIndex) throws SQLException
Add a row to the index.
Parameters:
row - the row
commitIndex - whether to commit the changes to the Lucene index
|
|