Add -doc-stats options to print document statistics.
[SXSI/xpathcomp.git] / src / options.mli
1 val parse_cmdline : unit -> unit
2 val index_empty_texts : bool ref
3 val sample_factor : int ref
4 val disable_text_collection : bool ref
5 val count_only : bool ref
6 val query : string ref
7 val input_file : string ref
8 val output_file : string option ref
9 val save_file : string ref
10 val time : bool ref
11 val tc_threshold : int ref
12 val bottom_up : bool ref
13 val no_jump : bool ref
14 val verbose : bool ref
15 val text_index_type : int ref
16 val do_perf : bool ref
17 val twopass : bool ref
18 val repeat : int ref
19 val docstats : bool ref