Tags: spencerjackson/plugin-XMLSpider-staging
Tags
XMLSpider v45: Fork Spider for new format indexes, delete code to sup…
…port them from XMLSpider. Turn off until configured. Index numbers of at least 3 chars long, like Library and Spider. More config options for max subindex size/entries. Various code cleanups etc from evanbd and bombe.
XMLSpider:
- Remove LibraryBuffer. XMLSpider does not support new format indexes, Spider has been forked for that purpose.
- Index numbers of at least 3 characters length.
- Default to disabled when loading.
- Actually remember the time when the index was written.
- Fix file permissions, file was executable.
- Indenting and {} cleanup.
- More possibilities in config options for max subindex size/entries.
- Comments.
- Fix start depth initialisation.
- Method visibility fixes.
evanbd
bombe
toad
(Note that build 41 is not on the direct preceding path to this build… … due to some temporary branching, but the diff is small) XMLSpider build 42: changes from 38 to 41: - Fix build for cancel() in fred. - Remove usage of deprecated ClientCallback - Javadoc in ant - More options for numerical dropdown config options. - Fix title terms ordering. - Add buttons to pause and cancel index writing. - Index plaintext files. - Use form passwords to secure form submissions - Show progress of Index writing and if garbage collection is occuring - Fix ambiguous variable/method name. - Store total page count and term page count in subindexes to enable calculating document frequency. - Refactoring. - Stopwords support. - Beginnings of support for sending entries to Library. Changes in 42: - Add .m4v to extension badlist, thanks cptn_insano. - Fix build for 1238 filter changes. toad platy evanbd
XMLSpider 41. 39 and 40 were tagged from local, this is bad. master i… …s in middle of a change to make XMLSpider use Library, so branching from f627703 to release a "stable" XMLSpider build. XMLSpider: - Better constants for config options, remove dummy option. - Use CleintGetCallback not ClientCallback - Build javadocs. - Number title terms forwards (not backwards!) in order from Integer.MIN_VALUE. - Pause/resume/cancel of index writing. Supporting refactoring. Buttons on UI. - Start at 1 or 2 hex digits in makeSubIndices. - Support indexing plain text. - Javadocs. - Secure POST forms from interference with formPassword, pass in NodeClientCore. - Indenting. - Logging. - Show status of index writes, and when GCing. - Minor code cleanups: Rename some local variables. Make positions field private. Move some code around. - Include total file count and file count in subindexes to enable calculating word frequencies. - Hardcode some stop-words. Don't index them (as well as anything under 3 chars). - Fix build (l10n changes in fred). evanbd platy toad (build fixes)
XMLSpider edition 40 (39 was posted from local, was not part of master) XMLSpider: - Better constants for config options, remove dummy option. - Use CleintGetCallback not ClientCallback - Build javadocs. - Number title terms forwards (not backwards!) in order from Integer.MIN_VALUE. - Pause/resume/cancel of index writing. Supporting refactoring. Buttons on UI. - Start at 1 or 2 hex digits in makeSubIndices. - Support indexing plain text. - Javadocs. - Secure POST forms from interference with formPassword, pass in NodeClientCore. - Indenting. - Logging. - Show status of index writes, and when GCing. - Minor code cleanups: Rename some local variables. Make positions field private. Move some code around. - Include total file count and file count in subindexes to enable calculating word frequencies. - Hardcode some stop-words. Don't index them (as well as anything under 3 chars). - Fix build (l10n changes on fred) evanbd platy toad
XMLSpider: - Add missing . before some badlist extensions. - Separate dbVersion from version. - 3183: hack to reduce the gap between setting config value and it showing up. - ignore more extensions. - web interface fixes. - classloader problem workaround. - unloading fix. sdiz juiceman saces platy (And a missing file went in just after 37 tag, but 37 was built with it..)