Provides the public interface for search algorithms. More...
#include <seqan3/std/algorithm>#include <seqan3/std/ranges>#include <seqan3/core/algorithm/configuration.hpp>#include <seqan3/core/algorithm/detail/algorithm_executor_blocking.hpp>#include <seqan3/range/views/persist.hpp>#include <seqan3/range/views/zip.hpp>#include <seqan3/search/configuration/default_configuration.hpp>#include <seqan3/search/configuration/on_result.hpp>#include <seqan3/search/configuration/parallel.hpp>#include <seqan3/search/detail/search_configurator.hpp>#include <seqan3/search/detail/search_traits.hpp>#include <seqan3/core/algorithm/algorithm_result_generator_range.hpp>
Include dependency graph for search.hpp:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Functions | |
| template<fm_index_specialisation index_t, std::ranges::forward_range queries_t, typename configuration_t = decltype(search_cfg::default_configuration)> | |
| auto | seqan3::search (queries_t &&queries, index_t const &index, configuration_t const &cfg=search_cfg::default_configuration) |
| Search a query or a range of queries in an index. More... | |
Provides the public interface for search algorithms.