Gets the integer id of the document.
This id will be used for a request with a DocumentIdConverterInterface.
Warning : this id may change depending on the build you connect to.
The integer id of the document.
Gets the security tags of the document.
Please refer to DataSessionInterface for an explanation of the tag system.
The security tags of the document.
Gets the type of the document.
The type is then used in DocumentIdConverterInterface.convert.
The type of the document.
Gets the metadata of the document.
Its content depends on the filter parameter set on the search request (SearchInterface.search).
DO NOT modify this data in place, this results in undefined behavior.
Tells if any part instance linked to this document
is in the WorkingSetInterface set in the search request (SearchInterface.search).
true if any part instance linked to this document was in the WorkingSetInterface set when SearchInterface.search
was called.
A SearchDocumentResultInterface interface is the result of a search request (SearchInterface).
It contains :
part instancerelative to the search request is in the WorkingSetInterface of the search query.The metadata document may be used to customize the display of the search result. This metadata document is filtered with the list of metadata names set in the (SearchInterface.search query.
The document Id may be used in a DocumentIdConverterInterface to get the
part instance idsthat are referenced by this metadata document.or asynchronously :
Please make sure the destination browser supports promises before using async calls.
See