features.html 8.16 KB
<!DOCTYPE html>
<!--
 | Generated by Apache Maven Doxia Site Renderer 1.7.4 at 2017-10-27 
 | Rendered using Apache Maven Fluido Skin 1.5
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="Date-Revision-yyyymmdd" content="20171027" />
    <meta http-equiv="Content-Language" content="en" />
    <title>Multi Tier Annotation Search &#x2013; Features</title>
    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
    <link rel="stylesheet" href="./css/site.css" />
    <link rel="stylesheet" href="./css/print.css" media="print" />

      
    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>

                      </head>
        <body class="topBarDisabled">
          
        
    
        <div class="container-fluid">
          <div id="banner">
        <div class="pull-left">
                                <div id="bannerLeft">
                <h2>MTAS</h2>
                </div>
                      </div>
        <div class="pull-right">                  <a href="http://www.meertens.knaw.nl/" id="bannerRight">
                                                                                                <img src="images/meertens.png"  alt="Meertens Instituut" width="93" height="104"/>
                </a>
      </div>
        <div class="clear"><hr/></div>
      </div>

      <div id="breadcrumbs">
        <ul class="breadcrumb">
              
                  <li id="projectVersion">Version: 7.0.1.2-SNAPSHOT
                          <span class="divider">|</span>
                    </li>
                              <li class="">
                    <a href="index.html" title="Mtas">
        Mtas</a>
                    <span class="divider">/</span>
      </li>
        <li class="active ">Features</li>
                
              
                  <li id="publishDate" class="pull-right">Last Published: 2017-10-27</li>
            
                            </ul>
      </div>

            
      <div class="row-fluid">
        <div id="leftColumn" class="span2">
          <div class="well sidebar-nav">
              
                <ul class="nav nav-list">
                    <li class="nav-header">Mtas</li>
                              
      <li>
  
                          <a href="index.html" title="Introduction">
          <span class="none"></span>
        Introduction</a>
            </li>
                
      <li class="active">
  
            <a href="#"><span class="none"></span>Features</a>
          </li>
                                                                                                      
      <li>
  
                          <a href="installation.html" title="Getting started">
          <span class="icon-chevron-right"></span>
        Getting started</a>
                  </li>
                                                                                                                                                                                                      
      <li>
  
                          <a href="indexing.html" title="Indexing">
          <span class="icon-chevron-right"></span>
        Indexing</a>
                  </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
      <li>
  
                          <a href="search.html" title="Search">
          <span class="icon-chevron-right"></span>
        Search</a>
                  </li>
                
      <li>
  
                          <a href="download.html" title="Download">
          <span class="none"></span>
        Download</a>
            </li>
                              <li class="nav-header">Project Documentation</li>
                                                                                                                                                                                                              
      <li>
  
                          <a href="project-info.html" title="Project Information">
          <span class="icon-chevron-right"></span>
        Project Information</a>
                  </li>
                                                                                                                                          
      <li>
  
                          <a href="project-reports.html" title="Project Reports">
          <span class="icon-chevron-right"></span>
        Project Reports</a>
                  </li>
            </ul>
              
                
          <hr />

           <div id="poweredBy">
                            <div class="clear"></div>
                            <div class="clear"></div>
                            <div class="clear"></div>
                            <div class="clear"></div>
                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
      </a>
                  </div>
          </div>
        </div>
        
                
        <div id="bodyColumn"  class="span10" >
                                  
            <h1>Features</h1>
<p>Annotational layers and structure are added to the existing <a class="externalLink" href="https://lucene.apache.org/">Lucene</a> approach of creating and searching indexes, and furthermore present an implementation as <a class="externalLink" href="https://lucene.apache.org/solr/">Solr</a> plugin providing both searchability and scalability.</p>
<p><b>Indexation of multiple document formats is facilitated</b>:</p>

<ul>
  
<li>Supports indexing <a href="indexing_formats_folia.html">FoLiA</a>, <a href="indexing_formats_tei.html">TEI</a>, <a href="indexing_formats_crm.html">CRM</a> and <a href="indexing_formats_sketch.html">Sketch</a>.</li>
  
<li>Custom <a href="indexing_formats.html">mapping</a> from the original document format to the index structure.</li>
  
<li><a href="search_configuration.html">Configure</a> multiple document formats and mappings within the same core.</li>
</ul>
<p><b>Extension of search capabilities</b>:</p>

<ul>
  
<li>Supports <a href="search_cql.html">CQL</a> query language.</li>
  
<li><a href="search_stats.html">Statistics</a> on number of <a href="search_component_stats_positions.html">words</a>, <a href="search_component_stats_tokens.html">tokens</a> and <a href="search_component_stats_spans.html">spans</a>.</li>
  
<li>Usage of <a href="search_functions.html">functions</a> to produce statistics for custom defined relations between multiple spans and/or number of words.</li>
  
<li><a href="search_component_facet.html">Facets</a> with <a href="search_stats.html">statistics</a> on hits.</li>
  
<li><a href="search_component_kwic.html">Kwic</a>, <a href="search_component_list.html">Lists</a>, <a href="search_component_document.html">Document</a>, <a href="search_component_termvector.html">termvectors</a> and <a href="search_component_group.html">grouping</a> for spans.</li>
</ul>
<p><b>Supports existing Solr capabilities</b>:</p>

<ul>
  
<li>Can be used as plugin for <a class="externalLink" href="http://lucene.apache.org/solr/">Apache Solr</a>.</li>
  
<li>Supports existing Solr functionality including distributed search with <a href="search_sharding.html">sharding</a>.</li>
</ul>
                  </div>
            </div>
          </div>

    <hr/>

    <footer>
            <div class="container-fluid">
                      <div class="row-fluid">
                                      <p >Copyright &copy;                    2017
                        <a href="http://www.meertens.knaw.nl/">Meertens Institute</a>.
            All rights reserved.    
      </p>
                </div>

        
                </div>
    </footer>
        </body>
</html>