Skip to content

My GSOC 2015 results

Some time ago, as usual, in August, Google Summer of Code finished. And in this post, i’d like to tell you about my results, and, actually, about the Eclipse plugin for Hibernate Search.

First of all a number of aims were set. Basically, they consist of functionality that already exists in Luke (the application that helps to work with Lucene) and that would be comfortable for users to have right in Eclipse.

During the development, there were prepared two demos:

The first one shows the way to see the result of analyzers work right in real-time. The list contains all classes, that were found in your project classpath (including your own classes and third-party libs) and that extend org.apache.lucene.analysis.Analyzer class. All Analyzers are sorted in alphabetical order. So you just need to choose the one you need and start typing the text. A new view opens immediately that shows the result.

The second one contains an overview of two mechanisms: index generation and Lucene documents information. Index rebuild generates initial indexes and puts them to hibernate.search.default.directory_provider, defined in hibernate configuration. Then you can see the contents or index documents by clicking “Explore documents”.

Currently, the plugin is rather raw and has several issues. If you have any ideas for improvement, please, create a feature request or a bug report in github or fork and create pull requests.

Leave a Reply

Your email address will not be published. Required fields are marked *