public class ChildDocReference extends Object implements Serializable
| Constructor and Description |
|---|
ChildDocReference(ResultDoc document,
Path field)
Constructs a reference for the given document and field
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultDoc> |
getChildren()
Returns the child documents for this reference
|
ResultDoc |
getDocument()
Returns the source document
|
Path |
getReferenceField()
Returns the field in the source document that this reference represents
|
String |
toString() |
Copyright © 2015. All rights reserved.