unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Ralf Mattes <rm@seid-online.de>
To: Christopher Allan Webber <cwebber@dustycloud.org>
Cc: Guile User <guile-user@gnu.org>
Subject: Re: [HELP] a search engine in GNU Guile
Date: Fri, 9 Sep 2016 16:05:48 +0200	[thread overview]
Message-ID: <20160909140548.iephrowgaru6tgvm@seid-online.de> (raw)
In-Reply-To: <87bmzxkuhv.fsf@dustycloud.org>

On Fri, Sep 09, 2016 at 09:39:24AM -0500, Christopher Allan Webber wrote:
> Amirouche Boubekki writes:
> 
> > - port whoosh/lucene to guile to improve text search

Sorry, but I don't see the point of this. At least Lucene has a http-based
interface that can be accessed by any kind of client language. Why reinvent the
wheel (and, in the case of Lucene, a rather well working, extremly mature and
complex wheel)?
 
> This is something I'd love to see generally.  It would be nice to have
> an indexing library, either by writing bindings to Xapian (which
> unfortunately couldn't use the FFI since it's C++),

But almost all of Xapian's bindings are Swig-generated (and that seems to be
the prefered way of generating bindings). IIRC I used the Swig Guile bindings
years ago (I'm pretty shure that code got lost in a harddisk crash, but I'm to
lazy to google it up ...).
 
> or natively porting
> something like Whoosh, for Guile.

I've seen similar approaches for Common Lisp (search for montezuma) but in the
end it seems to be way too much work - remember that not a small part of Lucene's
success is based on the existing ecosystem (Solr, excellent language parsers et al.)

Cheers, Ralf Mattes


> If you write this as an independent library, let me know.  I'm a likely
> user.
> 
>  - Chris
> 



  reply	other threads:[~2016-09-09 14:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-13 15:25 [HELP] a search engine in GNU Guile Amirouche Boubekki
2016-09-04 13:35 ` Amirouche Boubekki
2016-09-09 14:40   ` Christopher Allan Webber
2016-09-10  6:33     ` Amirouche Boubekki
2016-09-09 14:39 ` Christopher Allan Webber
2016-09-09 14:05   ` Ralf Mattes [this message]
2016-09-09 18:10     ` Amirouche Boubekki
2017-02-10 10:56       ` amirouche
2016-09-23  5:52 ` Amirouche Boubekki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160909140548.iephrowgaru6tgvm@seid-online.de \
    --to=rm@seid-online.de \
    --cc=cwebber@dustycloud.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).