Skip to content

amallia/rlz-invidx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Instructions

  1. install libboost and liblzma-dev on linux
  2. git clone git@github.com:/unimelbIR/rlz-store.git
  3. cd rlz-store
  4. git submodule update --init --recursive
  5. mkdir build
  6. cmake ..
  7. make

Creating an index

  1. cd build
  2. make
  3. ./rlz-create.x -c ../collections/<name of col> -f -v

Creating a collection and index

Create a collection from a file

./create-sdsl-input.x -c ../collections/<name> -i <input file>

Create the index

./rlz-create.x -c ../collections/<name> -f -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 5.1%