Skip to content

masosky/searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Schibsted Coding Exercise

This is an application that is able to search sentences contained in a txt File. The sentence must be in the same line, that is, if there is a return in the middle of the sentence the application will not match the whole phrase.

How to execute it

First, create the jar :

       mvn -package

Secondly, execute the following command:

        java -jar <Name.jar> <existingDirectory>
        java -jar SimpleSearch.jar C:\test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages