railo.runtime.search
Interface IndexResult


public interface IndexResult


Method Summary
 int getCountDeleted()
           
 int getCountInserted()
           
 int getCountUpdated()
           
 

Method Detail

getCountDeleted

public int getCountDeleted()
Returns:
returns how many delets are done

getCountInserted

public int getCountInserted()
Returns:
returns how many inserts are done

getCountUpdated

public int getCountUpdated()
Returns:
returns how many updates are done