0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JSP use UTF-8 encoding More... about 19 years ago
finished transition to lucene 2 More... about 19 years ago
uses IndexReader.FieldOption More... over 19 years ago
added support for relative index paths More... over 19 years ago
- moved to version 0.6 - includes lucene2.0 More... over 19 years ago
upgraded version of lucene to 1.9.1 + added analyzers More... almost 20 years ago
improved the look of the addIndexForm More... over 21 years ago
adding favorite icon More... over 21 years ago
favorite icon More... over 21 years ago
changed the name of the prop file to limo.properties More... over 21 years ago
add JavaDoc to the repository. More... over 21 years ago
fixed up JavaDoc comments More... over 21 years ago
added javadoc target to generate JavaDoc for LIMO More... over 21 years ago
- manipulate information from a ini parameter file - used to add info about a new index (- in the future it could be also used to delete info from the ini file) More... over 21 years ago
reads information about indices from a property file includes a from to add new index information More... over 21 years ago
HTML form used to create new index entry in the .ini file More... over 21 years ago
information about indexes is not stored here anymore More... over 21 years ago
display version 0.5.2 More... over 21 years ago
- displays results by page of 10 documents - removed left links for each document (table sometimes took the whole page) - displays the rank of eack doc More... over 21 years ago
Added a <HR> for a cleaner display More... over 21 years ago
missed a debug statement. removed it. More... over 21 years ago
new JSP and classes to implement a new page that lists the files in the Lucene index along with size, last modified date, and type. More... over 21 years ago
*** empty log message *** More... over 21 years ago
do not synchronize the netbeans parameters file (.nbattrs) More... over 21 years ago
on suggestion from a user, valign=top on the left column with the index summary. This eliminates the need to scroll to see the index details if the document displayed on the right has a large number of fields. More... over 21 years ago
BUG : Frameset not displayed with firefox 1.0 More... over 21 years ago
update url to memory formula. Apparently the Apache mailing list browser changed servers. More... over 21 years ago
add ReconstructedDocument and ReconstructedField. these classes are used to hold Lucene documents which have had their content restored using the index. More... over 21 years ago
add highlightTerms which uses Mark Harwood's highlighter library and reconstructDocument, which creates a ReconstructedDocument instance based on the approach used by LUKE (http://www.getopt.org/luke/) More... over 21 years ago
import GrowableStringArray from LUKE: http://www.getopt.org/luke/ this code is under the ASL. More... over 21 years ago