1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Jan 21, 2025 — Jan 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Save memory, don't keep Yaml's thread-local. More... over 15 years ago
Fix keeping posFragments unnecessarily where "" not null More... over 15 years ago
Garbage collection for ObjectProcessor. No point in having a finalize() if it will never be hit. More... over 15 years ago
Remove more caching/coalescing. Until library has concurrency sorted out, this is counterproductive. More... over 15 years ago
One serialiser per lookup. This fixes queries which fetch two words from the same bin. In future we will have more parallelism support, this is somewhat inefficient. More... over 15 years ago
Logging More... over 15 years ago
Include title. More... over 15 years ago
Make searches for words with internal apostrophes work. More... over 15 years ago
Move name to a constant More... over 15 years ago
Set docname to index.yml to aid detection More... over 15 years ago
Auto-detect USK@.../index.yml/number More... over 15 years ago
Fast-detect index.yml too More... over 15 years ago
Fix USK support. More... over 15 years ago
Hacky fix for "java.lang.IllegalArgumentException: ProgressParts (0/1/0/2) must obey the contract 0 <= done <= started <= known <= totalest or totalest == ESTIMATE_UNKNOWN or TOTAL_FINALIZED". See FIXME. More... over 15 years ago
Tokenise apostrophes More... over 15 years ago
Words cannot end in an apostrophe More... over 15 years ago
Allow apostrophes and infrastructure for allowing other things. More... over 15 years ago
I don't see how our current relevance algorithm ((matches_in_page/words_in_page) * log (total_pages / matching_pages)) can be guaranteed to produce numbers in the right interval. More... over 15 years ago
Post-process relevance data if we have totalPages. More... over 15 years ago
Fix totalPages, can be represented either as a Long or an Integer by yaml More... over 15 years ago
Include owner name and email and total pages in index, new index format. More... over 15 years ago
Don't create posFragments if we don't need to. More... over 15 years ago
Ignore and log SimpleProgressUpdater inconsistency. More... over 15 years ago
Maybe fix serialisation. Went a bit overboard on compatibility code for if it's actually a Set other than SortedIntSet, probably should get rid of this. More... over 15 years ago
Fix serialisation by allowing to construct from any int set More... over 15 years ago
Better error message More... over 15 years ago
mkdir the cache dir More... over 15 years ago
Add logging infrastructure and if(logMINOR) in various places. It was already present in XMLIndex. More... over 15 years ago
Same for SkeletonBTreeSet More... over 15 years ago
Fix SkeletonBTreeMap.toString: The default for an AbstractCollection iterates everything in the entire tree, this is not what we want especially as a lot of the tree may not be loaded. More... over 15 years ago