From 2fd095f433c3c42e58228d6212b585e786e38de1 Mon Sep 17 00:00:00 2001 From: Kishan Kumar <51268436+confusedconsciousness@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:05:20 +0530 Subject: [PATCH 1/3] added tutorial for how to create a search engine from scratch in java --- ISSUE_TEMPLATE.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 683f25e..b0d4ebe 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,8 +7,19 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it ### Tutorial title +https://github.com/confusedconsciousness/build-your-own-x.git + + +### Main programming language +Java + +### Tutorial title +Build your own Search Engine from Scratch in Java ### Tutorial URL +https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java ### Category * [ ] 3D Renderer @@ -29,7 +40,7 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Physics Engine * [ ] Programming Language * [ ] Regex Engine -* [ ] Search Engine +* [x] Search Engine * [ ] Shell * [ ] Template Engine * [ ] Visual Recognition System @@ -37,3 +48,4 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Web Search Engine * [ ] Web Server * [ ] Uncategorized +* \ No newline at end of file From ad94e0e65521284da46731284c2e268e47e579e8 Mon Sep 17 00:00:00 2001 From: Kishan Kumar <51268436+confusedconsciousness@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:08:01 +0530 Subject: [PATCH 2/3] removed redundant headers --- ISSUE_TEMPLATE.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index b0d4ebe..87d05f9 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,17 +1,6 @@ - -### Main programming language - - -### Tutorial title - -https://github.com/confusedconsciousness/build-your-own-x.git - - ### Main programming language Java From cadf2046c032040136b50a09ef518f90ccf2ba21 Mon Sep 17 00:00:00 2001 From: Kishan Kumar <51268436+confusedconsciousness@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:15:17 +0530 Subject: [PATCH 3/3] Added article on how to create a search engine from scratch in Java --- ISSUE_TEMPLATE.md | 9 ++++----- README.md | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 87d05f9..683f25e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,14 +1,14 @@ + ### Main programming language -Java + ### Tutorial title -Build your own Search Engine from Scratch in Java + ### 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 -* \ No newline at end of file diff --git a/README.md b/README.md index b34a0f1..46cc529 100644 --- a/README.md +++ b/README.md @@ -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`