Research Article
An Efficient Data Analysis Framework for Online Security Processing
Algorithm 2
The map function of LCN-Index.
| | Input: stream item ID id, all satisfied predicates P | | | Output: index file f | | | if!bLoadIndex then | | | Interval Index I ← LoadIndex(f) | | | P ← I.search(value); //invoke search algorithm to get all satisfied queries; |
|