| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model.document | |
| eu.dnetlib.functionality.index.query |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexDocument
The Class AbstractDocument Represent the field information needed to construct and index Document.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDocument |
IndexDocument.deepCopy()
return a copy of index Document.
|
IndexDocument |
AbstractIndexDocument.deepCopy()
return a copy of index Document.
|
IndexDocument |
IndexDocument.setError(Throwable error)
Sets the error.
|
IndexDocument |
AbstractIndexDocument.setError(Throwable error)
Sets the error.
|
IndexDocument |
IndexDocument.setMarked()
Sets the status marked to the index document.
|
IndexDocument |
AbstractIndexDocument.setMarked()
Sets the status marked to the index document.
|
IndexDocument |
IndexDocument.setOK()
Sets the ok status to the index document.
|
IndexDocument |
AbstractIndexDocument.setOK()
Sets the ok status to the index document.
|
IndexDocument |
IndexDocument.setStatus(Status status)
The set status.
|
IndexDocument |
AbstractIndexDocument.setStatus(Status status)
Sets the status.
|
| Modifier and Type | Field and Description |
|---|---|
protected eu.dnetlib.miscutils.functional.UnaryFunction<String,IndexDocument> |
QueryResponseParser.wrapperNoRank
The wrapper no rank.
|
protected eu.dnetlib.miscutils.functional.UnaryFunction<String,IndexDocument> |
QueryResponseParser.wrapperRank
The wrapper rank.
|
Copyright © 2019. All rights reserved.