Skip to content

pulse00/eclipse-indexing-framework

Repository files navigation

Eclipse Indexing Framework

Build Status

This eclipse plugin provides an indexing infrastructure for other plugins based on the apache lucene search engine.

It works by adding an IncrementalProjectBuilder to projects with the nature of bundles implementing the com.dubture.indexing.core.buildParticipant extension point.

The implementing extension point will receive an IResource during the build and can then access an IndexingRequestor which can be used to store ReferenceInformation into a lucene index.

Using the SearchEngine utility class, this index can be queried later on.

The plugin is still alpha and its API will most likely change.

About

Eclipse indexing framework using apache lucene

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published