sample.html 235 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>Welcome to Solr</title>
  4. </head>
  5. <body>
  6. <p>
  7. Here is some text
  8. </p>
  9. <p>distinct<br/>words</p>
  10. <div>Here is some text in a div</div>
  11. <div>This has a <a href="http://www.apache.org">link</a>.</div>
  12. </body>
  13. </html>