Full-Text Searching
Background Information
A full-text search examines all the words in every stored document, rather than examining only titles or other metadata.
Available Tools
Enable you to implement full-text searching. The class %Text.TextOpens in a new tab data type class implements the methods used by Caché for full text indexing, text search, similarity scoring, automatic classification, dictionary management, word stemming, n-gram key creation, and noise word filtering.
Other classes in this package implement language-specific stemming algorithms and initialize the language-specific lists of noise words.
For details, see “Using Free-text Search” in the chapter “Querying the Database” in Using Caché SQL.
Also see the InterSystems Class Reference. The comments for these classes are extensive.
Availability: All namespaces.