updated documentation for release v0.2.1, added Maven depencency to top of page
This commit is contained in:
parent
8d028b13ba
commit
a614af4ea7
14
index.html
14
index.html
@ -41,7 +41,19 @@
|
||||
<h1>
|
||||
<a name="aho-corasick" class="anchor" href="#aho-corasick"><span class="octicon octicon-link"></span></a>Aho-Corasick</h1>
|
||||
|
||||
<h2>
|
||||
<h2>
|
||||
<a name="dependency" class="anchor" href="#dependency"><span class="octicon octicon-link"></span></a>Dependency</h2>
|
||||
|
||||
<p>Include this dependency in your POM. Be sure to check for the latest version in Maven Central.</p>
|
||||
|
||||
<div class="highlight highlight-xml"><pre> <span class="nt"><dependency></span>
|
||||
<span class="nt"><groupId></span>org.ahocorasick<span class="nt"></groupId></span>
|
||||
<span class="nt"><artifactId></span>ahocorasick<span class="nt"></artifactId></span>
|
||||
<span class="nt"><version></span>0.2.0<span class="nt"></version></span>
|
||||
<span class="nt"></dependency></span>
|
||||
</pre></div>
|
||||
|
||||
<h2>
|
||||
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h2>
|
||||
|
||||
<p>Nowadays most free-text searching is based on Lucene-like approaches, where the search text is parsed into its
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user