All Projects → blueshen → Ik Analyzer

blueshen / Ik Analyzer

Licence: gpl-3.0
支持Lucene5/6/7/8+版本, 长期维护。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ik Analyzer

Vectorsinsearch
Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015
Stars: ✭ 71 (-36.61%)
Mutual labels:  search-engine, solr, lucene, elasticsearch
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (-10.71%)
Mutual labels:  solr, lucene, elasticsearch
Srchx
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Stars: ✭ 118 (+5.36%)
Mutual labels:  search-engine, solr, elasticsearch
Code4java
Repository for my java projects.
Stars: ✭ 164 (+46.43%)
Mutual labels:  solr, lucene, elasticsearch
Querqy
Query preprocessor for Java-based search engines (Querqy Core and Solr implementation)
Stars: ✭ 122 (+8.93%)
Mutual labels:  search-engine, solr, lucene
solr
Apache Solr open-source search software
Stars: ✭ 651 (+481.25%)
Mutual labels:  search-engine, solr, lucene
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+3665.18%)
Mutual labels:  search-engine, solr, lucene
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (+400.89%)
Mutual labels:  search-engine, lucene, elasticsearch
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+792.86%)
Mutual labels:  solr, elasticsearch
Ik Analyzer Solr
ik-analyzer for solr 7.x-8.x
Stars: ✭ 1,017 (+808.04%)
Mutual labels:  solr, lucene
Datafari
Open Source, Distributed, Big Data Enterprise Search Engine
Stars: ✭ 47 (-58.04%)
Mutual labels:  solr, elasticsearch
Foundatio.parsers
A lucene style query parser that is extensible and allows modifying the query.
Stars: ✭ 39 (-65.18%)
Mutual labels:  lucene, elasticsearch
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+7139.29%)
Mutual labels:  search-engine, elasticsearch
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-59.82%)
Mutual labels:  search-engine, elasticsearch
Moqui Elasticsearch
Moqui Tool Component for ElasticSearch useful for scalable faceted text search, and analytics and reporting using aggregations and other great features
Stars: ✭ 10 (-91.07%)
Mutual labels:  lucene, elasticsearch
Relevancyfeedback
Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search
Stars: ✭ 19 (-83.04%)
Mutual labels:  search-engine, solr
Elasticsearch Synonyms
Curated synonym files and Helpers for Elasticsearch Synonym Token Filter
Stars: ✭ 51 (-54.46%)
Mutual labels:  solr, elasticsearch
Elasticsearch Spring Boot Spring Data
🏆 Starter example for using Elasticsearch repository with Springboot
Stars: ✭ 65 (-41.96%)
Mutual labels:  search-engine, elasticsearch
Awesome Solr
A curated list of Awesome Apache Solr links and resources.
Stars: ✭ 69 (-38.39%)
Mutual labels:  search-engine, solr
Solrplugins
Dice Solr Plugins from Simon Hughes Dice.com
Stars: ✭ 86 (-23.21%)
Mutual labels:  solr, lucene

Build Status

Long Term Support,welcome pull request

IKAnalyzer的作者为林良益([email protected]),项目网站为http://code.google.com/p/ik-analyzer/

本版本,主要特点:

  • Maven化, 代码格式化
  • 添加了不少停用词,使其适用于中文分词
  • 全面支持的lucene全系列版本为5/6/7/8, 持续技术支持

Maven用法:

将以下依赖加入工程的pom.xml中的依赖部分。

    <dependency>
        <groupId>org.wltea.ik-analyzer</groupId>
        <artifactId>ik-analyzer</artifactId>
        <version>8.4.0</version>
    </dependency>

在IK Analyzer加入Maven Central Repository之前,你需要手动安装,安装到本地的repository,或者上传到自己的Maven repository服务器上。

要安装到本地Maven repository,使用如下命令,将自动编译,打包并安装:

    mvn clean install -Dmaven.test.skip=true

关于我

请访问 https://www.shenyanchao.cn

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].