java - how to index website data contents in database for making a website word search? -


i want implement website word search (user searches word , gets sentences include word specific website) in java myself (without using lucandra,solr,nutch,... mean),till can content (text,not source code) of website of jsoup,but don't know how index datas in database,i searched google understand algorithms known indexers such solr use,i have understood things such using inverted list or hashtable,... in general,i want know should do?

i want use cassandra db,so read cassandra secondry indexing,but have know more it,is should focus on?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -