From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Anyone use 3rd party search tools w/org-mode? Date: Wed, 30 Oct 2019 21:09:12 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPyxh-0004dw-AW for emacs-orgmode@gnu.org; Wed, 30 Oct 2019 21:09:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPyxg-0000vI-8T for emacs-orgmode@gnu.org; Wed, 30 Oct 2019 21:09:17 -0400 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:37809) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPyxg-0000uh-4z for emacs-orgmode@gnu.org; Wed, 30 Oct 2019 21:09:16 -0400 Received: by mail-qk1-x72e.google.com with SMTP id u184so5108773qkd.4 for ; Wed, 30 Oct 2019 18:09:15 -0700 (PDT) Received: from Johns-MacBook-Air.local (c-67-171-67-30.hsd1.pa.comcast.net. [67.171.67.30]) by smtp.gmail.com with ESMTPSA id k17sm1461435qtk.7.2019.10.30.18.09.13 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Oct 2019 18:09:13 -0700 (PDT) In-reply-to: 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 I wrote https://github.com/jkitchin/scimax/blob/master/org-db.el to use sqlite for this. It does not do full text search, I found that too slow with my files and sqlite. you might see https://github.com/emacs-helm/helm-recoll. I have some blog posts with similar ideas: https://kitchingroup.cheme.cmu.edu/blog/2017/01/03/Find-stuff-in-org-mode-anywhere/ you might find interesting. Nathan Neff writes: > Hello all, > > I'm considering "indexing" my org-mode files and haven't done any research > into > this. I'm sure there's 100 different ways to do this but wanted to ask the > list if anyone > is indexing their org-mode files and using a search tool like Solr, Elastic > or smaller indexing engines to search their org-files. > > Emacs integration obviously would be a plus. > > Thanks for any feedback, > --Nate -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu