| Package | Description |
|---|---|
| com.mware.core.model.termMention |
| Modifier and Type | Method and Description |
|---|---|
TermMentionBuilder |
TermMentionBuilder.conceptName(String conceptName)
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(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
BcSchema.TEXT that this term mention references. |
TermMentionBuilder |
TermMentionBuilder.propertyName(String propertyName)
The property name of the
BcSchema.TEXT that this term mention references. |
TermMentionBuilder |
TermMentionBuilder.resolvedFromTermMention(String resolvedFromFromTermMention)
The id of term mention that this resolved vertex is resolved
|
TermMentionBuilder |
TermMentionBuilder.resolvedTo(String resolvedToVertexId,
String resolvedEdgeId)
If this is a resolved term mention.
|
TermMentionBuilder |
TermMentionBuilder.resolvedTo(Vertex resolvedToVertex,
Edge resolvedEdge)
If this is a resolved term mention.
|
TermMentionBuilder |
TermMentionBuilder.score(Double score)
The score of 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.style(String style)
The CSS style for this term mention
|
TermMentionBuilder |
TermMentionBuilder.title(String title)
The title/text of this term mention.
|
TermMentionBuilder |
TermMentionBuilder.type(String type)
The type of term mention
|
TermMentionBuilder |
TermMentionBuilder.visibilityJson(String visibilityJsonString)
Visibility JSON string.
|
TermMentionBuilder |
TermMentionBuilder.visibilityJson(VisibilityJson visibilitySource)
Visibility JSON object.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.