Adding highlighting library.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/6864c340 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/6864c340 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/6864c340 Branch: refs/heads/master Commit: 6864c340b4ad2db6da1f2d4d586fccf53f1bb8f3 Parents: dac1fd3 Author: Aaron McCurry <[email protected]> Authored: Mon Jun 10 20:05:14 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Jun 10 20:05:14 2013 -0400 ---------------------------------------------------------------------- blur-store/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/6864c340/blur-store/pom.xml ---------------------------------------------------------------------- diff --git a/blur-store/pom.xml b/blur-store/pom.xml index e1c8134..e4cdf8b 100644 --- a/blur-store/pom.xml +++ b/blur-store/pom.xml @@ -49,6 +49,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.lucene</groupId> + <artifactId>lucene-highlighter</artifactId> + <version>${lucene.version}</version> + </dependency> + <dependency> + <groupId>org.apache.lucene</groupId> <artifactId>lucene-analyzers-common</artifactId> <version>${lucene.version}</version> </dependency>
