Package com.viglet.turing.se.builtin
Class LuceneFileSearch
Object
LuceneFileSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFileToIndex
(String filepath) List
<Document> searchFiles
(String inField, String queryString)
-
Constructor Details
-
LuceneFileSearch
public LuceneFileSearch(Directory fsDirectory, StandardAnalyzer analyzer)
-
-
Method Details
-
addFileToIndex
- Throws:
IOException
URISyntaxException
-
searchFiles
-