Path Lines of Code tantivy/Cargo.toml 115 tantivy/appveyor.yml 17 tantivy/benches/analyzer.rs 19 tantivy/benches/index-bench.rs 117 tantivy/bitpacker/Cargo.toml 14 tantivy/bitpacker/benches/bench.rs 31 tantivy/bitpacker/src/bitpacker.rs 132 tantivy/bitpacker/src/blocked_bitpacker.rs 113 tantivy/bitpacker/src/lib.rs 49 tantivy/ci/before_deploy.ps1 16 tantivy/common/Cargo.toml 17 tantivy/common/src/bitset.rs 646 tantivy/common/src/lib.rs 107 tantivy/common/src/serialize.rs 255 tantivy/common/src/vint.rs 269 tantivy/common/src/writer.rs 85 tantivy/doc/book.toml 5 tantivy/doc/src/best_practise.md.rs 1 tantivy/fastfield_codecs/Cargo.toml 29 tantivy/fastfield_codecs/benches/bench.rs 214 tantivy/fastfield_codecs/src/bitpacked.rs 89 tantivy/fastfield_codecs/src/blockwise_linear.rs 151 tantivy/fastfield_codecs/src/column.rs 203 tantivy/fastfield_codecs/src/compact_space/blank_range.rs 7 tantivy/fastfield_codecs/src/compact_space/build_compact_space.rs 170 tantivy/fastfield_codecs/src/compact_space/mod.rs 683 tantivy/fastfield_codecs/src/format_version.rs 32 tantivy/fastfield_codecs/src/gcd.rs 146 tantivy/fastfield_codecs/src/lib.rs 460 tantivy/fastfield_codecs/src/line.rs 134 tantivy/fastfield_codecs/src/linear.rs 185 tantivy/fastfield_codecs/src/main.rs 151 tantivy/fastfield_codecs/src/monotonic_mapping.rs 6 tantivy/fastfield_codecs/src/monotonic_mapping_u128.rs 3 tantivy/fastfield_codecs/src/null_index_footer.rs 120 tantivy/fastfield_codecs/src/serialize.rs 289 tantivy/ownedbytes/Cargo.toml 13 tantivy/ownedbytes/src/lib.rs 317 tantivy/query-grammar/Cargo.toml 16 tantivy/query-grammar/src/lib.rs 13 tantivy/query-grammar/src/occur.rs 53 tantivy/query-grammar/src/query_grammar.rs 360 tantivy/query-grammar/src/user_input_ast.rs 175 tantivy/rustfmt.toml 7 tantivy/src/aggregation/agg_req.rs 256 tantivy/src/aggregation/agg_req_with_accessor.rs 199 tantivy/src/aggregation/agg_result.rs 140 tantivy/src/aggregation/bucket/histogram/histogram.rs 1235 tantivy/src/aggregation/bucket/histogram/mod.rs 2 tantivy/src/aggregation/bucket/mod.rs 67 tantivy/src/aggregation/bucket/range.rs 82 tantivy/src/aggregation/bucket/term_agg.rs 911 tantivy/src/aggregation/collector.rs 142 tantivy/src/aggregation/date.rs 16 tantivy/src/aggregation/intermediate_agg_result.rs 653 tantivy/src/aggregation/metric/average.rs 25 tantivy/src/aggregation/metric/mod.rs 19 tantivy/src/aggregation/metric/stats.rs 306 tantivy/src/aggregation/mod.rs 107 tantivy/src/aggregation/segment_agg_result.rs 37 tantivy/src/collector/count_collector.rs 66 tantivy/src/collector/custom_score_top_collector.rs 96 tantivy/src/collector/docset_collector.rs 47 tantivy/src/collector/facet_collector.rs 228 tantivy/src/collector/filter_collector_wrapper.rs 118 tantivy/src/collector/histogram_collector.rs 241 tantivy/src/collector/mod.rs 121 tantivy/src/collector/multi_collector.rs 104 tantivy/src/collector/tests.rs 234 tantivy/src/collector/top_collector.rs 285 tantivy/src/collector/top_score_collector.rs 607 tantivy/src/collector/tweak_score_top_collector.rs 98 tantivy/src/core/executor.rs 11 tantivy/src/core/index.rs 431 tantivy/src/core/index_meta.rs 495 tantivy/src/core/inverted_index_reader.rs 174 tantivy/src/core/mod.rs 31 tantivy/src/core/searcher.rs 182 tantivy/src/core/segment.rs 64 tantivy/src/core/segment_component.rs 14 tantivy/src/core/segment_id.rs 91 tantivy/src/core/segment_reader.rs 301 tantivy/src/core/single_segment_index_writer.rs 46 tantivy/src/directory/composite_file.rs 72 tantivy/src/directory/directory.rs 210 tantivy/src/directory/directory_lock.rs 15 tantivy/src/directory/error.rs 143 tantivy/src/directory/file_slice.rs 266 tantivy/src/directory/file_watcher.rs 143 tantivy/src/directory/footer.rs 190 tantivy/src/directory/managed_directory.rs 355 tantivy/src/directory/mmap_directory.rs 123 tantivy/src/directory/mod.rs 32 tantivy/src/directory/ram_directory.rs 225 tantivy/src/directory/tests.rs 236 tantivy/src/directory/watch_event_router.rs 6 tantivy/src/docset.rs 95 tantivy/src/error.rs 77 tantivy/src/fastfield/alive_bitset.rs 55 tantivy/src/fastfield/bytes/mod.rs 108 tantivy/src/fastfield/bytes/reader.rs 36 tantivy/src/fastfield/bytes/writer.rs 96 tantivy/src/fastfield/error.rs 15 tantivy/src/fastfield/facet_reader.rs 139 tantivy/src/fastfield/mod.rs 27 tantivy/src/fastfield/multivalued/index.rs 97 tantivy/src/fastfield/multivalued/mod.rs 380 tantivy/src/fastfield/multivalued/reader.rs 90 tantivy/src/fastfield/multivalued/writer.rs 291 tantivy/src/fastfield/readers.rs 225 tantivy/src/fastfield/serializer/mod.rs 68 tantivy/src/fastfield/writer.rs 430 tantivy/src/fieldnorm/code.rs 316 tantivy/src/fieldnorm/mod.rs 126 tantivy/src/fieldnorm/reader.rs 139 tantivy/src/fieldnorm/serializer.rs 23 tantivy/src/fieldnorm/writer.rs 86 tantivy/src/future_result.rs 49 tantivy/src/indexer/delete_queue.rs 219 tantivy/src/indexer/demuxer.rs 25 tantivy/src/indexer/doc_id_mapping.rs 446 tantivy/src/indexer/doc_opstamp_mapping.rs 36 tantivy/src/indexer/flat_map_with_buffer.rs 59 tantivy/src/indexer/index_writer.rs 1818 tantivy/src/indexer/index_writer_status.rs 91 tantivy/src/indexer/json_term_writer.rs 528 tantivy/src/indexer/log_merge_policy.rs 285 tantivy/src/indexer/merge_operation.rs 50 tantivy/src/indexer/merge_policy.rs 40 tantivy/src/indexer/merger.rs 1731 tantivy/src/indexer/mod.rs 106 tantivy/src/indexer/operation.rs 17 tantivy/src/indexer/prepared_commit.rs 34 tantivy/src/indexer/segment_entry.rs 40 tantivy/src/indexer/segment_manager.rs 174 tantivy/src/indexer/segment_register.rs 121 tantivy/src/indexer/segment_serializer.rs 80 tantivy/src/indexer/segment_updater.rs 806 tantivy/src/indexer/segment_writer.rs 780 tantivy/src/indexer/sorted_doc_id_column.rs 72 tantivy/src/indexer/sorted_doc_id_multivalue_column.rs 124 tantivy/src/indexer/stamper.rs 95 tantivy/src/lib.rs 891 tantivy/src/macros.rs 50 tantivy/src/positions/mod.rs 187 tantivy/src/positions/reader.rs 98 tantivy/src/positions/serializer.rs 67 tantivy/src/postings/block_search.rs 70 tantivy/src/postings/block_segment_postings.rs 414 tantivy/src/postings/compression/mod.rs 292 tantivy/src/postings/compression/vint.rs 104 tantivy/src/postings/indexing_context.rs 17 tantivy/src/postings/json_postings_writer.rs 88 tantivy/src/postings/mod.rs 679 tantivy/src/postings/per_field_postings_writer.rs 68 tantivy/src/postings/postings.rs 2 tantivy/src/postings/postings_writer.rs 229 tantivy/src/postings/recorder.rs 216 tantivy/src/postings/segment_postings.rs 224 tantivy/src/postings/serializer.rs 355 tantivy/src/postings/skip.rs 362 tantivy/src/postings/stacker/expull.rs 100 tantivy/src/postings/stacker/memory_arena.rs 163 tantivy/src/postings/stacker/mod.rs 6 tantivy/src/postings/stacker/term_hashmap.rs 243 tantivy/src/postings/term_info.rs 58 tantivy/src/query/all_query.rs 10 tantivy/src/query/automaton_weight.rs 113 tantivy/src/query/bitset/mod.rs 240 tantivy/src/query/bm25.rs 149 tantivy/src/query/boolean_query/block_wand.rs 511 tantivy/src/query/boolean_query/boolean_query.rs 180 tantivy/src/query/boolean_query/boolean_weight.rs 71 tantivy/src/query/boolean_query/mod.rs 294 tantivy/src/query/boost_query.rs 130 tantivy/src/query/const_score_query.rs 101 tantivy/src/query/disjunction_max_query.rs 53 tantivy/src/query/empty_query.rs 9 tantivy/src/query/exclude.rs 70 tantivy/src/query/explanation.rs 44 tantivy/src/query/fuzzy_query.rs 126 tantivy/src/query/intersection.rs 219 tantivy/src/query/mod.rs 109 tantivy/src/query/more_like_this/mod.rs 4 tantivy/src/query/more_like_this/more_like_this.rs 314 tantivy/src/query/more_like_this/query.rs 21 tantivy/src/query/phrase_query/mod.rs 16 tantivy/src/query/phrase_query/phrase_query.rs 86 tantivy/src/query/phrase_query/phrase_scorer.rs 422 tantivy/src/query/phrase_query/phrase_weight.rs 137 tantivy/src/query/query.rs 106 tantivy/src/query/query_parser/logical_ast.rs 71 tantivy/src/query/query_parser/mod.rs 3 tantivy/src/query/query_parser/query_parser.rs 1193 tantivy/src/query/range_query.rs 519 tantivy/src/query/range_query_ip_fastfield.rs 587 tantivy/src/query/regex_query.rs 29 tantivy/src/query/reqopt_scorer.rs 178 tantivy/src/query/score_combiner.rs 3 tantivy/src/query/scorer.rs 5 tantivy/src/query/set_query.rs 51 tantivy/src/query/term_query/term_query.rs 63 tantivy/src/query/term_query/term_scorer.rs 286 tantivy/src/query/term_query/term_weight.rs 119 tantivy/src/query/union.rs 391 tantivy/src/query/vec_docset.rs 71 tantivy/src/query/weight.rs 36 tantivy/src/reader/mod.rs 209 tantivy/src/reader/warming.rs 266 tantivy/src/schema/bytes_options.rs 239 tantivy/src/schema/date_time_options.rs 201 tantivy/src/schema/document.rs 212 tantivy/src/schema/facet.rs 256 tantivy/src/schema/facet_options.rs 60 tantivy/src/schema/field.rs 23 tantivy/src/schema/field_entry.rs 154 tantivy/src/schema/field_type.rs 539 tantivy/src/schema/field_value.rs 36 tantivy/src/schema/flags.rs 58 tantivy/src/schema/index_record_option.rs 29 tantivy/src/schema/ip_options.rs 118 tantivy/src/schema/json_object_options.rs 105 tantivy/src/schema/mod.rs 54 tantivy/src/schema/named_field_document.rs 5 tantivy/src/schema/numeric_options.rs 215 tantivy/src/schema/schema.rs 834 tantivy/src/schema/term.rs 348 tantivy/src/schema/text_options.rs 213 tantivy/src/schema/value.rs 446 tantivy/src/snippet/mod.rs 500 tantivy/src/space_usage/mod.rs 350 tantivy/src/store/compression_brotli.rs 17 tantivy/src/store/compression_lz4_block.rs 47 tantivy/src/store/compression_snap.rs 15 tantivy/src/store/compression_zstd_block.rs 43 tantivy/src/store/compressors.rs 224 tantivy/src/store/decompressors.rs 123 tantivy/src/store/footer.rs 65 tantivy/src/store/index/block.rs 146 tantivy/src/store/index/mod.rs 217 tantivy/src/store/index/skip_index.rs 68 tantivy/src/store/index/skip_index_builder.rs 97 tantivy/src/store/mod.rs 326 tantivy/src/store/reader.rs 316 tantivy/src/store/store_compressor.rs 225 tantivy/src/store/writer.rs 89 tantivy/src/termdict/fst_termdict/merger.rs 69 tantivy/src/termdict/fst_termdict/mod.rs 7 tantivy/src/termdict/fst_termdict/streamer.rs 69 tantivy/src/termdict/fst_termdict/term_info_store.rs 316 tantivy/src/termdict/fst_termdict/termdict.rs 138 tantivy/src/termdict/mod.rs 12 tantivy/src/termdict/sstable_termdict/merger.rs 95 tantivy/src/termdict/sstable_termdict/mod.rs 126 tantivy/src/termdict/sstable_termdict/sstable/block_reader.rs 69 tantivy/src/termdict/sstable_termdict/sstable/delta.rs 90 tantivy/src/termdict/sstable_termdict/sstable/merge/heap_merge.rs 67 tantivy/src/termdict/sstable_termdict/sstable/merge/mod.rs 151 tantivy/src/termdict/sstable_termdict/sstable/mod.rs 313 tantivy/src/termdict/sstable_termdict/sstable/sstable_index.rs 134 tantivy/src/termdict/sstable_termdict/sstable/value.rs 72 tantivy/src/termdict/sstable_termdict/sstable/vint.rs 58 tantivy/src/termdict/sstable_termdict/streamer.rs 198 tantivy/src/termdict/sstable_termdict/termdict.rs 185 tantivy/src/termdict/tests.rs 401 tantivy/src/tokenizer/alphanum_only.rs 17 tantivy/src/tokenizer/ascii_folding_filter.rs 4013 tantivy/src/tokenizer/empty_tokenizer.rs 5 tantivy/src/tokenizer/facet_tokenizer.rs 26 tantivy/src/tokenizer/lower_caser.rs 28 tantivy/src/tokenizer/mod.rs 164 tantivy/src/tokenizer/ngram_tokenizer.rs 147 tantivy/src/tokenizer/raw_tokenizer.rs 10 tantivy/src/tokenizer/remove_long.rs 29 tantivy/src/tokenizer/simple_tokenizer.rs 73 tantivy/src/tokenizer/split_compound_words.rs 169 tantivy/src/tokenizer/stemmer.rs 85 tantivy/src/tokenizer/stop_word_filter/gen_stopwords.py 34 tantivy/src/tokenizer/stop_word_filter/mod.rs 60 tantivy/src/tokenizer/stop_word_filter/stopwords.rs 2101 tantivy/src/tokenizer/tokenized_string.rs 83 tantivy/src/tokenizer/tokenizer.rs 183 tantivy/src/tokenizer/tokenizer_manager.rs 54 tantivy/src/tokenizer/whitespace_tokenizer.rs 73