Working on an implementation of Elasticsearch for enterprise search and I'm exploring alternatives to noise words / stop words.
Can Common Terms Query be used without defining the corpus manually? I.E. Does elasticsearch index the entire document repository and store terms as high / low frequency, does it do this on the fly with each search? Or is there another way this works?
=Khal=