![]() |
search engine with code igniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: search engine with code igniter (/showthread.php?tid=61256) |
search engine with code igniter - regis92 - 04-04-2015 Hi everybody I am currently working on a DMS where the user stores PDF, ODT or DOCX files. I'm looking to integrate a search engine for indexing the contents of those documents. Do you know if it exists is a recommended solution with Code Igniter (V 2.2 or 3, whatever)? Thank you very much:-) RE: search engine with code igniter - ivantcholakov - 04-05-2015 This is a complex task, you have to research a lot for an as easy as possible solution. I know this search engine http://xapian.org , but I can not estimate whether it is a feasible choice. RE: search engine with code igniter - regis92 - 04-07-2015 Thanks, i will try |