forked from benbalter/open-source-alternatives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
search-engine.html
40 lines (32 loc) · 1.23 KB
/
search-engine.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
---
layout: page
title: Search Engine
group: Business Apps
slug: search-engine
---
<tr>
<td>
<ul>
<li>Lucene / Solr</li>
<li>Xapian</li>
</ul>
</td>
<td>
<ul>
<li>Microsoft FAST</li>
<li>Exalead</li>
<li>Autonomy IDOL</li>
</ul>
</td>
<td>
<ul>
<li>Lucene/Solr is a functionally capable and scalable search engine. Can index PDF, HTML, Microsoft Word and ODF formats, amongst others. Lucene/Solr’s strength is in its performance and scalability. It also provides features normally only found in the most expensive search engines.</li>
</ul>
</td>
<td>
<ul>
<li>Lucene provides search capability for Wikipedia. Reference<sup><a href="http://dom.as/uc/workbook2007.pdf">ref</a></sup></li>
<li>High traffic public websites that use Solr/Lucene include AOL, whitehouse.gov, AT&T, Ticketmaster, The Guardian, Netflix, news.com, dig, NASA PDS, eBuyer.com. Other users include Goldman Sachs, Disney, Apple, Cisco, NASA NEBULA, MTV. Reference<sup><a href="http://wiki.apache.org/solr/PublicServers" title="PublicServers - Solr Wiki">ref</a></sup></li>
</ul>
</td>
</tr>