| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model.document |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IndexField> |
AbstractIndexDocument.fields
The _fields.
|
| Modifier and Type | Method and Description |
|---|---|
IndexField |
IndexField.deepCopy() |
IndexField |
AbstractIndexDocument.get(Object key) |
IndexField |
IndexDocument.getField(String field)
Gets the field.
|
IndexField |
AbstractIndexDocument.getField(String field)
Gets the field.
|
IndexField |
AbstractIndexDocument.put(String key,
IndexField value) |
IndexField |
AbstractIndexDocument.remove(Object key) |
IndexField |
IndexDocument.removeField(String name)
Remove a field from the document.
|
IndexField |
AbstractIndexDocument.removeField(String name)
Remove a field from the document.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,IndexField>> |
AbstractIndexDocument.entrySet() |
Iterator<IndexField> |
AbstractIndexDocument.iterator() |
Collection<IndexField> |
AbstractIndexDocument.values() |
| Modifier and Type | Method and Description |
|---|---|
IndexField |
AbstractIndexDocument.put(String key,
IndexField value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndexDocument.putAll(Map<? extends String,? extends IndexField> t) |
| Constructor and Description |
|---|
AbstractIndexDocument(Map<String,Any.ValueType> schema,
String dsId,
Map<String,IndexField> fields)
Instantiates a new abstract document.
|
Copyright © 2019. All rights reserved.