Commit 1f67c3af137dcd553a33e1bec3af4e5a6b99d289

Authored by Matthijs Brouwer
1 parent cd0bea3a

documentation prefix numbers

src/site/markdown/installation_solr.md.vm
... ... @@ -165,9 +165,13 @@ an obligatory attribute `followIndexAnalyzer` referring to the additional fieldT
165 165 we defined before. The optional attribute `defaultConfiguration` contains the name
166 166 of the default configuration to be used, and the obligatory attribute
167 167 `configurationFromField` contains the name of the field defining the required
168   -configuration. The optional attributes `setNumberOfTokens`,
169   -`setNumberOfPositions`, `setSize`, `setPrefix` and `setError` define fields that may be filled
170   -with respectively number of tokens, number of positions, filesize, prefixes and possible errors.
  168 +configuration.
  169 +
  170 +The optional attributes `setNumberOfTokens`, `setNumberOfPositions`, `setSize`, `setPrefix` and
  171 +`setError` define fields that may be filled with respectively number of tokens, number of positions,
  172 +filesize, prefixes and possible errors. The optional attribute `setPrefixNumbers` defines a prefix to be used
  173 +for adding for each occurring prefix a field with a name constructed from this `setPrefixNumbers` value
  174 +followed by the prefix, and containing the number of occurrences of this prefix.
171 175  
172 176 **Example of a Mtas configuration file**
173 177  
... ...