From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Anyone use 3rd party search tools w/org-mode? Date: Thu, 07 Nov 2019 09:04:34 -0800 Message-ID: <87h83f8vod.fsf@ericabrahamsen.net> References: <87wocduh6o.fsf@gmail.com> <878sosdgfq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47446) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSlDR-00045M-99 for emacs-orgmode@gnu.org; Thu, 07 Nov 2019 12:05:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSlDP-000078-NS for emacs-orgmode@gnu.org; Thu, 07 Nov 2019 12:05:01 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:46826 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSlDN-0008UW-Cj for emacs-orgmode@gnu.org; Thu, 07 Nov 2019 12:04:58 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iSlD8-000VlX-WA for emacs-orgmode@gnu.org; Thu, 07 Nov 2019 18:04:43 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org John Kitchin writes: > The way I got Swish to index org files was to create a script that > generated an xml file > (https://kitchingroup.cheme.cmu.edu/blog/2015/07/06/Indexing-headlines-in-org-files-with-swish-e-with-laser-sharp-results/) > or html > (http://kitchingroup.cheme.cmu.edu/blog/2015/07/03/Using-swish-e-to-index-org-files-as-html/) > that it could index. This is probably a general strategy for these tools. That seems unfortunately roundabout, but I don't know enough about the various FTS engines to know if they could be taught to read Org files directly...