Hi Enrico, Can you point me to steps to upgrade the DB version to 2.0-rc1. I could not find it in the Documentation.
Thanks, Noorul On Sunday, December 28, 2014 4:47:16 PM UTC+3, Enrico Risa wrote: > > Hi Noorul > > i think you are using plugin version that is not compatible with 1.7.10 > try to download this > > > https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-lucene/1.7.9-SNAPSHOT/orientdb-lucene-1.7.9-20140905.090614-1-dist.jar > > Or you can download OrientDB 2.0-rc1 > where the plugin is directly installed in the distribution > > Enrico > > 2014-12-28 10:05 GMT+01:00 Noorul Farhan Ahmed <[email protected] > <javascript:>>: > >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- --- 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.
