mohankreddy / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

What is the use of Berkley DB here? #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
And in which class Berkley DB is getting used...!! I was not able to find that..

Original issue reported on code.google.com by jamalrai...@gmail.com on 16 Aug 2011 at 6:18

GoogleCodeExporter commented 9 years ago
It is used for storing the URL frontier (queue) and for mapping between URLs to 
docids.

-Yasser

Original comment by ganjisaffar@gmail.com on 16 Aug 2011 at 6:21

GoogleCodeExporter commented 9 years ago
Thanks Yasser.. So which class does this basically and in which class 
connections are made to this Berkley DB...??

Original comment by jamalrai...@gmail.com on 16 Aug 2011 at 6:24

GoogleCodeExporter commented 9 years ago
Search for com.sleepycat.je in the code.

Original comment by ganjisaffar@gmail.com on 16 Aug 2011 at 9:58