Skip to content

Instantly share code, notes, and snippets.

@vsajip
Created June 8, 2011 23:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vsajip/1015723 to your computer and use it in GitHub Desktop.
Test results for whoosh3 - https://bitbucket.org/vinay.sajip/whoosh
test_analysis.test_regextokenizer ... ok
test_analysis.test_composition1 ... ok
test_analysis.test_composition2 ... ok
test_analysis.test_composition3 ... ok
test_analysis.test_composing_functions ... ok
test_analysis.test_shared_composition ... ok
test_analysis.test_multifilter ... ok
test_analysis.test_intraword ... ok
test_analysis.test_biword ... ok
test_analysis.test_shingles ... ok
test_analysis.test_unicode_blocks ... ok
test_analysis.test_double_metaphone ... ok
test_analysis.test_substitution ... ok
test_analysis.test_delimited_attribute ... ok
test_analysis.test_porter2 ... ok
test_analysis.test_url ... ok
test_analysis.test_name_field ... ok
test_analysis.test_start_pos ... ok
test_classify.test_add_text ... ok
test_classify.test_keyterms ... ok
test_classify.test_keyterms_from_text ... ok
test_classify.test_more_like_this ... ok
test_classify.test_more_like ... ok
test_dateparse.test_simple ... ok
test_dateparse.test_time ... ok
test_dateparse.test_dmy ... ok
test_dateparse.test_plustime ... ok
test_dateparse.test_relative_days ... ok
test_dateparse.test_dayname ... ok
test_dateparse.test_reldate ... ok
test_dateparse.test_bundle_subs ... ok
test_dateparse.test_bundle ... ok
test_dateparse.test_ranges ... ok
test_dateparse.test_all ... ok
test_dateparse.test_final_dates ... ok
test_dateparse.test_final_ranges ... ok
test_fields.test_schema_eq ... ok
test_fields.test_creation1 ... ok
test_fields.test_creation2 ... ok
test_fields.test_declarative ... ok
test_fields.test_declarative_inherit ... ok
test_fields.test_badnames ... ok
test_fields.test_numeric_support ... ok
test_fields.test_numeric ... ok
test_fields.test_decimal_numeric ... ok
test_fields.test_numeric_parsing ... ok
test_fields.test_numeric_ranges ... ok
test_fields.test_decimal_ranges ... ok
test_fields.test_nontext_document ... ok
test_fields.test_nontext_update ... ok
test_fields.test_datetime ... ok
test_fields.test_boolean ... ok
test_fields.test_boolean2 ... ok
test_fields.test_missing_field ... ok
test_fields.test_token_boost ... ok
test_flexible.test_addfield ... ok
test_flexible.test_removefield ... ok
test_flexible.test_optimize_away ... ok
test_highlighting.test_null_fragment ... ok
test_highlighting.test_simple_fragment ... ok
test_highlighting.test_sentence_fragment ... ok
test_highlighting.test_context_fragment ... ok
test_highlighting.test_context_at_start ... ok
test_highlighting.test_html_format ... ok
test_highlighting.test_maxclasses ... ok
test_highlighting.test_workflow_easy ... ok
test_highlighting.test_workflow_manual ... ok
test_indexing.test_creation ... ok
test_indexing.test_empty_commit ... ok
test_indexing.test_multipool ... ok
test_indexing.test_multisegwriter ... ok
test_indexing.test_simple ... ok
test_indexing.test_integrity ... ok
test_indexing.test_lengths ... ok
test_indexing.test_lengths_ram ... ok
test_indexing.test_merged_lengths ... ok
test_indexing.test_frequency_keyword ... ok
test_indexing.test_frequency_text ... ok
test_indexing.test_deletion ... ok
test_indexing.test_writer_reuse ... ok
test_indexing.test_update ... ok
test_indexing.test_update2 ... ok
test_indexing.test_reindex ... ok
test_indexing.test_noscorables1 ... ok
test_indexing.test_noscorables2 ... ok
test_indexing.test_multi ... ok
test_indexing.test_deleteall ... ok
test_indexing.test_single ... ok
test_indexing.test_indentical_fields ... ok
test_indexing.test_multivalue ... ok
test_matching.test_nullmatcher ... ok
test_matching.test_listmatcher ... ok
test_matching.test_wrapper ... ok
test_matching.test_filter ... ok
test_matching.test_exclude ... ok
test_matching.test_simple_union ... ok
test_matching.test_simple_intersection ... ok
test_matching.test_andnot ... ok
test_matching.test_require ... ok
test_matching.test_andmaybe ... ok
test_matching.test_intersection ... ok
test_matching.test_random_intersections ... ok
test_matching.test_union ... ok
test_matching.test_union_scores ... ok
test_matching.test_random_union ... ok
test_matching.test_inverse ... ok
test_matching.test_inverse_skip ... ok
test_matching.test_empty_andnot ... ok
test_matching.test_random_andnot ... ok
test_misc.test_filelock_simple ... ok
test_misc.test_threaded_filelock ... ok
test_misc.test_length_byte ... ok
test_misc.test_lru_cache ... ok
test_misc.test_readlock ... ok
test_parse_plugins.test_combos ... ok
test_parse_plugins.test_field_alias ... ok
test_parse_plugins.test_dateparser ... ok
test_parse_plugins.test_date_range ... ok
test_parse_plugins.test_daterange_empty_field ... ok
test_parse_plugins.test_free_dates ... ok
test_parse_plugins.test_prefix_plugin ... ok
test_parse_plugins.test_custom_tokens ... ok
test_parse_plugins.test_copyfield ... ok
test_parse_plugins.test_gtlt ... ok
test_parsing.test_empty_querystring ... ok
test_parsing.test_fields ... ok
test_parsing.test_multifield ... ok
test_parsing.test_fieldname_chars ... ok
test_parsing.test_colonspace ... ok
test_parsing.test_andor ... ok
test_parsing.test_andnot ... ok
test_parsing.test_boost ... ok
test_parsing.test_wildcard1 ... ok
test_parsing.test_wildcard2 ... ok
test_parsing.test_parse_fieldname_underscores ... ok
test_parsing.test_endstar ... ok
test_parsing.test_singlequotes ... ok
test_parsing.test_phrase ... ok
test_parsing.test_weird_characters ... ok
test_parsing.test_euro_chars ... ok
test_parsing.test_star ... ok
test_parsing.test_range ... ok
test_parsing.test_numeric_range ... ok
test_parsing.test_regressions ... ok
test_parsing.test_empty_ranges ... ok
test_parsing.test_empty_numeric_range ... ok
test_parsing.test_nonexistant_fieldnames ... ok
test_parsing.test_stopped ... ok
test_parsing.test_analyzing_terms ... ok
test_parsing.test_simple ... ok
test_parsing.test_dismax ... ok
test_parsing.test_many_clauses ... ok
test_parsing.test_roundtrip ... ok
test_parsing.test_ngrams ... ok
test_parsing.test_ngramwords ... ok
test_parsing.test_multitoken_words ... ok
test_parsing.test_operators ... ok
test_parsing.test_associativity ... ok
test_parsing.test_not_assoc ... ok
test_parsing.test_fieldname_space ... ok
test_parsing.test_fieldname_fieldname ... ok
test_parsing.test_paren_fieldname ... ok
test_parsing.test_star_paren ... ok
test_postings.test_readwrite ... ok
test_postings.test_skip ... ok
test_postings.test_existence_postings ... ok
test_postings.test_docboost_postings ... ok
test_postings.test_position_postings ... ok
test_postings.test_character_postings ... ok
test_postings.test_posboost_postings ... ok
test_postings.test_charboost_postings ... ok
test_queries.test_all_terms ... ok
test_queries.test_existing_terms ... ok
test_queries.test_replace ... ok
test_queries.test_apply ... ok
test_queries.test_accept ... ok
test_queries.test_simplify ... ok
test_queries.test_merge_ranges ... ok
test_queries.test_normalize_compound ... ok
test_queries.test_duplicates ... ok
test_queries.test_query_copy_hash ... ok
test_queries.test_requires ... ok
test_ramindex.test_docs_method ... ok
test_ramindex.test_searching ... ok
test_ramindex.test_update ... ok
test_ramindex.test_contains ... ok
test_ramindex.test_indexing ... ok
test_ramindex.test_delete_doc ... ok
test_ramindex.test_stored ... ok
test_ramindex.test_field_length ... ok
test_ramindex.test_deleting ... ok
test_ramindex.test_iter ... ok
test_ramindex.test_vectors ... ok
test_ramindex.test_todisk ... ok
test_ramindex.test_threaded ... ok
test_ramindex.test_empty_field ... ok
test_ramindex.test_missing_term_docfreq ... ok
test_reading.test_readers ... ok
test_reading.test_term_inspection ... ok
test_reading.test_vector_postings ... ok
test_reading.test_stored_fields ... ok
test_reading.test_stored_fields2 ... ok
test_reading.test_first_id ... ok
test_results.test_score_retrieval ... ok
test_results.test_resultcopy ... ok
test_results.test_resultslength ... ok
test_results.test_combine ... ok
test_results.test_results_filter ... ok
test_results.test_extend_empty ... ok
test_results.test_extend_filtered ... ok
test_results.test_pages ... ok
test_results.test_extra_slice ... ok
test_results.test_page_counts ... ok
test_results.test_resultspage ... ok
test_results.test_snippets ... ok
test_results.test_keyterms ... ok
test_results.test_lengths ... ok
test_results.test_lengths2 ... ok
test_results.test_stability ... ok
test_searching.test_empty_index ... ok
test_searching.test_docs_method ... ok
test_searching.test_term ... ok
test_searching.test_require ... ok
test_searching.test_and ... ok
test_searching.test_or ... ok
test_searching.test_not ... ok
test_searching.test_topnot ... ok
test_searching.test_andnot ... ok
test_searching.test_variations ... ok
test_searching.test_wildcard ... ok
test_searching.test_not2 ... ok
test_searching.test_range ... ok
test_searching.test_range_clusiveness ... ok
test_searching.test_open_ranges ... ok
test_searching.test_open_numeric_ranges ... ok
test_searching.test_open_date_ranges ... ok
test_searching.test_negated_unlimited_ranges ... ok
test_searching.test_keyword_or ... ok
test_searching.test_merged ... ok
test_searching.test_multireader ... ok
test_searching.test_posting_phrase ... ok
test_searching.test_phrase_score ... ok
test_searching.test_stop_phrase ... ok
test_searching.test_phrase_order ... ok
test_searching.test_phrase_sameword ... ok
test_searching.test_phrase_multi ... ok
test_searching.test_missing_field_scoring ... ok
test_searching.test_search_fieldname_underscores ... ok
test_searching.test_short_prefix ... ok
test_searching.test_weighting ... ok
test_searching.test_dismax ... ok
test_searching.test_deleted_wildcard ... ok
test_searching.test_missing_wildcard ... ok
test_searching.test_finalweighting ... ok
test_searching.test_outofdate ... ok
test_searching.test_find_missing ... ok
test_searching.test_ngram_phrase ... ok
test_searching.test_ordered ... ok
test_searching.test_otherwise ... ok
test_searching.test_fuzzyterm ... ok
test_searching.test_multireader_not ... ok
test_searching.test_boost_phrase ... ok
test_searching.test_trackingcollector ... ok
test_searching.test_filter ... ok
test_searching.test_timelimit ... ok
test_searching.test_fieldboost ... ok
test_searching.test_andmaybe_quality ... ok
test_searching.test_collect_limit ... ok
test_sorting.test_mp_fieldcache ... ok
test_sorting.test_cached_lexicon ... ok
test_sorting.test_float_cache ... ok
test_sorting.test_long_cache ... ok
test_sorting.test_shared_cache ... ok
test_sorting.test_sortedby ... ok
test_sorting.test_multisort ... ok
test_sorting.test_numeric ... ok
test_sorting.test_empty_field ... ok
test_sorting.test_page_sorted ... ok
test_sorting.test_field_facets ... ok
test_sorting.test_query_facets ... ok
test_sorting.test_multifacet ... ok
test_sorting.test_sort_filter ... ok
test_sorting.test_custom_sort ... ok
test_sorting.test_sorting_function ... ok
test_sorting.test_natural_order ... ok
test_spans.test_multimatcher ... ok
test_spans.test_excludematcher ... ok
test_spans.test_span_term ... ok
test_spans.test_span_first ... ok
test_spans.test_span_near ... ok
test_spans.test_near_unordered ... ok
test_spans.test_span_near2 ... ok
test_spans.test_span_not ... ok
test_spans.test_span_or ... ok
test_spans.test_span_contains ... ok
test_spans.test_span_before ... ok
test_spans.test_span_condition ... ok
test_spans.test_regular_or ... ok
test_spans.test_regular_and ... ok
test_spans.test_span_characters ... ok
test_spelling.test_spelling ... ok
test_spelling.test_suggestionsandscores ... ok
test_spelling.test_minscore ... ok
test_tables.test_termkey ... ok
test_tables.test_random_termkeys ... ok
test_tables.test_hash ... ok
test_tables.test_hash_contents ... ok
test_tables.test_random_hash ... ok
test_tables.test_ordered_hash ... ok
test_tables.test_ordered_closest ... ok
test_tables.test_stored_fields ... ok
test_tables.test_termindex ... ok
test_vectors.test_vector_reading ... ok
test_vectors.test_vector_merge ... ok
test_vectors.test_vector_unicode ... ok
test_weightings.test_all ... ok
test_weightings.test_compatibility ... ok
test_writing.test_no_stored ... ok
test_writing.test_asyncwriter ... ok
test_writing.test_asyncwriter_no_stored ... ok
test_writing.test_buffered ... ok
test_writing.test_buffered_search ... ok
test_writing.test_buffered_update ... ok
test_writing.test_buffered_threads ... ok
test_writing.test_fractional_weights ... ok
test_writing.test_cancel_delete ... ok
test_writing.test_delete_nonexistant ... ok
test_writing.test_read_inline ... ok
----------------------------------------------------------------------
Ran 328 tests in 11.361s
OK
test_analysis.test_regextokenizer ... ok
test_analysis.test_composition1 ... ok
test_analysis.test_composition2 ... ok
test_analysis.test_composition3 ... ok
test_analysis.test_composing_functions ... ok
test_analysis.test_shared_composition ... ok
test_analysis.test_multifilter ... ok
test_analysis.test_intraword ... ok
test_analysis.test_biword ... ok
test_analysis.test_shingles ... ok
test_analysis.test_unicode_blocks ... ok
test_analysis.test_double_metaphone ... ok
test_analysis.test_substitution ... ok
test_analysis.test_delimited_attribute ... ok
test_analysis.test_porter2 ... ok
test_analysis.test_url ... ok
test_analysis.test_name_field ... ok
test_analysis.test_start_pos ... ok
test_classify.test_add_text ... ok
test_classify.test_keyterms ... ok
test_classify.test_keyterms_from_text ... ok
test_classify.test_more_like_this ... ok
test_classify.test_more_like ... ok
test_dateparse.test_simple ... ok
test_dateparse.test_time ... ok
test_dateparse.test_dmy ... ok
test_dateparse.test_plustime ... ok
test_dateparse.test_relative_days ... ok
test_dateparse.test_dayname ... ok
test_dateparse.test_reldate ... ok
test_dateparse.test_bundle_subs ... ok
test_dateparse.test_bundle ... ok
test_dateparse.test_ranges ... ok
test_dateparse.test_all ... ok
test_dateparse.test_final_dates ... ok
test_dateparse.test_final_ranges ... ok
test_fields.test_schema_eq ... ok
test_fields.test_creation1 ... ok
test_fields.test_creation2 ... ok
test_fields.test_declarative ... ok
test_fields.test_declarative_inherit ... ok
test_fields.test_badnames ... ok
test_fields.test_numeric_support ... ok
test_fields.test_numeric ... ok
test_fields.test_decimal_numeric ... ok
test_fields.test_numeric_parsing ... ok
test_fields.test_numeric_ranges ... ok
test_fields.test_decimal_ranges ... ok
test_fields.test_nontext_document ... ok
test_fields.test_nontext_update ... ok
test_fields.test_datetime ... ok
test_fields.test_boolean ... ok
test_fields.test_boolean2 ... ok
test_fields.test_missing_field ... ok
test_fields.test_token_boost ... ok
test_flexible.test_addfield ... ok
test_flexible.test_removefield ... ok
test_flexible.test_optimize_away ... ok
test_highlighting.test_null_fragment ... ok
test_highlighting.test_simple_fragment ... ok
test_highlighting.test_sentence_fragment ... ok
test_highlighting.test_context_fragment ... ok
test_highlighting.test_context_at_start ... ok
test_highlighting.test_html_format ... ok
test_highlighting.test_maxclasses ... ok
test_highlighting.test_workflow_easy ... ok
test_highlighting.test_workflow_manual ... ok
test_indexing.test_creation ... ok
test_indexing.test_empty_commit ... ok
test_indexing.test_multipool ... SKIP
test_indexing.test_multisegwriter ... ok
test_indexing.test_simple ... ok
test_indexing.test_integrity ... ok
test_indexing.test_lengths ... ok
test_indexing.test_lengths_ram ... ok
test_indexing.test_merged_lengths ... ok
test_indexing.test_frequency_keyword ... ok
test_indexing.test_frequency_text ... ok
test_indexing.test_deletion ... ok
test_indexing.test_writer_reuse ... ok
test_indexing.test_update ... ok
test_indexing.test_update2 ... ok
test_indexing.test_reindex ... ok
test_indexing.test_noscorables1 ... ok
test_indexing.test_noscorables2 ... ok
test_indexing.test_multi ... ok
test_indexing.test_deleteall ... ok
test_indexing.test_single ... ok
test_indexing.test_indentical_fields ... ok
test_indexing.test_multivalue ... ok
test_matching.test_nullmatcher ... ok
test_matching.test_listmatcher ... ok
test_matching.test_wrapper ... ok
test_matching.test_filter ... ok
test_matching.test_exclude ... ok
test_matching.test_simple_union ... ok
test_matching.test_simple_intersection ... ok
test_matching.test_andnot ... ok
test_matching.test_require ... ok
test_matching.test_andmaybe ... ok
test_matching.test_intersection ... ok
test_matching.test_random_intersections ... ok
test_matching.test_union ... ok
test_matching.test_union_scores ... ok
test_matching.test_random_union ... ok
test_matching.test_inverse ... ok
test_matching.test_inverse_skip ... ok
test_matching.test_empty_andnot ... ok
test_matching.test_random_andnot ... ok
test_misc.test_filelock_simple ... ok
test_misc.test_threaded_filelock ... ok
test_misc.test_length_byte ... ok
test_misc.test_lru_cache ... ok
test_misc.test_readlock ... ok
test_parse_plugins.test_combos ... ok
test_parse_plugins.test_field_alias ... ok
test_parse_plugins.test_dateparser ... ok
test_parse_plugins.test_date_range ... ok
test_parse_plugins.test_daterange_empty_field ... ok
test_parse_plugins.test_free_dates ... ok
test_parse_plugins.test_prefix_plugin ... ok
test_parse_plugins.test_custom_tokens ... ok
test_parse_plugins.test_copyfield ... ok
test_parse_plugins.test_gtlt ... ok
test_parsing.test_empty_querystring ... ok
test_parsing.test_fields ... ok
test_parsing.test_multifield ... ok
test_parsing.test_fieldname_chars ... ok
test_parsing.test_colonspace ... ok
test_parsing.test_andor ... ok
test_parsing.test_andnot ... ok
test_parsing.test_boost ... ok
test_parsing.test_wildcard1 ... ok
test_parsing.test_wildcard2 ... ok
test_parsing.test_parse_fieldname_underscores ... ok
test_parsing.test_endstar ... ok
test_parsing.test_singlequotes ... ok
test_parsing.test_phrase ... ok
test_parsing.test_weird_characters ... ok
test_parsing.test_euro_chars ... ok
test_parsing.test_star ... ok
test_parsing.test_range ... ok
test_parsing.test_numeric_range ... ok
test_parsing.test_regressions ... ok
test_parsing.test_empty_ranges ... ok
test_parsing.test_empty_numeric_range ... ok
test_parsing.test_nonexistant_fieldnames ... ok
test_parsing.test_stopped ... ok
test_parsing.test_analyzing_terms ... ok
test_parsing.test_simple ... ok
test_parsing.test_dismax ... ok
test_parsing.test_many_clauses ... ok
test_parsing.test_roundtrip ... ok
test_parsing.test_ngrams ... ok
test_parsing.test_ngramwords ... ok
test_parsing.test_multitoken_words ... ok
test_parsing.test_operators ... ok
test_parsing.test_associativity ... ok
test_parsing.test_not_assoc ... ok
test_parsing.test_fieldname_space ... ok
test_parsing.test_fieldname_fieldname ... ok
test_parsing.test_paren_fieldname ... ok
test_parsing.test_star_paren ... ok
test_postings.test_readwrite ... ok
test_postings.test_skip ... ok
test_postings.test_existence_postings ... ok
test_postings.test_docboost_postings ... ok
test_postings.test_position_postings ... ok
test_postings.test_character_postings ... ok
test_postings.test_posboost_postings ... ok
test_postings.test_charboost_postings ... ok
test_queries.test_all_terms ... ok
test_queries.test_existing_terms ... ok
test_queries.test_replace ... ok
test_queries.test_apply ... ok
test_queries.test_accept ... ok
test_queries.test_simplify ... ok
test_queries.test_merge_ranges ... ok
test_queries.test_normalize_compound ... ok
test_queries.test_duplicates ... ok
test_queries.test_query_copy_hash ... ok
test_queries.test_requires ... ok
test_ramindex.test_docs_method ... ok
test_ramindex.test_searching ... ok
test_ramindex.test_update ... ok
test_ramindex.test_contains ... ok
test_ramindex.test_indexing ... ok
test_ramindex.test_delete_doc ... ok
test_ramindex.test_stored ... ok
test_ramindex.test_field_length ... ok
test_ramindex.test_deleting ... ok
test_ramindex.test_iter ... ok
test_ramindex.test_vectors ... ok
test_ramindex.test_todisk ... ok
test_ramindex.test_threaded ... ok
test_ramindex.test_empty_field ... ok
test_ramindex.test_missing_term_docfreq ... ok
test_reading.test_readers ... ok
test_reading.test_term_inspection ... ok
test_reading.test_vector_postings ... ok
test_reading.test_stored_fields ... ok
test_reading.test_stored_fields2 ... ok
test_reading.test_first_id ... ok
test_results.test_score_retrieval ... ok
test_results.test_resultcopy ... ok
test_results.test_resultslength ... ok
test_results.test_combine ... ok
test_results.test_results_filter ... ok
test_results.test_extend_empty ... ok
test_results.test_extend_filtered ... ok
test_results.test_pages ... ok
test_results.test_extra_slice ... ok
test_results.test_page_counts ... ok
test_results.test_resultspage ... ok
test_results.test_snippets ... ok
test_results.test_keyterms ... ok
test_results.test_lengths ... ok
test_results.test_lengths2 ... ok
test_results.test_stability ... ok
test_searching.test_empty_index ... ok
test_searching.test_docs_method ... ok
test_searching.test_term ... ok
test_searching.test_require ... ok
test_searching.test_and ... ok
test_searching.test_or ... ok
test_searching.test_not ... ok
test_searching.test_topnot ... ok
test_searching.test_andnot ... ok
test_searching.test_variations ... ok
test_searching.test_wildcard ... ok
test_searching.test_not2 ... ok
test_searching.test_range ... ok
test_searching.test_range_clusiveness ... ok
test_searching.test_open_ranges ... ok
test_searching.test_open_numeric_ranges ... ok
test_searching.test_open_date_ranges ... ok
test_searching.test_negated_unlimited_ranges ... ok
test_searching.test_keyword_or ... ok
test_searching.test_merged ... ok
test_searching.test_multireader ... ok
test_searching.test_posting_phrase ... ok
test_searching.test_phrase_score ... ok
test_searching.test_stop_phrase ... ok
test_searching.test_phrase_order ... ok
test_searching.test_phrase_sameword ... ok
test_searching.test_phrase_multi ... ok
test_searching.test_missing_field_scoring ... ok
test_searching.test_search_fieldname_underscores ... ok
test_searching.test_short_prefix ... ok
test_searching.test_weighting ... ok
test_searching.test_dismax ... ok
test_searching.test_deleted_wildcard ... ok
test_searching.test_missing_wildcard ... ok
test_searching.test_finalweighting ... ok
test_searching.test_outofdate ... ok
test_searching.test_find_missing ... ok
test_searching.test_ngram_phrase ... ok
test_searching.test_ordered ... ok
test_searching.test_otherwise ... ok
test_searching.test_fuzzyterm ... ok
test_searching.test_multireader_not ... ok
test_searching.test_boost_phrase ... ok
test_searching.test_trackingcollector ... ok
test_searching.test_filter ... ok
test_searching.test_timelimit ... ok
test_searching.test_fieldboost ... ok
test_searching.test_andmaybe_quality ... ok
test_searching.test_collect_limit ... ok
test_sorting.test_mp_fieldcache ... ok
test_sorting.test_cached_lexicon ... ok
test_sorting.test_float_cache ... ok
test_sorting.test_long_cache ... ok
test_sorting.test_shared_cache ... ok
test_sorting.test_sortedby ... ok
test_sorting.test_multisort ... ok
test_sorting.test_numeric ... ok
test_sorting.test_empty_field ... ok
test_sorting.test_page_sorted ... ok
test_sorting.test_field_facets ... ok
test_sorting.test_query_facets ... ok
test_sorting.test_multifacet ... ok
test_sorting.test_sort_filter ... ok
test_sorting.test_custom_sort ... ok
test_sorting.test_sorting_function ... ok
test_sorting.test_natural_order ... ok
test_spans.test_multimatcher ... ok
test_spans.test_excludematcher ... ok
test_spans.test_span_term ... ok
test_spans.test_span_first ... ok
test_spans.test_span_near ... ok
test_spans.test_near_unordered ... ok
test_spans.test_span_near2 ... ok
test_spans.test_span_not ... ok
test_spans.test_span_or ... ok
test_spans.test_span_contains ... ok
test_spans.test_span_before ... ok
test_spans.test_span_condition ... ok
test_spans.test_regular_or ... ok
test_spans.test_regular_and ... ok
test_spans.test_span_characters ... ok
test_spelling.test_spelling ... ok
test_spelling.test_suggestionsandscores ... ok
test_spelling.test_minscore ... ok
test_tables.test_termkey ... ok
test_tables.test_random_termkeys ... ok
test_tables.test_hash ... ok
test_tables.test_hash_contents ... ok
test_tables.test_random_hash ... ok
test_tables.test_ordered_hash ... ok
test_tables.test_ordered_closest ... ok
test_tables.test_stored_fields ... ok
test_tables.test_termindex ... ok
test_vectors.test_vector_reading ... ok
test_vectors.test_vector_merge ... ok
test_vectors.test_vector_unicode ... ok
test_weightings.test_all ... ok
test_weightings.test_compatibility ... ok
test_writing.test_no_stored ... ok
test_writing.test_asyncwriter ... ok
test_writing.test_asyncwriter_no_stored ... ok
test_writing.test_buffered ... ok
test_writing.test_buffered_search ... ok
test_writing.test_buffered_update ... ok
test_writing.test_buffered_threads ... ok
test_writing.test_fractional_weights ... ok
test_writing.test_cancel_delete ... ok
test_writing.test_delete_nonexistant ... ok
test_writing.test_read_inline ... ok
----------------------------------------------------------------------
Ran 328 tests in 12.038s
OK (SKIP=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment