This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
56 lines (49 loc) · 1.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Apache SOLR and Carrot<sup>2</sup> integration strategies</title>
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/prettify.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="row">
<div class="span12">
<div class="page-header">
<h1>Apache SOLR and Carrot<sup>2</sup> integration strategies</h1>
<p>Adding clustering of search results to Apache Solr can be done in several ways,
depending on where the clustering takes place, which fields are picked for clustering
and how they are transformed before they are clustered. This document discusses
several of these strategies.</p>
</div>
</div>
</div>
<div class="row">
<div class="span12">
Documentation and examples are tailored for a specific version of Carrot<sup>2</sup> and Solr.
</div>
</div>
<div class="row" style="margin-top: 2em;">
<div class="span2">
<div class="well"><a href="carrot2-3.6.3/index.html">
Carrot<sup>2</sup> 3.6.3<br/>
Solr 4.2.1</a>
</div>
</div>
<div class="span2">
<div class="well"><a href="carrot2-3.7.0/index.html">
Carrot<sup>2</sup> 3.7.0<br/>
Solr 4.2.1</a>
</div>
</div>
<div class="span2">
<div class="well"><a href="carrot2-3.8.0/index.html">
Carrot<sup>2</sup> 3.8.0<br/>
Solr 4.6</a>
</div>
</div>
</div>
</div>
</body>
</html>