Added local storage for directories and generic file parser

This commit is contained in:
simon
2018-02-13 10:04:07 -05:00
parent 09acdc762a
commit fec23d40d9
41 changed files with 1543 additions and 185 deletions

13
spec/test_folder/sample.html vendored Normal file
View File

@@ -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>