You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* 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
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.
The text was updated successfully, but these errors were encountered: