Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Add support for couchdb-lucene search #272

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

homerjam
Copy link

Hi,

Let me know your thoughts on this, I'd gladly add an example to the docs if you think its ok.

Thanks

James

@homerjam
Copy link
Author

In case this is useful for writing tests an example couchdb-lucene response:

{
    "limit": 200,
    "etag": "13d4f1037c4eb250",
    "fetch_duration": 0,
    "q": "title:wassup",
    "search_duration": 0,
    "total_rows": 1,
    "sort_order": [{
        "field": "score",
        "reverse": true,
        "type": "string"
    }],
    "skip": 0,
    "rows": [{
        "id": "DOC_ID",
        "sort_order": [
            null
        ],
        "doc": {
            "_id": "DOC_ID",
            "_rev": "1-fb299c5a16926f024887d6d4e1d57cfb",
            "title": "wassup"
        }
    }]
}

@homerjam
Copy link
Author

Were there any thoughts on this?

@homerjam
Copy link
Author

Sorry to hassle, but is there any feedback?

@carlosduclos
Copy link

Hi,
The NanoJS repository has been merged into apache/couchdb-nano. Could you close this pull request and open it there instead?
Thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants