diff options
author | kimdahey <claire_kim1@brown.edu> | 2020-01-16 11:31:41 -0500 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2020-01-16 11:31:41 -0500 |
commit | 6be0e19ed0bd13f3796f542affa5a2e52674650c (patch) | |
tree | 1be222ea9341ecd8020fad3149035fa650a8a07f /solr-8.3.1/example/exampledocs/sample.html | |
parent | 5cde81d8c6b4dcd8d0796f8669b668763957f395 (diff) | |
parent | e410cde0e430553002d4e1a2f64364b57b65fdbc (diff) |
merged w master
Diffstat (limited to 'solr-8.3.1/example/exampledocs/sample.html')
-rw-r--r-- | solr-8.3.1/example/exampledocs/sample.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/solr-8.3.1/example/exampledocs/sample.html b/solr-8.3.1/example/exampledocs/sample.html new file mode 100644 index 000000000..656b656b6 --- /dev/null +++ b/solr-8.3.1/example/exampledocs/sample.html @@ -0,0 +1,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> |