We have a search where we want to find records with the same Telephone Number or records with no Telephone Number. If we have a composite key that includes the Telephone Number then it will not find the record where the number is missing unless we add a range.
When building the index we can use:
FIELD=Person_Name,Telephone_Number
This will build composite keys using two fields,
Person_Name
and
Telephone_Number
.
At search time we add the keyword to build the NULL range for