aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/example/exampledocs/sample.html
blob: 656b656b6ab710a1be30c44f9d0bd1d8ea537edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
  <title>Welcome to Solr</title>
</head>
<body>
<p>
  Here is some text
</p>
<p>distinct<br/>words</p>
<div>Here is some text in a div</div>
<div>This has a <a href="http://www.apache.org">link</a>.</div>
</body>
</html>