You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Bradford Winfrey <br...@yahoo.com> on 2009/01/14 18:45:08 UTC

FTI integration

Just curious if anyone has any write ups on integrating FTI with CouchDB (more specifically Xapian, but a general overview is just as good).  I've seen resources such as: 
http://www.davispj.com/posts/7
and of course
http://wiki.apache.org/couchdb/Full_text_search

But they don't seem to match up in terms of which is more recent.

Any takers?

Brad



      

Re: FTI integration

Posted by Adam Groves <ad...@gmail.com>.
Cool. I was hoping you could do something like this. This means that
for small data sets, it's quite feasible to carry out a rudimentary
text search in 2 requests. Thanks for the info!

2009/1/15 Paul Carey <pa...@gmail.com>:
> Adam
>
>> what's a multi-doc request? is there a way in couch to request
>> documents using an array of ids?
>
> See the 'keys' part of the querying options section of
> http://wiki.apache.org/couchdb/HttpViewApi
>
> Paul
>

Re: FTI integration

Posted by Paul Carey <pa...@gmail.com>.
Adam

> what's a multi-doc request? is there a way in couch to request
> documents using an array of ids?

See the 'keys' part of the querying options section of
http://wiki.apache.org/couchdb/HttpViewApi

Paul

Re: FTI integration

Posted by Adam Groves <ad...@gmail.com>.
Hi Brad,

what's a multi-doc request? is there a way in couch to request
documents using an array of ids?

Adam

2009/1/14 Bradford Winfrey <br...@yahoo.com>:
> Glad I could motivate!  I have a way around for the time being in just letting xapian handle the query and then mutli-doc requesting the data I get back from that.
>
> Eagerly awaiting some full text goodness,
> Brad
>
>
>
>
> ________________________________
> From: Paul Davis <pa...@gmail.com>
> To: user@couchdb.apache.org
> Sent: Wednesday, January 14, 2009 12:55:54 PM
> Subject: Re: FTI integration
>
> On Wed, Jan 14, 2009 at 12:45 PM, Bradford Winfrey
> <br...@yahoo.com> wrote:
>> Just curious if anyone has any write ups on integrating FTI with CouchDB (more specifically Xapian, but a general overview is just as good).  I've seen resources such as:
>> http://www.davispj.com/posts/7
>
> You can ignore that post, it was just an experiment. I should probably
> make a note as such.
>
>> and of course
>> http://wiki.apache.org/couchdb/Full_text_search
>>
>
> This also appears to be quite out of date...
>
>> But they don't seem to match up in terms of which is more recent.
>>
>> Any takers?
>>
>> Brad
>>
>>
>>
>>
>
> In terms of getting full-text search up, I have a couple projects on
> github that are playing with different methods of doing such things,
> but in general there hasn't been any decision on a 'best practices'
> type of implementation. I should probably get motivated to update the
> java code work with the _external functionality in trunk and then
> update the wiki. All right already, its on the white board for weekend
> work.
>
> HTH,
> Paul Davis
>
>
>
>

Re: FTI integration

Posted by Bradford Winfrey <br...@yahoo.com>.
Glad I could motivate!  I have a way around for the time being in just letting xapian handle the query and then mutli-doc requesting the data I get back from that.

Eagerly awaiting some full text goodness,
Brad




________________________________
From: Paul Davis <pa...@gmail.com>
To: user@couchdb.apache.org
Sent: Wednesday, January 14, 2009 12:55:54 PM
Subject: Re: FTI integration

On Wed, Jan 14, 2009 at 12:45 PM, Bradford Winfrey
<br...@yahoo.com> wrote:
> Just curious if anyone has any write ups on integrating FTI with CouchDB (more specifically Xapian, but a general overview is just as good).  I've seen resources such as:
> http://www.davispj.com/posts/7

You can ignore that post, it was just an experiment. I should probably
make a note as such.

> and of course
> http://wiki.apache.org/couchdb/Full_text_search
>

This also appears to be quite out of date...

> But they don't seem to match up in terms of which is more recent.
>
> Any takers?
>
> Brad
>
>
>
>

In terms of getting full-text search up, I have a couple projects on
github that are playing with different methods of doing such things,
but in general there hasn't been any decision on a 'best practices'
type of implementation. I should probably get motivated to update the
java code work with the _external functionality in trunk and then
update the wiki. All right already, its on the white board for weekend
work.

HTH,
Paul Davis



      

Re: FTI integration

Posted by Paul Davis <pa...@gmail.com>.
On Wed, Jan 14, 2009 at 12:45 PM, Bradford Winfrey
<br...@yahoo.com> wrote:
> Just curious if anyone has any write ups on integrating FTI with CouchDB (more specifically Xapian, but a general overview is just as good).  I've seen resources such as:
> http://www.davispj.com/posts/7

You can ignore that post, it was just an experiment. I should probably
make a note as such.

> and of course
> http://wiki.apache.org/couchdb/Full_text_search
>

This also appears to be quite out of date...

> But they don't seem to match up in terms of which is more recent.
>
> Any takers?
>
> Brad
>
>
>
>

In terms of getting full-text search up, I have a couple projects on
github that are playing with different methods of doing such things,
but in general there hasn't been any decision on a 'best practices'
type of implementation. I should probably get motivated to update the
java code work with the _external functionality in trunk and then
update the wiki. All right already, its on the white board for weekend
work.

HTH,
Paul Davis