Displaying 2 results from an estimated 2 matches for "philipn".
Did you mean:
philip
2007 Feb 07
0
ftss project (was: The dificult of develop an "Solr-like" to Xapian)
...rs old, and there's lots of changes into
Xapian library (and also libc), what is the best way to implement a
Solr-like server to Xapian?
Did you done some progress Philip Neustrom?
[1] - http://lucene.apache.org/solr/
[2] - http://sourceforge.net/projects/ftss/
On 1/2/07, Philip Neustrom <philipn@gmail.com> wrote:
>
> I was going to start working on something similar a little while ago
> (back before remote xapian could write to the DB), but I ran into a
> couple of problems. The python bindings are not as complete as having
> the actual C++ API, so you cannot access cert...
2006 Mar 27
4
Remote databases and daemons
I've looked over the docs on remote backends, the protocol, and a bit
of the c++ for doing distributed and remote searches. I've got a
couple of questions:
* The remote protocol is usable only as a Database, not as a
WriteableDatabase -- is this correct? So, if I don't want my
application to have a copy of the database on the same machine I'll
need to write an indexer daemon on