• XSS.stack #1 – первый литературный журнал от юзеров форума

Build your Search Engine - search.0t.rocks

hexless1

floppy-диск
Пользователь
Регистрация
26.07.2020
Сообщения
7
Реакции
1
Today, I present to you one of the simplest search engines to build.

To get your search engine running quickly on a single Linux host:
  • Quickstart

-Install Docker with Docker Compos
-Run docker compose build; docker compose up
-Run bash start.sh
-Visit http://your-ip:3000

  • Converting Data
This is the hard part and completely up to you. You need to convert data into a standard format before it can be imported. See sample.json for the example data.

  • Importing Data
Data imports are done using the SimplePostTool included with Solr. You can download a copy of the binary release here, and import data with the following command after extracting Solr: bin/post -c BigData -p 8983 -host <your host> path/to/your/file

Docs are available here: https://solr.apache.org/guide/solr/lates...-tool.html
  • Making Changes
If you make changes to code in the "dataapp" directory, you can re-build your app by re-running step 1 of Quickstart.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх