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
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.
The text was updated successfully, but these errors were encountered:
Create aSearch
module for various full-text search requirements.Index
(Create, Update or Delete documents) andQuery
services.UserQueryService
andUserIndexService
UserIndexService
and search users inUserQueryService
.Search
module and add some example interfaces for scenarios such as deleting a user by id, indexing all users via CLI.The text was updated successfully, but these errors were encountered: