Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将使用 solr3.1 中的 GeoSpatial 索引很多文档。我找不到通过 solrj 传递纬度和经度添加文档的方法。查询似乎有效。
如何从 solrj 插入 LatLonType ?
谢谢你的时间。
doc.addField("latlon", "19.2579,72.9862");