jar

com.github.dolphineor : elasticCrawler

Maven & Gradle

Oct 20, 2015
0 stars

elasticCrawler-parent · An elastic crawler framework based on java.

Table Of Contents

Latest Version

Download com.github.dolphineor : elasticCrawler JAR file - Latest Versions:

All Versions

Download com.github.dolphineor : elasticCrawler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window elasticCrawler-0.3.0-alpha.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.spider.http

├─ org.spider.http.HttpClientConnectionFactory.class - [JAR]

org.spider.filter.simhash

├─ org.spider.filter.simhash.AnsjFingerPrintFilter.class - [JAR]

├─ org.spider.filter.simhash.FingerPrintChecker.class - [JAR]

├─ org.spider.filter.simhash.SimHash.class - [JAR]

├─ org.spider.filter.simhash.SimHashChecker.class - [JAR]

├─ org.spider.filter.simhash.SimHashFilter.class - [JAR]

org.spider.scheduler

├─ org.spider.scheduler.MemoryTaskQueue.class - [JAR]

├─ org.spider.scheduler.Task.class - [JAR]

├─ org.spider.scheduler.TaskQueue.class - [JAR]

org.spider.filter

├─ org.spider.filter.IFilter.class - [JAR]

org.spider.scheduler.bdb

├─ org.spider.scheduler.bdb.BerkeleyDataStore.class - [JAR]

├─ org.spider.scheduler.bdb.KeyValueDataStore.class - [JAR]

org.spider.downloader

├─ org.spider.downloader.Downloader.class - [JAR]

├─ org.spider.downloader.HttpClientDownloader.class - [JAR]

├─ org.spider.downloader.SeleniumDownloader.class - [JAR]

org.spider.util

├─ org.spider.util.CosineSimilarity.class - [JAR]

├─ org.spider.util.GarbledCodeUtils.class - [JAR]

├─ org.spider.util.KeywordComputer.class - [JAR]

├─ org.spider.util.Logs.class - [JAR]

├─ org.spider.util.MD5.class - [JAR]

├─ org.spider.util.RegexLanguageUtils.class - [JAR]

├─ org.spider.util.TfIdf.class - [JAR]

org.spider.extractor.keyword

├─ org.spider.extractor.keyword.HanLPKeywordExtractor.class - [JAR]

├─ org.spider.extractor.keyword.KeywordExtractor.class - [JAR]

org.spider.filter.bloom

├─ org.spider.filter.bloom.BloomFilter.class - [JAR]

org.spider.handler

├─ org.spider.handler.Handler.class - [JAR]

org.spider.filter.rabin

├─ org.spider.filter.rabin.RabinHashFilter.class - [JAR]

├─ org.spider.filter.rabin.RabinHashFunction32.class - [JAR]

org.spider.extractor

├─ org.spider.extractor.Extractor.class - [JAR]

├─ org.spider.extractor.HtmlExtractor.class - [JAR]

org.spider.core

├─ org.spider.core.Constants.class - [JAR]

├─ org.spider.core.ElasticCrawler.class - [JAR]

├─ org.spider.core.ScrapeWorker.class - [JAR]