Date: (Jan - 2018
Following are two the documents
D1 : "Hello,I am a software engineer"
D2 : "I am mechanical engineer but I love software"
input : "software engineer"
output : true
//if all the strings (software , engineer) in input are present in both the
//documents
input : "I love"
output : false
//because love is not present in first document