Indirection layer for symbol search
commit6be0107c4aba9c55ded616f2bae805b4a73db43d
authorTed Spence <tspence@fb.com>
Wed, 8 May 2019 06:17:31 +0000 (7 23:17 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 8 May 2019 06:21:47 +0000 (7 23:21 -0700)
treeeafce5a03272091caa4001471f6744650f5608f3
parent3fcde0c089652a77ba2525f7959e06fdde2825e0
Indirection layer for symbol search

Summary:
This diffstack will eventually introduce the Sqlite Search Provider.  It will become possible to switch between providers.

In order to make this work, we'll have to support indirection for Symbol Search as well as Autocomplete Search.

This diff enables indirection for symbol search.

Reviewed By: 2BitSalute

Differential Revision: D15228704

fbshipit-source-id: 0d2c7f10c8dd8e960dde72f01e125f89b389bb53
hphp/hack/src/server/autocompleteService.ml
hphp/hack/src/server/serverSearch.ml