Skip to content

Commit

Permalink
Attempting to add jitpack links.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdowne committed Jan 11, 2016
1 parent 4d795f0 commit 81eed41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# fnv-text-profile-signature
This project contains 2 items:

[![](https://jitpack.io/v/casetext/fnv-text-profile-signature.svg)](https://jitpack.io/#casetext/fnv-text-profile-signature)

1. A 128-bit FNV-1a implementation (which really ought to exist in the java standard lib, but I digress...)
2. An adaptation of the TextProfileSignature class used in [solr](http://lucene.apache.org/solr/), adapted from [Apache Nutch](http://nutch.apache.org/) that does 2 things differently:
* Uses a LinkedHashMap in place of a regular HashMap, so that the sorting order is predictable
Expand Down

0 comments on commit 81eed41

Please sign in to comment.