9db75a75ebf51c37c708ba35aaa27140741a450c
[SXSI/xpathcomp.git] / 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