Search Modes

Search modes define how a search query is processed. A search mode is applied globally to an entire query unless you place an alternative search mode operator in front of specific term(s).

 

The available search modes are:

Exact Match (operator: +)
A document must contain the exact search term(s) to be a hit.
Stem (operator: #)
An algorithm looks to the stem of the term and then follows rules to determine different ending variations of the term. A document must contain the original term or any of the stemmed variations to be a hit.
Stem mode uses the publicly available Porter Stemming Algorithm. Query expansion can also be configured for Stem mode to return additional documents. If, for example, matter is specified as a query expansion for case, then a stem mode search for case will also return documents containing the word matter.
Concept (operator: ^)
Concept mode first expands the inputted term using stem mode and then looks for content conceptually related to each expanded term based on the concepts generated for the matter. A document must contain the original term or an identified concept term to be a hit.
Fuzzy (operator: ~)
A fuzzy mode search expands query terms to include terms with spelling variations. A document must contain the original term or any of the identified spelling variations to be a hit.

Tip: Fuzzy mode searches often work well for documents that were run through Optical Character Recognition (OCR) to generate searchable text, especially if the OCR is not of good quality. Administrators can configure the maximum edit distance for a fuzzy mode search, that is, the maximum number of differences allowed between the inputted term and the expanded query terms. Administrators can also configure fuzzy mode search to specify that the expansion terms must start with the same letters as the query terms, which increases search performance.

Copyright © 2019 Open Text. All Rights Reserved. Trademarks owned by Open Text.