-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持全文搜索引擎的url地址和鉴权信息在哪里修改?wizard页面创建的内容怎么同步到搜索引擎数据库? #209
Comments
我配置了,依然全文搜索不生效 |
进入到容器中,看看 /webroot/storage/logs 目录下的日志文件有没有报错 建议使用下面的方式启动哈,把日志目录挂载到宿主机 docker run -d --name wizard -p 18080:80 \
-v /data/wizard/logs:/webroot/storage/logs \
-v /data/wizard/sessions:/webroot/storage/framework/sessions \
-v /data/wizard/storage/public:/webroot/storage/app/public \
-v /data/wizard/env:/webroot/.env \
--restart=always mylxsw/wizard:1.3.0 说明:
|
还有问题可以加微信哈,微信号 mylxsw |
你好,我配置之后依然不能全文搜索。过程如下面:
管总,方便提供个电话吗?这个问题如果解决了,我打算上报公司推荐使用。
我配置之后也同步成功了
结果依然搜索不到(有文档的内容有这个字段的)
查看es的index:报不存在是怎么回事?同步成功了呢
我的配置方法是:
sudo docker run -d --name wizard -e DB_HOST=172.16.36.111 -e DB_PORT=3306 -e DB_DATABASE=wizard -e DB_USERNAME=root -e DB_PASSWORD=123456 -e WIZARD_SEARCH_DRIVER=App\\Components\\Search\\ElasticSearchDriver -e WIZARD_ES_SERVER=https://realtime-an.zhoupu123.com <https://realtime-an.zhoupu123.com/app/home#/ > -e WIZARD_ES_INDEX=wizard -e APP_DEBUG=true -p 18080:80 -v /Users/mylxsw/Downloads:/webroot/storage/app/public mylxsw/wizard
------------------------------------------------------------------
发件人:管宜尧 ***@***.***>
发送时间:2022年8月26日(星期五) 10:06
收件人:mylxsw/wizard ***@***.***>
抄 送:涂茶秀 ***@***.***>; Author ***@***.***>
主 题:Re: [mylxsw/wizard] 支持全文搜索引擎的url地址和鉴权信息在哪里修改?wizard页面创建的内容怎么同步到搜索引擎数据库? (Issue #209)
看这里 https://github.com/mylxsw/wizard/wiki/%E5%90%AF%E7%94%A8%E5%85%A8%E6%96%87%E6%90%9C%E7%B4%A2%E5%8A%9F%E8%83%BD <https://github.com/mylxsw/wizard/wiki/%E5%90%AF%E7%94%A8%E5%85%A8%E6%96%87%E6%90%9C%E7%B4%A2%E5%8A%9F%E8%83%BD >
—
Reply to this email directly, view it on GitHub <#209 (comment) >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A2ORMG23IZ37YBFM2IXHSHDV3ARDTANCNFSM57OMMXNQ >.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: