Changes

Jump to navigation Jump to search
12 bytes removed ,  21:10, 13 December 2010
* TF/IDF Scoring: TF/IDF-based scoring values are calculated and stored in the index (<code>SET SCORING 1/2</code>; details see below)
* Stopwords: a stop word list can be defined to reduce the number of indexed tokens (<code>SET STOPWORDS FILENAME</code>)
'''Caution:''' The index will only be applied if the activated options
are also specified in the query:
'''Index Options:''' Case Sensitive, Stemming ON
'''Query 1 (wrong):'''
<pre>declare ft-option using case sensitive using stemming;
//*[text() contains text 'inform']
</pre>
==Scoring==
The XQuery Full Text Recommendation allows for the usage of scoring models
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu