Skip to content

GypsyJR777/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchEngine


Java v18.0.1

📄 Stack: Spring Framework, JPA, JSOUP, SQL, Morphology Library Lucene.


application.yaml

conf:
  sitesUrl:
    - http://www.playback.ru
    - https://www.skillbox.ru
  sitesName:
    - Плейбек.ру
    - Skillbox

Statistics method returns info about indexed sites to the dashboard. image


Management section used to start/stop indexing or to index/reindex specific webpage or all webpages, but page have to be related to sites given in application.yml. image


The search results look like this: image