opensrp / opensrp-server

OpenSRP backend
https://smartregister.atlassian.net/wiki/display/Documentation/OpenSRP+Developer%27s+Guide
Other
24 stars 37 forks source link

Remove Lucene dependency for REST services #220

Open maimoonak opened 7 years ago

maimoonak commented 7 years ago

Remove Lucene dependency for REST services on thrivepk server. Server should allow user to pull data from couchdb only based on location, timestamp, and major categories. Lucene should be optional where user flags that serach is FTS . This would help in removing lucene from every installlation

maimoonak commented 7 years ago

In the mean time rest should use lucene syntax for both, FTS and non FTS searches to simplify and standardize the queries