elasticsearch-analysis-hyphen

Hyphen analysis for Elasticsearch

License

License

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.xbib.elasticsearch.plugin
ArtifactId

ArtifactId

elasticsearch-analysis-hyphen
Last Version

Last Version

5.1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

elasticsearch-analysis-hyphen
Hyphen analysis for Elasticsearch
Project URL

Project URL

https://github.com/jprante/elasticsearch-analysis-hyphen
Project Organization

Project Organization

xbib
Source Code Management

Source Code Management

https://github.com/jprante/elasticsearch-analysis-hyphen

Download elasticsearch-analysis-hyphen

How to add to project

<!-- https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-hyphen/ -->
<dependency>
    <groupId>org.xbib.elasticsearch.plugin</groupId>
    <artifactId>elasticsearch-analysis-hyphen</artifactId>
    <version>5.1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-hyphen/
implementation 'org.xbib.elasticsearch.plugin:elasticsearch-analysis-hyphen:5.1.1.0'
// https://jarcasting.com/artifacts/org.xbib.elasticsearch.plugin/elasticsearch-analysis-hyphen/
implementation ("org.xbib.elasticsearch.plugin:elasticsearch-analysis-hyphen:5.1.1.0")
'org.xbib.elasticsearch.plugin:elasticsearch-analysis-hyphen:jar:5.1.1.0'
<dependency org="org.xbib.elasticsearch.plugin" name="elasticsearch-analysis-hyphen" rev="5.1.1.0">
  <artifact name="elasticsearch-analysis-hyphen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib.elasticsearch.plugin', module='elasticsearch-analysis-hyphen', version='5.1.1.0')
)
libraryDependencies += "org.xbib.elasticsearch.plugin" % "elasticsearch-analysis-hyphen" % "5.1.1.0"
[org.xbib.elasticsearch.plugin/elasticsearch-analysis-hyphen "5.1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 5.1.1

test (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.7
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Hyphen analysis for Elasticsearch

elasticsearch analysis hyphen gate?key=org.xbib.elasticsearch measure?key=org.xbib.elasticsearch badge License Apache%202.0 blue xbib

btn donateCC LG

This plugin for Elasticsearch can handle hyphens and other symbols in words or at word boundaries for improved search precision.

An example in english is the word editor-in-chief, which will be indexed as editor-in-chief plus editor, in, chief.

In other languages such as german, hyphenated words are much more common ("Bindestrichwörter").

This plugin also helps when analyzing acronyms or symbols in names because the hyphen characters is configurable by the symbols that connect parts of a word. Also, keywords may be optionally respected. So it is possible to index Programming in C++ differently from Programming in C

Documentation

For examples, see the documentation

Table 1. Version compatibility

Plugin

Elasticsearch

Release date

5.1.1.0

5.1.1

Dec 23, 2016

Installation

5.x

./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-hyphen/5.1.1.0/elasticsearch-analysis-hyphen-5.1.1.0-plugin.zip

Do not forget to restart the node after installing.

Issues

All feedback is welcome! If you find issues, please post them at Github

License

Hyphen Analysis Plugin for Elasticsearch

Copyright © 2016 Jörg Prante

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and lim

Versions

Version
5.1.1.0