diff --git a/lib/pastebinner.rb b/lib/pastebinner.rb index 4794395..ba399a9 100755 --- a/lib/pastebinner.rb +++ b/lib/pastebinner.rb @@ -128,9 +128,6 @@ class Pastebinner YAML.safe_load(response.body).first end - ##### PREPARING THE PASTES FOR SERIALIZATION FOR ES CONFORMING TO PER INDEX SEARCHING - ##### SEE - https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#_custom_type_field - def hash_pastes(keys) if keys.is_a? String raw_paste = self.raw_paste_data(keys)