Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%iFind] >  [Word]
Private  Storage   

persistent class %iFind.Word extends %Persistent

This table contains all words identified by iFind indices in this namespace using namespace-wide shared storage (cf the IFINDSHAREDSTORAGELOCATION parameter in %iFind.Index.Basic). Note that this may also include transformed words. To only find original words wrt a specific transformation, use %iFind.OriginalWord.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3 1 2


Summary

Properties
Key StrippedWordId Value

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable GetStrippedWordId


Parameters

• parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

• property Key as %Integer;
Internal identifier of this word
• property StrippedWordId as %iFind.Word [ Calculated ];
Calculated property returning the word object equivalent to this object, with all punctuation stripped off.
• property Value as %String(COLLATION="SQLSTRING",MAXLEN="");
String value of this word

Methods

• classmethod GetStrippedWordId(pString As %String, pKeepChars As %String = $$$STRIPKEEP) as %Integer
Returns the word ID for the supplied string, stripped of all punctuation.

Indices

•index (KeyIdx on Key) [IdKey,Unique];
•index (ValueIdx on Value) [Type = collatedkey,Unique];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.