| Package | Description |
|---|---|
| org.visallo.core.model.termMention |
| Modifier and Type | Method and Description |
|---|---|
TermMentionBuilder |
TermMentionBuilder.conceptIri(String conceptIri)
The concept type of this term mention.
|
TermMentionBuilder |
TermMentionBuilder.end(long end)
The end offset within the property text that this term mention appears.
|
TermMentionBuilder |
TermMentionBuilder.outVertex(org.vertexium.Vertex outVertex)
The vertex that contains this term mention (ie Document, Html page, etc).
|
TermMentionBuilder |
TermMentionBuilder.process(String process)
The process that created this term mention.
|
TermMentionBuilder |
TermMentionBuilder.propertyKey(String propertyKey)
The property key of the
VisalloProperties.TEXT that this term mention references. |
TermMentionBuilder |
TermMentionBuilder.propertyName(String propertyName)
The property name of the
VisalloProperties.TEXT that this term mention references. |
TermMentionBuilder |
TermMentionBuilder.resolvedTo(String resolvedToVertexId,
String resolvedEdgeId)
If this is a resolved term mention.
|
TermMentionBuilder |
TermMentionBuilder.resolvedTo(org.vertexium.Vertex resolvedToVertex,
org.vertexium.Edge resolvedEdge)
If this is a resolved term mention.
|
TermMentionBuilder |
TermMentionBuilder.snippet(String snippet) |
TermMentionBuilder |
TermMentionBuilder.start(long start)
The start offset within the property text that this term mention appears.
|
TermMentionBuilder |
TermMentionBuilder.title(String title)
The title/text of this term mention.
|
TermMentionBuilder |
TermMentionBuilder.visibilityJson(String visibilityJsonString)
Visibility JSON string.
|
TermMentionBuilder |
TermMentionBuilder.visibilityJson(VisibilityJson visibilitySource)
Visibility JSON object.
|
Copyright © 2013–2017 V5 Analytics. All rights reserved.