Changes

Jump to navigation Jump to search
1,165 bytes removed ,  14:11, 17 January 2016
=BaseX Features=
 
==Options==
 
The available [[Indexes#Full-Text Index|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 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>
The following indexing options are available:
 
* '''Language''': [[#Languages|see below]] for more details (<code>SET LANGUAGE EN</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>).
* '''Diacritics''': diacritics are indexed as well (<code>SET DIACRITICS true</code>).
* '''Stopword List''': a stop word list can be defined to reduce the number of indexed tokens (<code>SET STOPWORDS [filename]</code>).
==Languages==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu