%iKnow.NativeSupport.Indexer

Property Inventory

Method Inventory

Properties

property DataTarget as %RegisteredObject;
Property methods: DataTargetGet(), DataTargetGetSwizzled(), DataTargetIsValid(), DataTargetNewObject(), DataTargetSet()
property HasWeightDataChanged as %Boolean [ InitialExpression = 0 ];
Property methods: HasWeightDataChangedDisplayToLogical(), HasWeightDataChangedGet(), HasWeightDataChangedIsValid(), HasWeightDataChangedLogicalToDisplay(), HasWeightDataChangedNormalize(), HasWeightDataChangedSet()
property IsBinaryModeEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: IsBinaryModeEnabled(), IsBinaryModeEnabledDisplayToLogical(), IsBinaryModeEnabledGet(), IsBinaryModeEnabledIsValid(), IsBinaryModeEnabledLogicalToDisplay(), IsBinaryModeEnabledNormalize(), IsBinaryModeEnabledSet()
property IsDelimitedSentenceModeEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: IsDelimitedSentenceModeEnabled(), IsDelimitedSentenceModeEnabledDisplayToLogical(), IsDelimitedSentenceModeEnabledGet(), IsDelimitedSentenceModeEnabledIsValid(), IsDelimitedSentenceModeEnabledLogicalToDisplay(), IsDelimitedSentenceModeEnabledNormalize(), IsDelimitedSentenceModeEnabledSet()
property IsExtraInfoEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: IsExtraInfoEnabled(), IsExtraInfoEnabledDisplayToLogical(), IsExtraInfoEnabledGet(), IsExtraInfoEnabledIsValid(), IsExtraInfoEnabledLogicalToDisplay(), IsExtraInfoEnabledNormalize(), IsExtraInfoEnabledSet()
property IsMergeRelationsEnabled as %Boolean [ InitialExpression = 1 ];
Property methods: IsMergeRelationsEnabled(), IsMergeRelationsEnabledDisplayToLogical(), IsMergeRelationsEnabledGet(), IsMergeRelationsEnabledIsValid(), IsMergeRelationsEnabledLogicalToDisplay(), IsMergeRelationsEnabledNormalize(), IsMergeRelationsEnabledSet()
property IsSummarizerEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: IsSummarizerEnabled(), IsSummarizerEnabledDisplayToLogical(), IsSummarizerEnabledGet(), IsSummarizerEnabledIsValid(), IsSummarizerEnabledLogicalToDisplay(), IsSummarizerEnabledNormalize(), IsSummarizerEnabledSet()
property IsTracingEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: IsTracingEnabled(), IsTracingEnabledDisplayToLogical(), IsTracingEnabledGet(), IsTracingEnabledIsValid(), IsTracingEnabledLogicalToDisplay(), IsTracingEnabledNormalize(), IsTracingEnabledSet()
property IsTranslationRequired as %Boolean [ InitialExpression = ('$System.Version.IsUnicode()) && ($$GetCharset^%SYS.NLS()'="Latin1") ];
Property methods: IsTranslationRequired(), IsTranslationRequiredDisplayToLogical(), IsTranslationRequiredGet(), IsTranslationRequiredIsValid(), IsTranslationRequiredLogicalToDisplay(), IsTranslationRequiredNormalize(), IsTranslationRequiredSet()
property MaxConceptLength as %Integer [ InitialExpression = 0 ];
Property methods: MaxConceptLengthDisplayToLogical(), MaxConceptLengthGet(), MaxConceptLengthIsValid(), MaxConceptLengthLogicalToDisplay(), MaxConceptLengthNormalize(), MaxConceptLengthSet()
property OutputFormat as %Integer [ InitialExpression = $$$IKFORMATDOEXTRAENTITY ];
Property methods: OutputFormatDisplayToLogical(), OutputFormatGet(), OutputFormatIsValid(), OutputFormatLogicalToDisplay(), OutputFormatNormalize(), OutputFormatSet()
property Stemmer as %iKnow.Stemmer;
Property methods: StemmerGet(), StemmerGetSwizzled(), StemmerIsValid(), StemmerNewObject(), StemmerSet()
property SummaryWeightData as %String;
Property methods: SummaryWeightDataDisplayToLogical(), SummaryWeightDataGet(), SummaryWeightDataIsValid(), SummaryWeightDataLogicalToDisplay(), SummaryWeightDataLogicalToOdbc(), SummaryWeightDataNormalize(), SummaryWeightDataSet()

Methods

method AddInputBlock(block As %String)
method ClearInput()
method GetInputBlock(key As %Integer) as %String
Inherited description: Retrieve an input block, given a key (COS)
method GetMaxConceptLength() as %Integer
Inherited description: Returns the maximum number of concepts that will be joined into a single concept (COS)
method GetOutputFormat() as %Integer
Returns the code for the current selected output format (COS)
method GetSummaryWeight() as %String
method HasStemmer() as %Integer
method HasSumWeightChanged() as %Integer
method IsBinaryModeEnabled() as %Integer
Inherited description: Returns non-0 if binary mode is enabled. Binary mode allows for longer "sentences" and potentially other modifications to the engine's behavior for processing non-textual data. (COS)
method IsDelimitedSentenceModeEnabled() as %Integer
Inherited description: Returns non-0 if delimited sentence mode is enabled. Delimited sentence mode disables all sentence splitting except for double line breaks, and is used for indexing (or re-indexing) documents where the sentence structure can be determined outside the engine (COS)
method IsExtraInfoEnabled() as %Integer
Inherited description: Returns non-0 if extended info mode is enabled. This turns on entity dominance, among other output. (COS)
method IsMergeRelationsEnabled() as %Integer
Inherited description: Returns non-0 if merging of relations is enabled (COS)
method IsSummarizerEnabled() as %Integer
Inherited description: Returns non-0 if the summarizer is enabled (COS)
method IsTracingEnabled() as %Integer
Inherited description: Returns non-0 if tracing is enabled (COS)
method IsTranslationRequired() as %Integer
Inherited description: Returns non-0 if translation to/from a non-Latin1 8-bit character set is required (This affects how the output block $LIST passed to OutputBlock() is constructed: with binary values that will not be translated vs. string values that will) (COS)
method NextInputBlock(key As %Integer) as %Integer
Inherited description: Retrieve the next input block key, given the current input block key (COS)
method OutputBlock(block As %CPP.StrList)
Inherited description: Callback for processing output blocks. (COS)
method SetOutputFormat(format As %Integer)
method SetSummaryWeight(Data As %String)
method Stem(token As %String, language As %String, lexType As %Integer) as %String

Inherited Members

Inherited Methods