Using the latest code, you can trigger a reindex operation
POST /$reindex
Testing before a full reindex
You can force a reindex for just one resource:
POST /Patient/id$reindex
And also search for partially indexed resources by including the following header:
x-ms-use-partial-indices
Custom indexes
Going forward we’re planning to have the ability to create and manage custom SearchParameters so you shuoldn’t need to modify the search-parameters.json file.
CLICK HERE to find out more related problems solutions.