We are in a situation where we are trying to match up documents based on a
number of zipcodes.

In our case, zipcodes are just integers, so that hopefully simplifies
things.


So, we might have a document listing a number of zipcodes:

  1200-1450,2000,5000-5999

and we want to do a search of "1100-1300,8000" and have it match the
document.


How can this be done using Solr?


Thanks,
Anders.

Reply via email to