Coder Social home page Coder Social logo

Comments (4)

nyanshell avatar nyanshell commented on July 24, 2024

https://github.com/bosondata/elasticsearch-analysis-bosonnlp#注意 Seems its a limitation of Lucene.

from elasticsearch-analysis-bosonnlp.

hzane avatar hzane commented on July 24, 2024
  • 每秒索引几十份文档,每个文档10个字段应该算不大的搜索引擎更新量
  • 这一秒钟几百请求就出去了
  • 生产环境要是每索引一份文档都要发出十几个http请求,我觉得谁也受不了
  • boson分词器要是本地化,基本我们就用了,要是封装个http-api就不好了

from elasticsearch-analysis-bosonnlp.

keruimin avatar keruimin commented on July 24, 2024

@heartszhang 目前的Plugin受限于Lucene所提供的底层Analyzer实现框架,目前Beta版本作为较大规模生产环境的使用确还难以胜任。有几个改进:

  1. 只将有中文搜索需求的field定义为bosonnlp
  2. 我们在尝试改写Lucene本身的结构以达到批处理的效果
  3. 我们在讨论本地化的可行性

from elasticsearch-analysis-bosonnlp.

noman798 avatar noman798 commented on July 24, 2024

有什么进展吗?
我建议是不是可以先在本地写一个代理,把多次请求转换为单次请求?
@keruimin

from elasticsearch-analysis-bosonnlp.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.