Xapian linked-in/port driver for Erlang?

View: New views
3 Messages — Rating Filter:   Alert me  

Xapian linked-in/port driver for Erlang?

by Jarrod Roberson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Has anyone worked on a linked-in/port driver for Xapian ( full text indexer
written in C++ ).
Is anyone interested in working on such a thing? I really think Erlang would
be a perfect network front end for Xapian.
I have a Python/Twisted server that front ends Xapian, but I want it to
scale better and Erlang will do that well.

Re: Xapian linked-in/port driver for Erlang?

by Robert Raschke-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 4, 2009 at 4:41 PM, Jarrod Roberson <jarrod@...>wrote:

> Has anyone worked on a linked-in/port driver for Xapian ( full text indexer
> written in C++ ).
> Is anyone interested in working on such a thing? I really think Erlang
> would
> be a perfect network front end for Xapian.
> I have a Python/Twisted server that front ends Xapian, but I want it to
> scale better and Erlang will do that well.
>

Ooooh, yes, I've been toying with that idea for some time now, but never had
the time.

I don't have much spare time, but would be happy to pitch in if I do. I'm
not a fan of linked in drivers, I much prefer port programs. When a port
program crashes, there's soo much less damage.

Robby

Re: Xapian linked-in/port driver for Erlang?

by Nick Gerakines :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was using Xapian with iplaywow for a while and it worked well. I've
got some Erlang that builds the data files that the import tool uses.
To pull results, I simply executed the command line query tool.

Kevin Smith wrote an Erlang client library for Sphinx that's worth checking out.

    http://github.com/kevsmith/giza/

# Nick Gerakines

On Wed, Nov 4, 2009 at 9:45 AM, Robert Raschke <rtrlists@...> wrote:

> On Wed, Nov 4, 2009 at 4:41 PM, Jarrod Roberson <jarrod@...>wrote:
>
>> Has anyone worked on a linked-in/port driver for Xapian ( full text indexer
>> written in C++ ).
>> Is anyone interested in working on such a thing? I really think Erlang
>> would
>> be a perfect network front end for Xapian.
>> I have a Python/Twisted server that front ends Xapian, but I want it to
>> scale better and Erlang will do that well.
>>
>
> Ooooh, yes, I've been toying with that idea for some time now, but never had
> the time.
>
> I don't have much spare time, but would be happy to pitch in if I do. I'm
> not a fan of linked in drivers, I much prefer port programs. When a port
> program crashes, there's soo much less damage.
>
> Robby
>

________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org