Skip to content

converters for Manticoresearch from lucene perfomance utils

License

Notifications You must be signed in to change notification settings

tomatolog/lucene2manticore

Repository files navigation

lucene2manticore

Converters for Manticoresearch from Lucene perfomance utils.

lucene2tsv converts source data from Lucene TSV like file to proper TSV file.

lucene2query converts Lucene tasks to Manticoresearch queries.

Usage: python lucene2tsv.py data/lucene.tsv --maxlen 2097152 > data/manticore.tsv
--maxlen max document size (0 by default, convert whole document)
--docs process only N first documents (0 by default, convert all docuemnts)
Usage: python lucene2query.py --types simple data/wikimedium500.tasks > query/q-wiki500-simple.txt
--types convert only specified type of query (by default convert all types of queries)
--dump_types output all types of query found at task file

About

converters for Manticoresearch from lucene perfomance utils

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages