Skip to content

Commit

Permalink
Fix search request linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyIvanov87 committed Oct 24, 2023
1 parent 087ee1d commit 03fdf8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch/v7_10/request/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ template void transaction::execute_impl(const std::string&, size_t, bool, txml::
template void transaction::execute_impl(const std::string&, size_t, bool, txml::StdoutTracer);
template void transaction::execute_impl(const std::string&, size_t, const ::model::KeepAlive&, bool, txml::EmptyTracer);
template void transaction::execute_impl(const std::string&, size_t, const ::model::KeepAlive&, bool, txml::StdoutTracer);
template void transaction::execute_impl(size_t, const ::model::PIT&,bool, txml::EmptyTracer);
template void transaction::execute_impl(size_t, const ::model::PIT&,bool, txml::StdoutTracer);
} // namespace search
} // namespace v7
} // namespace elasticsearch

0 comments on commit 03fdf8f

Please sign in to comment.