On lucene-4.6.1, is there a way specify during search that only docs need to be iterated/searched and frequency need to be skipped…
I saw DocsEnum.FLAG_NONE meant for this, but could not find out how to pass this via a search query… My assumption is that skipping frequencies could speed up searches a little bit especially when we don't need them -- Ravi