Luke 0.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Luke 0.9 (Default branch)
# 1  
Old 11-14-2008
Luke 0.9 (Default branch)

ImageLuke is a handy development and diagnostic tool for Apache Lucene. It accesses existing Lucene indexes and allows you to display and modify their contents in several ways. A user can browse by document number or by term, view documents, copy them to the clipboard, retrieve a ranked list of the most frequent terms, execute a search and browse the results, analyze search results, selectively delete documents from the index, reconstruct the original document fields, edit them, and reinsert them into the index, optimize indexes, and much more. Luke can also be extended through plugins.License: The Apache License 2.0Changes:
This release adds many new functions and tools,and upgrades Luke to usethe official Lucene 2.4 release.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Socialtext::Resting::LocalCopy(3pm)			User Contributed Perl Documentation		       Socialtext::Resting::LocalCopy(3pm)

NAME
Socialtext::Resting::LocalCopy - Maintain a copy on disk of a workspace SYNOPSIS
Socialtext::Resting::LocalCopy allows one to copy a workspace into files on the local disk, and to update a workspace from files on disk. METHODS
new Create a new LocalCopy object. Requires a "rester" parameter, which should be a Socialtext::Rester-like object. pull Reads a workspace and pulls all of the pages into files in the specified directory. Options are passed in as a list of named options: dir - The directory the files should be saved to. tag - an optional tag. If specified, only tagged files will be pulled. push Reads a directory and pushes all the files in that directory up to the specified workspace. Options are passed in as a list of named options: dir - The directory the files should be saved to. tag - an optional tag. If specified, only tagged files will be pushed. Note - tag is not yet implemented. BUGS
Attachments are not yet supported. Push by tag is not yet supported. AUTHOR
Luke Closs, "<luke.closs at socialtext.com>" COPYRIGHT &; LICENSE Copyright 2007 Luke Closs, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-01-09 Socialtext::Resting::LocalCopy(3pm)