- Lucene home page –> http://lucene.apache.org/
- Download Lucene from –> http://www.apache.org/dyn/closer.cgi/lucene/java/
- Lucene API Doc –> http://lucene.apache.org/java/docs/api/index.html
- Lucene docs for each release –> http://lucene.apache.org/java/docs/
- Where can I get help from –> java-user@lucene.apache.org
- Lucene wiki –> http://wiki.apache.org/lucene-java/FrontPage
- Lucene , how to improve search speed –> http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
- Lucene , how to improve index speed –> http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
- Lucene FAQ –> http://wiki.apache.org/lucene-java/LuceneFAQ
InstaSearch is an Eclipse plug-in for performing quick and advanced search of workspace files. This will index the files and when you search for some file contents, it will look with in this index and the search results will be faster, just like the Goolge instant search. It uses Lucene ( http://lucene.apache.org/ ) for indexing and fast searching of files in the workspace. Each search result file then can be previewed using few most matching and relevant lines. A double-click on the match leads to the matching line in the file. Main Features Instantly shows search results Shows a preview using relevant lines Periodically updates the index Matches partial words (e.g. case in CamelCase) Opens and highlights matches in files Searches JAR source attachments Supports filtering by extension/project/working set Download / Installation In Eclipse Helios (3.6) please install using the Eclipse Marketplace from the Help menu http://marketplace.eclipse.org/s...
Comments
Post a Comment