Added article on how to create a search engine from scratch in Java

This commit is contained in:
Kishan Kumar 2024-01-04 22:15:17 +05:30
parent ad94e0e655
commit cadf2046c0
2 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
<!--
Thanks for your contribution! If you're submitting a tutorial, please ensure it includes a guided path for learners, either through a step-by-step article or by breaking down code into digestible parts that are easy to follow. Please submit only programming tutorials that build something interesting from scratch; no frameworks, libraries, guides for frameworks/libraries or tutorials that glue just other libraries together.
-->
### Main programming language
Java
<!-- max. 1 -->
### Tutorial title
Build your own Search Engine from Scratch in Java
<!-- the original title from the article, repository, ... -->
### Tutorial URL
https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
### Category
* [ ] 3D Renderer
@ -29,7 +29,7 @@ https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
* [ ] Physics Engine
* [ ] Programming Language
* [ ] Regex Engine
* [x] Search Engine
* [ ] Search Engine
* [ ] Shell
* [ ] Template Engine
* [ ] Visual Recognition System
@ -37,4 +37,3 @@ https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
* [ ] Web Search Engine
* [ ] Web Server
* [ ] Uncategorized
*

View File

@ -352,6 +352,7 @@ It's a great way to learn.
* [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video]
* [**Python**: _Making text search learn from feedback_](https://medium.com/filament-ai/making-text-search-learn-from-feedback-4fe210fd87b0)
* [**Python**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/)
* [**Java**: _Build your own Search Engine from Scratch in Java_](https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java/)
#### Build your own `Shell`