Hi Stefano, yes because for now it is not bundled in the orientdb-community-1.7- SNAPSHOT.
You have to clone the module from here https://github.com/orientechnologies/orientdb-lucene and run mvn assembly:assembly the in the target directory you will find lucene-1.7-SNAPSHOT-dist.jar and put it under the lib directory in your Orientdb installation. Or you can find the jar here https://github.com/orientechnologies/orientdb-lucene/releases/tag/1.7-SNAPSHOT 2014-04-28 15:24 GMT+02:00 Stefano Migliucci <[email protected]>: > Hi all, > I have a fresh installed orientdb-community-1.7-SNAPSHOT > but If I try the wiki instructions I get errors! > > 1) create index City.name on City (name) FULLTEXT ENGINE LUCENE > > > > exception: > > com.orientechnologies.orient.core.index.OIndexException: > Index type : FULLTEXT is not supported. Types are > [UNIQUE,FULLTEXT,FULLTEXT_HASH_INDEX,DICTIONARY_HASH_INDEX,DICTIONARY,UNIQUE_HASH_INDEX,NOTUNIQUE_HASH_INDEX,NOTUNIQUE] > > > 2) select * from V where name LUCENE "test*" > > exception: > > > com.orientechnologies.orient.core.sql.OCommandSQLParsingException: > Error on parsing command at position #27: Invalid keyword 'LUCENE' > Command: select * from V where name LUCENE "test*" > -----------------------------------^ > > Any idea? > Thanks > Stefano > > > Il giorno sabato 26 aprile 2014 13:24:05 UTC+2, Lvc@ ha scritto: >> >> Hi all, >> Starting from v 1.7 (soon) the Lucene module will always be part of >> OrientDB Community distribution. >> >> Lvc@ >> >> >> On 25 April 2014 15:16, Glenn Goodrich <[email protected]> wrote: >> >>> That'd be great. FWIW, I am running 1.7 (rc1 in prod, rc2 in dev) >>> >>> Thanks, >>> Glenn >>> >>> Enrico Risa wrote: >>> >>> >>> Hi Glenn, >>> I will make a release as soon as i can, so you can start testing it. >>> For the assembly i will remove the target release 1.7. Meamwhile try >>> to put 1.6 in the pom.xml >>> >>> Enrico >>> >>> Il 25/apr/2014 15:05 "Glenn Goodrich" <[email protected] >>> <mailto:[email protected]>> ha scritto: >>> >>> >>> So, the wiki says to either grab a release from the releases page, >>> and there aren't any, or to >>> || >>> mvn assembly:assembly >>> >>> which results in >>> >>> || >>> Failedto execute goal >>> >>> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile >>> (default-compile)on project lucene:Fatalerror compiling:invalid >>> target release:1.7->[Help1] >>> >>> Any idea what I am doing wrong? I'd love to start testing this ASAP. >>> >>> Thanks, >>> Glenn >>> >>> On Thursday, April 24, 2014 12:14:14 PM UTC-4, Enrico Risa wrote: >>> >>> Hi All, >>> >>> a new module for OrientDB is available. The first integration >>> OrientDB / Lucene is out. >>> The integration for now is focused on Full Text Index and >>> Spatial Index. >>> >>> You can find the Docs here >>> https://github.com/__orientechnologies/orientdb-__lucene/wiki >>> >>> <https://github.com/orientechnologies/orientdb-lucene/wiki> on >>> how >>> to install and use the module. >>> >>> Give it a try, >>> contributions are welcome. >>> >>> Best Regards >>> Enrico >>> >>> >>> -- >>> >>> --- >>> 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] >>> <mailto:[email protected]>. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "OrientDB" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/orient-database/hYneKg4_ >>> Gw4/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected] >>> <mailto:[email protected]>. >>> >>> 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. >>> >> >> -- > > --- > 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. > -- --- 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.
