hidden deprecatedabstract persistent class %iFind.Index.AbstractWordPos
extends %Persistent
This class is deprecated and will no longer be used when generating table projections for an iFind index.
Read-only projection of which words occur at which positions in a record.
Controlled through the IFINDATTRIBUTES parameter in %iFind.Index.Semantic
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property Position
as %Integer;
The position at which the word appears
property RecId
as %Integer;
The records in which the word appears
property WordId
as %iFind.Word;
The word appearing at this Position in this RecId
index (NewIndex1 on RecId,WordId,Position) [IdKey];