Suggestion for developing search engine
- by MohamedGooner
I want to develop a simple search engine, using ASP.NET and C# , where I can search for a word which contained in a very big text (like the Holy Bible or something like that), then the program shows the user where the word is.
I have no idea about in which database I can put this large text and using which method will I search for a word.
Any suggestions will help me, and if anyone have a tutorial for anything similar it will benefit me.