public class View extends Object implements DocumentIterator
| Constructor and Description |
|---|
View(String name,
MapFunctionInterpreter mapFunctionInterpreter,
String mapFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrUpdate(String indexValue,
Object object,
String docId) |
NavigableMap<IndexKey,IndexEntry> |
all() |
void |
build(AllDocuments allDocuments) |
boolean |
equals(Object o) |
NavigableMap<IndexKey,IndexEntry> |
get(IndexKey indexKey) |
int |
hashCode() |
NavigableMap<IndexKey,IndexEntry> |
itemsBetween(IndexKey startKey,
IndexKey endKey) |
void |
iterate(String id,
String document) |
public View(String name, MapFunctionInterpreter mapFunctionInterpreter, String mapFunction)
public void iterate(String id, String document)
iterate in interface DocumentIteratorpublic void build(AllDocuments allDocuments)
public NavigableMap<IndexKey,IndexEntry> get(IndexKey indexKey)
public NavigableMap<IndexKey,IndexEntry> itemsBetween(IndexKey startKey, IndexKey endKey)
public NavigableMap<IndexKey,IndexEntry> all()
Copyright © 2017. All rights reserved.