|
1
2
|
#Features
|
|
3
4
5
|
Annotational layers and structure are added to the existing [Lucene](https://lucene.apache.org/) approach of creating and searching indexes, and furthermore present an implementation as [Solr](https://lucene.apache.org/solr/) plugin providing both searchability and scalability.
**Indexation of multiple document formats is facilitated**:
|
|
6
|
|
|
7
8
9
10
|
* Supports indexing [FoLiA](indexing_formats_folia.html), [TEI](indexing_formats_tei.html), [CRM](indexing_formats_crm.html) and [Sketch](indexing_formats_sketch.html).
* Custom [mapping](indexing_formats.html) from the original document format to the index structure.
* [Configure](search_configuration.html) multiple document formats and mappings within the same core.
|
|
11
|
**Extension of search capabilities**:
|
|
12
13
|
* Supports [CQL](search_cql.html) query language.
|
|
14
|
* [Statistics](search_stats.html) on number of [words](search_component_stats_positions.html), [tokens](search_component_stats_tokens.html) and [spans](search_component_stats_spans.html).
|
|
15
|
* Usage of [functions](search_functions.html) to produce statistics for custom defined relations between multiple spans and/or number of words.
|
|
16
17
|
* [Facets](search_component_facet.html) with [statistics](search_stats.html) on hits.
* [Kwic](search_component_kwic.html), [Lists](search_component_list.html), [Document](search_component_document.html), [termvectors](search_component_termvector.html) and [grouping](search_component_group.html) for spans.
|
|
18
|
|
|
19
|
|
|
20
|
**Supports existing Solr capabilities**:
|
|
21
22
23
|
* Can be used as plugin for [Apache Solr](http://lucene.apache.org/solr/).
* Supports existing Solr functionality including distributed search with [sharding](search_sharding.html).
|
|
24
25
|
|