Giter Club home page Giter Club logo

discuz-sphinx's Introduction

Discuz Sphinx

这是一个供 Discuz Sphinx 全文搜索功能使用的 Docker 镜像,封装好了全部索引配置,开箱即用

正在调试中,可能会出现不兼容旧版本的更新,请暂时不要用于开发以外的用途。

推荐的 docker-compose 配置如下:

  sphinx:
    restart: always
    image: mycard/discuz-sphinx
    ulimits:
      nproc: 65535
      nofile:
         soft: 65535
         hard: 65535
      memlock:
        soft: -1
        hard: -1
    volumes:
      - /etc/localtime:/etc/localtime
    environment:
      sql_host:
      sql_user:
      sql_pass:
      sql_db:

在 Discuz 后台 全局 - 搜索设置 - Sphinx 全文检索设置:
是否开启: 是
主机名: sphinx
端口: 9312
最大时间: 10000
最大数目: 10000

discuz-sphinx's People

Contributors

purerosefallen avatar zh99998 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nanamicat

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.