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

Create a Search module for full-text search requirements #6

Open
4 of 7 tasks
edigu opened this issue Jul 16, 2015 · 0 comments
Open
4 of 7 tasks

Create a Search module for full-text search requirements #6

edigu opened this issue Jul 16, 2015 · 0 comments

Comments

@edigu
Copy link
Collaborator

edigu commented Jul 16, 2015

  • Create a Search module for various full-text search requirements.
  • Search module SHOULD support both Elasticsearch and Solr selectively via different adapters and configurations.
  • Consider separating Index (Create, Update or Delete documents) and Query services.
  • Create two example services UserQueryService and UserIndexService
  • Update, modify or delete documents in UserIndexService and search users in UserQueryService.
  • Consider creating a CLI route in Search module and add some example interfaces for scenarios such as deleting a user by id, indexing all users via CLI.
  • Write documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant