We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docx文件中,该部分是一个完整的内容块
但是在上传建立索引后,并没有按照docx中回车键的换行来区分,而是按照docx普通的每一行来拆分,影响搜索时内容返回完整性。
如何能像之前txt那样,以回车换行来区分完整内容呢?
The text was updated successfully, but these errors were encountered:
#3172
Sorry, something went wrong.
This issue is stale because it has been open for 60 days with no activity. 当前issue 60天内无活动,被标记为stale。
This issue was closed because it has been inactive for 14 days since being marked as stale. 当前issue 被标记为stale已有14天,即将关闭。
w5688414
No branches or pull requests
docx文件中,该部分是一个完整的内容块
但是在上传建立索引后,并没有按照docx中回车键的换行来区分,而是按照docx普通的每一行来拆分,影响搜索时内容返回完整性。
ES中查看的确是单行拆分了。
如何能像之前txt那样,以回车换行来区分完整内容呢?
The text was updated successfully, but these errors were encountered: