Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/323#discussion_r172255035
--- Diff: solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java
---
@@ -122,19 +122,19 @@ public void testRptWithGeometryGeo3dField() throws
Exception {
public void testLatLonRetrieval() throws Exception {
assertU(adoc("id", "0",
"llp_1_dv_st", "-75,41",
- "llp_1_dv", "-80,20",
- "llp_1_dv_dvasst", "10,-30"));
+ "llp_1_dv", "-80.0,20.0",
+ "llp_1_dv_dvasst", "40.299599,-74.082728"));
assertU(commit());
assertJQ(req("q","*:*", "fl","*"),
"response/docs/[0]/llp_1_dv_st=='-75,41'",
// Right now we do not support decoding point value from dv field
--- End diff --
The above comment is obsolete.
And why does llp_1_dv not seem to work below? I believe
useDocValuesAsStored defaults to true.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]