diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2021-03-15 15:39:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 15:39:39 +0100 |
| commit | dd34ac396cca75ff7b1690b00161d6c7253f46d0 (patch) | |
| tree | f272a0367e4e70f75b2f2216fa1c722874548538 /Makefile | |
| parent | 1664258061f9e718320852339cf0bd6d3324a83e (diff) | |
| parent | ff527e268170852563830bf5b29a65515a98d2bb (diff) | |
Merge pull request #2652 from kvch/solr-engine
Add Apache Solr engine
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ PYLINT_FILES=\ searx/engines/google_images.py \ searx/engines/mediathekviewweb.py \ searx/engines/solidtorrents.py \ + searx/engines/solr.py \ searx/engines/google_scholar.py \ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ |