openkm / document-management-system

OpenKM is a Open Source Document Management System
https://www.openkm.com/
GNU General Public License v2.0
673 stars 297 forks source link

Search #315

Closed fuzhiyou-69 closed 2 years ago

fuzhiyou-69 commented 2 years ago

Do you want to configure the full-text retrieval of openkm6.3? Can't you search the contents of word documents? image

darkman97i commented 2 years ago

You can search by content word documents and other types like PDF of XLS, ODT, DOC, DOCX, among others. It depends on which text extractors do you have enabled in the application

fuzhiyou-69 commented 2 years ago

Where is the text extraction program installed? Or is it installed as a plug-in?

darkman97i commented 2 years ago

The text extraction process is controlled by cron job. The cron job goes across the documents pending to extract the content and depending on document type it is used a class to extract the contents. These classes are plugins that you can extend if required. Take a look here https://github.com/openkm/document-management-system/tree/master/src/main/java/com/openkm/extractor

fuzhiyou-69 commented 2 years ago

Do you want to extend these classes to enable full-text search?

fuzhiyou-69 commented 2 years ago

6.3. Version 11 does not implement full-text search, does it

fuzhiyou-69 commented 2 years ago

6.3. 11. Does it not realize the full-text retrieval function?

darkman97i commented 2 years ago

Full text search in works in OpenKM and also in your language. You may have two problems:

darkman97i commented 2 years ago

Because not received answering from long time, I will close the issue.