Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
The InterSystems IRIS NLP iKnow technology on which this index type is based is now deprecated. Please see the
product
documentation for more detail. The
This index class is a more advanced version of
If the
For a detailed description of the other configuration and query options, see the class reference
for
|
|
|
When this parameter is set to 1, additional SQL projections will be created upon compiling the class. These are accessible as read-only tables in a package named [package_name]_[class_name] and have names starting with [class_name]_[index_name] (which can be overridden through
IFINDADVANCEDSQLPREFIX ).
By default, the following mappings are generated for an %iFind.Index.Minimal index:
- [class_name]_[index_name]_WordRec: stores which words appear in each record in this index. See also
%iFind.Index.AbstractWordRec .Additional classes will be generated automatically, based on your index class and parameters. See the class reference for subclasses for more details.
The
%iFind.Rank.Abstract implementation to use for ranking search results using the auto-generated rank SQL procedure "[package name].[class name]_[index name]Rank"