deprecatedclass %iKnow.UI.IndexingResults
extends %iKnow.UI.AbstractSourceViewer
This is a sample User Interface built on top of the iKnow APIs, visualizing the results of the
iKnow Smart Indexing API. You can either select an existing source from the dropdown list, or
use the input button to enter free text directly.
This is a Zen Page class.
parameter LOADINCURRENTDOMAIN = 1;
parameter PAGENAME = "iKnow Indexing Results";
Optional. This is the display name used for this page.
If not provided, the class name is used.
method DrawConcepts(seed As %ZEN.Datatype.string)
as %Status
method DrawCrcs(seed As %ZEN.Datatype.string)
as %Status
method DrawSentences(seed As %ZEN.Datatype.string)
as %Status
method GetInfoPaneText()
as %String
Returns the text to be displayed in infoPane. To be overridden by the subclass using it.
method OnChangeLanguageMode()
as %Status
This method is called whenever the language mode changes, as part of UpdateSource
or %OnAfterCreatePage
method OnUpdateDomain(domainId As %Integer)
as %Status
This method can be overridden at the subclass level to take any additional server-side
actions when the domain is changed.
method OnUpdateSource(sourceId As %Integer)
as %Status
Server-side method subclasses can override to take additional actions upon a change in the
current source.
method displayResultsClient()
as %Integer
[ Language = javascript ]
method onProcessInputClient()
[ Language = javascript ]
method onUpdateSourceClient(source)
[ Language = javascript ]
Client-side method subclasses can override to take additional actions upon a change in the
current source.
method toggleHLMode(val)
[ Language = javascript ]
method toggleSortCriteria(val)
[ Language = javascript ]
method toggleStemCriteria(val)
[ Language = javascript ]