Hello, In our indexes we have a field that is a combination of other various metadata fields (i.e. subject, from, to, etc.). Each field that is added has a null position at the beginning. As an example, in Luke the field data looks like:
null_1 this is a test subject null_1 ikoelliker email address If someone searches this field using a NEAR or WITHIN style query for "subject email"~10. This message will be found. Is it possible to use Span Queries to avoid stepping over null position? Thanks, Ian Koelliker