Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manticore poc #528

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

manticore poc #528

wants to merge 10 commits into from

Conversation

ltclm
Copy link
Contributor

@ltclm ltclm commented Sep 9, 2022

using the latest version of manticore 5.0.2

  • migrate sphinx config to manticore
  • convert indices [1]
  • Dockerfile
  • temporary docker-compose file

run the manticore container:

CPUS=2 BOD_DB_USER=xxxx BOD_DB_PASSWD=xxxx docker-compose --env-file dev_sphinx.env up --build

[1]

# index convertion for manticore
# $ index_converter --conf /etc/manticore/manticore.conf --path /var/lib/manticore/data/index/<index>

# convert headers from binary into json
# https://github.com/klirichek/sphtool

# search-manticore_1  | precaching index 'address'
# search-manticore_1  | Index header format is not json, will try it as binary...
# search-manticore_1  | WARNING: Unable to load header..
# search-manticore_1  | WARNING: index 'address': prealloc: can't load an old index with SBCS tokenizer - NOT SERVING

@github-actions github-actions bot added this to the 2022-10-26 milestone Sep 9, 2022
@ltclm ltclm marked this pull request as draft September 26, 2022 06:20
@rebert
Copy link
Contributor

rebert commented Oct 24, 2022

@ltclm can I close this? or make a pr against master?

@rebert rebert changed the base branch from develop-2022-10-26 to master October 24, 2022 12:36
@ltclm
Copy link
Contributor Author

ltclm commented Oct 24, 2022

if possible keep it as draft

@github-actions github-actions bot removed this from the 2022-10-26 milestone Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants