I was wondering about the feasibility / difficultly of implementing a
solution to the following problem with Lucene.

For each document, I have a series of nested polygons each associated
with a numerical value.  My search query gives a point, and I want to
return all of the documents whose largest polygon contains the point
(that part is easy).  Additionally, I'd like to have access to the
numerical value of the smallest polygon which contains the point
(something like makeDistanceValueSource).

Thanks,
--Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to