What exactly does "NEAR" mean then doing a boolean text search:
NEAR on the same line means what (characters, words, etc)
NEAR across the same file means what (number of lines separating them, number of characters, words, etc.)
I need to search a collection of files for all instances where two regular expressions match within XX lines (4 in my case) and I want to understand how to do this or how to adjust the parameters for NEAR.
Thanks!