Fix parse errors by reverting behavior if mapbooleantostring feature flag is off
MapBooleanToString feature in Indexer went in with behavior changes even if the feature flag is not enabled. Specifically in the file: indexer-core/src/main/java/org/opengroup/osdu/indexer/service/StorageIndexerPayloadMapper.java.
This MR seeks to remedy this by reverting the behavior in the case that the feature flag is turned off.
Original Change: !809 (diffs)
Also re-enable bag of words for Azure
Edited by Lauren Datz
