Saturday 15 June 2013

search - Creating a web indexer in Java? -


I must write a web crawler in java. The part of crawling is easy, but the indexing part is difficult. I need to be able to ask the indexer and return it to match (multiple word queries). What would be the best data structure to do such a thing?

A sequencing tool such as, or


No comments:

Post a Comment