Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update/delete documents to/in/from solr index #9

Open
ekala opened this issue Apr 4, 2013 · 1 comment
Open

Add/update/delete documents to/in/from solr index #9

ekala opened this issue Apr 4, 2013 · 1 comment

Comments

@ekala
Copy link
Contributor

ekala commented Apr 4, 2013

New drops should be automatically added to the Solr index. Also, any orphaned drops (i.e. those not in a river or bucket) should be removed from the Solr index.

ekala added a commit that referenced this issue Apr 9, 2013
* Separate spring configuration file for the solr integration

*Use EmbeddedSolrServer for testing/dev environment. For production,
use HttpSolrServer i.e. connect to an external Solr instance

* Implemented searching the title and content of drops

* Add newly created drops to the search index as soon as they have
been posted to their respective containers (rivers, buckets). This is
effected in DropService#createDrops. Refs #9

* TODO: Implement search endpoint

* TODO: Exclude embedded solr server dependencies during packaging
@ekala
Copy link
Contributor Author

ekala commented Apr 29, 2013

Implement partial updates for the bucketIds - this takes care of situations where drops are added to buckets via POST buckets/drops

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

No branches or pull requests

1 participant