Enable View Server to support full text search
----------------------------------------------

                 Key: COUCHDB-91
                 URL: https://issues.apache.org/jira/browse/COUCHDB-91
             Project: CouchDB
          Issue Type: Improvement
          Components: Full-Text Search, JavaScript View Server
            Reporter: Jan Lehnardt
            Priority: Minor


CouchDB should do view intersections with full text results. 

A fulltext index would always index an entire database.

At query time, CouchDB gets back a list of matching documents and then finds 
the emited view rows from those documents,  and returns them sorted by 
relevance score. This will require some enhancements to the internal view API, 
but the data and required index (views keys by doc id) already exist to make 
this efficient.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to