zakirhussainb/search-typeahead
The repository provides the implementation for Typeahead search also known as autocomplete or incremental search.
JavaGPL-3.0
Issues
- 0
Design a restful endpoint to post/add new words into the trie each time there is a request
#3 opened by zakirhussainb - 0
Develop the backend logic at the service layer level to perform bulk uploading of words into the Trie
#22 opened by zakirhussainb - 0
- 0
Design the logic to insert new words into the Trie at the service layer level.
#7 opened by zakirhussainb - 0
Create a restful endpoint to retrieve/get the autocomplete suggested words by prefix
#2 opened by zakirhussainb - 0
Implement the driver logic to insert new words into the trie from the main application class
#15 opened by zakirhussainb - 0
Create a domain model for the distributed suggestion tree with fixed TrieNode size.
#4 opened by zakirhussainb - 0
Implement the driver logic to fetch words from the Trie by providing prefix
#16 opened by zakirhussainb - 0
Create packages and directories based on the MVC framework i.e. the basic web development structure
#6 opened by zakirhussainb - 0
Create a Spring Boot application with all the necessary dependencies(spring cloud, data jpa, security)
#5 opened by zakirhussainb - 0
Implement the logic to fetch full words/sentences by providing prefix as input.
#11 opened by zakirhussainb - 0
Test the systems capacity to withstand a load of 1Mn sentences into the Trie
#10 opened by zakirhussainb - 0
Test the systems capacity to withstand a load of 100K sentences into the Trie
#9 opened by zakirhussainb - 0
Test the systems capacity to withstand a load of 10K sentences into the Trie
#8 opened by zakirhussainb - 0