Okie.. Thanks for your reply Vivek. Regards Ram
On Fri, Mar 8, 2013 at 10:11 PM, Vivek Mishra <[email protected]>wrote: > You can plugin Kundera Indexer API, by default Kundera supports Lucene > based indexing. To plugin any other secondary index implementation what you > need to do is: > > 1) Configure kundera.indexer.class property in persistence.xml > 2) Configured kundera.indexer.class must implement Indexer interface. > > -Vivek > ________________________________________ > From: ramkrishna vasudevan [[email protected]] > Sent: 08 March 2013 19:37 > To: [email protected] > Subject: Re: Kundera 2.4 Released > > Just curious to know, > What type of hooks have been provided for Secondary index? Mainly wrt > HBase? > > Regards > Ram > > On Fri, Mar 8, 2013 at 7:25 PM, Amresh Kumar Singh < > [email protected]> wrote: > > > Hi All, > > > > We are happy to announce the release of Kundera 2.4. > > > > Kundera is a JPA 2.0 compliant, object-datastore mapping library for > NoSQL > > datastores. The idea behind Kundera is to make working with NoSQL > databases > > drop-dead simple and fun. > > It currently supports Cassandra, HBase, MongoDB, Redis, Neo4j and > > relational databases. > > > > Major Changes: > > ------------------------- > > 1) Neo4j (http://www.neo4j.org) support. See > > > https://github.com/impetus-opensource/Kundera/wiki/Graph-Database-Support > > 2) Primary key auto-generation > > 3) Support for JoinByPrimaryKey relationship > > 4) Custom Secondary indexing hooks > > 5) Hadoop 0.94.3 migration > > 6) Performance improvements > > > > > > Github Bug Fixes: > > ------------------ > > https://github.com/impetus-opensource/Kundera/issues/189 > > https://github.com/impetus-opensource/Kundera/issues/183 > > https://github.com/impetus-opensource/Kundera/issues/171 > > https://github.com/impetus-opensource/Kundera/issues/188 > > https://github.com/impetus-opensource/Kundera/issues/185 > > https://github.com/impetus-opensource/Kundera/issues/182 > > https://github.com/impetus-opensource/Kundera/issues/178 > > https://github.com/impetus-opensource/Kundera/issues/176 > > > > > > To download, use or contribute to Kundera, visit: > > http://github.com/impetus-opensource/Kundera > > > > Latest released tag version is 2.4. Kundera maven libraries are now > > available at: > > https://oss.sonatype.org/content/repositories/releases/com/impetus > > > > Sample codes and examples for using Kundera can be found here: > > http://github.com/impetus-opensource/Kundera-Examples > > and > > https://github.com/impetus-opensource/Kundera/tree/trunk/kundera-tests > > > > Survey/Feeback: > > http://www.surveymonkey.com/s/BMB9PWG > > > > Thank you all for your contributions! > > > > Sincerely, > > Kundera Team > > > > ________________________________ > > > > > > > > > > > > > > NOTE: This message may contain information that is confidential, > > proprietary, privileged or otherwise protected by law. The message is > > intended solely for the named addressee. If received in error, please > > destroy and notify the sender. Any use of this email is prohibited when > > received in error. Impetus does not represent, warrant and/or guarantee, > > that the integrity of this communication has been maintained nor that the > > communication is free of errors, virus, interception or interference. > > > > ________________________________ > > > > > > > NOTE: This message may contain information that is confidential, > proprietary, privileged or otherwise protected by law. The message is > intended solely for the named addressee. If received in error, please > destroy and notify the sender. Any use of this email is prohibited when > received in error. Impetus does not represent, warrant and/or guarantee, > that the integrity of this communication has been maintained nor that the > communication is free of errors, virus, interception or interference. >
