-
pjaol committed revision 177 to the Local Lucene SVN repository, changing 1 files.
2009-10-22 21:28:47 UTC by pjaol
-
pjaol committed revision 176 to the Local Lucene SVN repository, changing 1 files.
2009-10-22 21:17:21 UTC by pjaol
-
The following trivial patch modifies localsolr source tree so that it compiles with the released lucene-core-2.9.0 and lucene-spatial-2.9.0 (And solr 1.4-SNAPSHOT). It removes some unused imports and uses the getter for access to distanceFilter. Although the code makes the tree compile,there still seem to be issues with the search service: [http-8080-2] ERROR org.apache.solr.core.SolrCore -...
2009-10-14 10:00:16 UTC by ianibbo
-
I would add that distance does seem to be returned, if some of the posts I have read are anything to go by. However, I have not seen it stated in any official documentation.
2009-08-27 19:46:51 UTC by jasonjudge
-
Has anyone come up with a way to provide multiple locations for a single document?
I'm interested in searching for documents in a region without having to do a separate join if possible.
2009-08-27 17:19:29 UTC by fdrake
-
Whether distance is returned or not, it is trivial to calculate outside of the search using trigonometry (actually, more Pythagoras Theorem). That assumes you are dealing with short distances, otherwise you will need to use more complicated formulas to calculate the "great arc" between two points (e.g. the distance from London to New York is not a straight line - it is an arc around...
2009-08-27 12:22:26 UTC by jasonjudge
-
Is the distance from the Lat,Long returned and can we sort by it?
Thanks.
2009-06-16 21:08:38 UTC by pennyfx54
-
pjaol committed revision 175 to the Local Lucene SVN repository, changing 1 files.
2009-06-16 19:33:39 UTC by pjaol
-
pjaol committed revision 174 to the Local Lucene SVN repository, changing 3 files.
2009-06-10 21:03:43 UTC by pjaol
-
pjaol added vecchiaem to the Local Lucene project.
2009-05-22 14:33:12 UTC by pjaol