Blame view

src/site/site.xml 3.44 KB
Matthijs Brouwer authored
1
<project name="Multi Tier Annotation Search">
Matthijs Brouwer authored
2
3
4
  <publishDate position="right" />
  <version position="left" />
  <bannerRight>
Matthijs Brouwer authored
5
6
7
8
9
10
    <name>Text Exploration</name>
    <src>images/texplo.png</src>
    <href>https://www.textexploration.org/</href>
    <width>120</width>
    <height>120</height>
    <title>Textexploration.org</title>
Matthijs Brouwer authored
11
12
13
14
15
16
  </bannerRight>
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.5</version>
  </skin>
Matthijs Brouwer authored
17
  <body>
Matthijs Brouwer authored
18
19
20
    <breadcrumbs>
      <item name="Mtas" href="index.html"/>
    </breadcrumbs>
Matthijs Brouwer authored
21
22
    <menu name="Mtas">
      <item name="Introduction" href="index.html"/>
Matthijs Brouwer authored
23
24
25
26
      <item name="Features" href="features.html"/>
      <item name="Getting started" href="installation.html" collapse="true">
        <item name="Lucene" href="installation_lucene.html"/>
        <item name="Solr" href="installation_solr.html"/>
Matthijs Brouwer authored
27
        <item name="Docker" href="installation_docker.html"/>
Matthijs Brouwer authored
28
29
30
      </item>
      <item name="Indexing" href="indexing.html" collapse="true">
        <item name="Configuration" href="indexing_configuration.html"/>
Matthijs Brouwer authored
31
        <item name="Mapping" href="indexing_mapping.html"/>
Matthijs Brouwer authored
32
33
34
        <item name="Formats" href="indexing_formats.html">
          <item name="FoLiA" href="indexing_formats_folia.html" collapse="true"/>
          <item name="TEI" href="indexing_formats_tei.html" collapse="true"/>
Matthijs Brouwer authored
35
          <item name="CHAT" href="indexing_formats_chat.html" collapse="true"/>
Matthijs Brouwer authored
36
          <item name="Sketch" href="indexing_formats_sketch.html" collapse="true"/>
Matthijs Brouwer authored
37
38
39
40
41
          <item name="CRM" href="indexing_formats_crm.html" collapse="true"/>
        </item>        
      </item>
      <item name="Search" href="search.html" collapse="true">
        <item name="Configuration" href="search_configuration.html"/>
Matthijs Brouwer authored
42
43
44
45
46
        <item name="Component" href="search_component.html">
          <item name="Statistics" href="search_component_stats.html" collapse="true">
            <item name="Positions" href="search_component_stats_positions.html"/>
            <item name="Tokens" href="search_component_stats_tokens.html"/>
            <item name="Spans" href="search_component_stats_spans.html"/>
Matthijs Brouwer authored
47
          </item>
Matthijs Brouwer authored
48
49
50
51
52
53
54
          <item name="Kwic" href="search_component_kwic.html"/>
          <item name="List" href="search_component_list.html"/>
          <item name="Document" href="search_component_document.html"/>
          <item name="Termvector" href="search_component_termvector.html"/>
          <item name="Facet" href="search_component_facet.html"/>
          <item name="Group" href="search_component_group.html"/>         
          <item name="Prefix" href="search_component_prefix.html"/>        
Matthijs Brouwer authored
55
56
          <item name="Collection" href="search_component_collection.html"/>
          <item name="Version" href="search_component_version.html"/>          
Matthijs Brouwer authored
57
        </item> 
Matthijs Brouwer authored
58
59
60
61
62
63
        <item name="Parser" href="search_parser.html">
          <item name="CQL query" href="search_parser_cql.html"/>
          <item name="Join query" href="search_parser_join.html"/>  
        </item>
        <item name="Handler" href="search_handler.html">
        </item>
Matthijs Brouwer authored
64
65
66
67
68
        <item name="Type of statistics" href="search_stats.html"/>
        <item name="Functions" href="search_functions.html"/>
        <item name="CQL" href="search_cql.html"/>
        <item name="Sharding" href="search_sharding.html"/>                 
      </item>
Matthijs Brouwer authored
69
      <item name="Download" href="download.html"/> 
Matthijs Brouwer authored
70
71
72
73
    </menu>
    <menu ref="reports"/>
  </body>
</project>