Suggestion for developing search engine

Posted by MohamedGooner on Stack Overflow See other posts from Stack Overflow or by MohamedGooner
Published on 2013-11-02T21:42:23Z Indexed on 2013/11/02 21:53 UTC
Read the original article Hit count: 163

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET