|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentSearchResultContract
Defines the contract for a single document result from execution of a document search. This serves to package the actual document with it's document attributes.
Method Summary | |
---|---|
DocumentContract |
getDocument()
Returns the document represented by this result. |
List<? extends DocumentAttributeContract> |
getDocumentAttributes()
Returns an unmodifiable list of objects implementing the DocumentAttributeContract interface. |
Method Detail |
---|
DocumentContract getDocument()
DocumentContract
with the exception of document variables
. Even if a document has variables
defined they will not be included on the document returned from this method.
List<? extends DocumentAttributeContract> getDocumentAttributes()
DocumentAttributeContract
interface. These
define the various document attributes that have been indexed for the document represented by this result.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |