Changes

Jump to navigation Jump to search
81 bytes added ,  23:36, 10 May 2012
The available full-text index can handle various combinations of the match options defined in the XQuery Full Text Recommendation. By default, most options are disabled. The GUI dialogs for creating new databases or displaying the database properties contain a tab for choosing between all available options. On the command-line, the <code>SET</code> command can be used to activate full-text indexing or creating a full-text index for existing databases:
 
* <code>SET FTINDEX true; CREATE DB input.xml</code>
* <code>CREATE INDEX fulltext</code>
* '''Language''': [[#Languages|see below]] for more details (<code>SET LANGUAGE EN</code>)
* '''Support Wildcards''': a trie-based index can be applied to support wildcard searches (<code>SET WILDCARDS true</code>)
* '''Stemming''': tokens are stemmed with the Porter Stemmer before being indexed (<code>SET STEMMING true</code>)
* '''Case Sensitive''': tokens are indexed in case-sensitive mode (<code>SET CASESENS true</code>)
* '''TF/IDF Scoring''': TF/IDF-based scoring values are calculated and stored in the index (<code>SET SCORING 0/1/2</code>; details see below)
* '''Stopword List''': a stop word list can be defined to reduce the number of indexed tokens (<code>SET STOPWORDS [filename]</code>)
* '''Support Wildcards''': a trie-based index can be applied to support wildcard searches (<code>SET WILDCARDS true</code>). From {{Version|7.2.2}}, the index will support both wildcard and fuzzy queries.
==Languages==
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu