Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroendeswaef committed Apr 1, 2014
1 parent 0262baa commit 6a7233f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.recallq</groupId>
<artifactId>parseweblog</artifactId>
<version>1.0</version>
<version>1.2</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ public void outputData(List<Map<String, Object>> logData) throws IOException {
// Server side must support gzip or deflate for this to have any effect.
server.setAllowCompression(true);

try {
/*try {
server.deleteByQuery("*:*");// CAUTION: deletes everything!
} catch (SolrServerException ex) {
Logger.getLogger(SolrOutputter.class.getName()).log(Level.SEVERE, null, ex);
}
}*/

Collection<SolrInputDocument> docs = new ArrayList<SolrInputDocument>();

Expand Down

0 comments on commit 6a7233f

Please sign in to comment.