Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amallia authored Jun 25, 2019
1 parent 228eca6 commit 3f3ff15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ to be used. These options are supplied using `--opts [option]=[value]`
- `stemmer` can be either `krovetz` or `porter2`, default is `porter2`.
- `compressor` can be `opt` (Partitioned Elias Fano), `block_interpolative` (Interpolative), `block_simdbp` (SIMD-BP128), or `block_optpfor` (OPT-PFor Delta), `block_simdbp` is the default. Multiple compressors can be passed using a comma delimiter, eg: `--opts compressor="block_simdbp,opt"`.
- `block_type` can be either `fixed` or `variable`, default is `variable`. If `fixed` is used, `block_size` must also be supplied, where `block_size` is a positive integer.
- `skip_reordering=1` if provided document reordering will not be performed

### Search
- `stemmer` is the same as above, and is used for stemming queries.
Expand Down

0 comments on commit 3f3ff15

Please sign in to comment.