Hi, I've got a couple of questions. I'm posting them in two seperate mails to keep the subject headers relevant.
Given: Relatively large databases that contain many records. Each database consists of a large file which may contain as much as 2M records. Each record consists of several fields, though exaclty what fields and how many of them may vary. The records are seperated by a NewLine/Cr/CrLf combination. The database contains GPS ranges. These ranges describe a small, rectengular slice of the earth. The numeric ranges are in a fixed field. Question: Using lucene .net, would it be possible to do a numeric comparison to test whether a %QueryValue% is smaller than, equal to or larger than the value in a all/any indexed GPS fields?
