close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Dec 6, 2006, 3:20:25 PM (19 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
24 | 24 | XPath of each entry key |
25 | 25 | indexes:: |
26 | | List of indexed elements/attributes. pairs of element name (attributes name without @) and index type (choose the right type, or the wrong index may cause performance issues). For Wordnet dictionaries, basic set of indexes is set automatically. |
| 26 | List of indexed elements/attributes, pairs of element name (attributes name without @) and index type (choose the right type, or the wrong index may cause performance issues). For Wordnet dictionaries, basic set of indexes is filled automatically. |
| 27 | xslt:: |
| 28 | List of XSLT templates for entries preview, pairs of template name (used in code) and XSLT filename. For Wordnet dictionaries, basic set of templates is filled automatically. |
| 29 | packages:: |
| 30 | eq tags:: |
| 31 | lookup dict:: |
| 32 | reload dict:: |
27 | 33 | |
28 | 34 | === Example === |
… |
… |
|
35 | 41 | * key = /SYNSET/ID |
36 | 42 | * indexes = automatically set Wordnet indexes (for example, ID:node-element-equality-string, LITERAL:node-element-substring-string) |
| 43 | * xslt = automagically set (xml:xmlpretty.xsl (for neat XML preview), preview:wn-preview.xslt, vb:wnvb.xslt) |
37 | 44 | |
38 | 45 | == Services == |