Add a keyword to the index
id: id of the key in index.txt
word: the keyword to be indexed
lines: vector of line numbers
return: wether it was a new keyword or not
Add a keyword to the index id: id of the key in index.txt word: the keyword to be indexed lines: vector of line numbers return: wether it was a new keyword or not
Throws: - java.lang.Exception -
Remove an entry keywords from indexes
Does not remove the entry itself(ie: file) from the index master itself, call removeMasterEntry for that.
Remove an entry keywords from indexes Does not remove the entry itself(ie: file) from the index master itself, call removeMasterEntry for that.
Parameters: - id -