1 #ifndef GENIE_MATCHING_INTERFACE_H_ 2 #define GENIE_MATCHING_INTERFACE_H_ 14 const std::vector<genie::query::Query>& queries,
This is the top-level namespace of the project.
Declaration of query class.
std::pair< std::vector< int >, std::vector< int > > SearchResult
Matching result (top K's ID and count).
SearchResult Match(const std::shared_ptr< const genie::table::inv_table > &table, const std::vector< genie::query::Query > &queries, const uint32_t dim, const uint32_t k)