Hi, I created a simple store as : Select * from Store
@rid @version @class code lat lon #16:1 2 Store LIMB 24.562943 46.64517 and I created Lucene spatial index on lat, lon. Now, when I perform this query I receive NoSuchMethodError exception: select * from Store where [lat,lon] near [24.677202, 46.710384] java.lang.NoSuchMethodError: com.orientechnologies.orient.core.sql. OIndexSearchResult.getLastField()Lcom/orientechnologies/orient/core/sql/ filter/OSQLFilterItemField$FieldChain; I downloaded the OrientDB-Lucene jar and placed it in plugins folder and restarted the DB and then created the index on lat,lon I am using the 1.7.10 community edition. Thanks, Noorul -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
