[spatial] Indexing polygons?

2016-01-06 Thread Robert Nix
Hi, Is there an example in the lucene-solr source to show how to index polygons and how to search with and for indexed polys? I'm looking in lucene/spatial/src/test/ and I see an example of a point and it seems obvious: doc.add(new StoredField(strategy.getFieldName, pt.getX + " " + pt.getY)) But

Re: [spatial] Indexing polygons?

2016-01-10 Thread Robert Nix
ed" version (for document retrieval in search > results); not for indexing/search. See the comments preceding it ;-) > > Good luck. And sorry for leaving you hanging for a few days; I overlooked > your email. > ~ David > > On Wed, Jan 6, 2016 at 10:59 PM Robert Nix wrot