| Modifier and Type | Method and Description |
|---|---|
static Indexer |
create(String mapTxt)
Create a new indexer object
|
void |
run(Iterable<Item> items,
org.mozilla.javascript.Context cx)
Run the indexer on the given iterable of items.
|
public void run(Iterable<Item> items, org.mozilla.javascript.Context cx)
items - The items to indexcx - The current execution contextCopyright © 2017. All rights reserved.