Change default consistency level to LOCAL_ONE (amends JAVA-926)
Description
In 3.0.0-alpha4, we changed the default consistency level to LOCAL_QUORUM (JAVA-926). This does not play well with DSE search, which requires ONE or LOCAL_ONE for search queries (other CLs will cause queries to fail).