-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawled data graph #130
base: master
Are you sure you want to change the base?
Crawled data graph #130
Conversation
Merging develop to master
…y and changes in frontier-context.xml to set env variables
… changes in SPARQL query to retreive endTimeStamps
… retreive outdated uris
…st and few changes
…rrel into sparql_recrawling
…spark dependencies
…ccording to domain
…onship between nodes
…cording to domains
… of triples in the corresponding domain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at the comments I left.
squirrel.frontier/src/main/java/org/dice_research/squirrel/components/FrontierComponent.java
Show resolved
Hide resolved
...ier/src/main/java/org/dice_research/squirrel/frontier/recrawling/FrontierQueryGenerator.java
Show resolved
Hide resolved
|
||
import org.dice_research.squirrel.data.uri.CrawleableUri; | ||
|
||
public interface OutDatedUriRetriever extends Closeable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a Javadoc that describes the functionality of this interface.
...ier/src/main/java/org/dice_research/squirrel/frontier/recrawling/FrontierQueryGenerator.java
Show resolved
Hide resolved
import java.util.ArrayList; | ||
import java.util.List; | ||
|
||
public class SparqlhostConnector implements OutDatedUriRetriever { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a Javadoc comment describing the functionality of this class.
Please choose a better name for this class, e.g., SparqlBasedOutDatedUriRetriever
...ontier/src/main/java/org/dice_research/squirrel/frontier/recrawling/SparqlhostConnector.java
Show resolved
Hide resolved
...ontier/src/main/java/org/dice_research/squirrel/frontier/recrawling/SparqlhostConnector.java
Show resolved
Hide resolved
squirrel.frontier/src/test/java/org/dice_research/squirrel/frontier/impl/FrontierImplTest.java
Show resolved
Hide resolved
Hi, This branch is not updated with SPARQL recrawling changes. It's only for crawledDataGraph module. I created a different branch for recrawling feature. I don't know why it is mixed up. I'll send a different PR for recrawling. Thanks! |
You already have this PR: #126 |
Yes. |
The test case is not correctly implemented yet. But the code is working.