3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jan 12, 2025 — Jan 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ensure var/log is created More... over 17 years ago
don't count non-indexable objects when skipping, since otherwise the output numbers won't match making things a bit confusing... More... over 17 years ago
using the generator there's no need to store the various counters on the view itself anymore More... over 17 years ago
don't use `ZopeFindAndApply` when trying to reindex content in Solr as it'll pull in more and more objects the further it walks through the hierarchy; instead we use a custom generator which should be more memory-efficient More... over 17 years ago
update 2dos and order the first set by priority More... over 17 years ago
fix the gs import handler; it didn't work at all so far, but the default values for the config utility made the test pass nevertheless... doh! More... over 17 years ago
merging from gawel-cluster-branch at r66380 More... over 17 years ago
add another 2do More... over 17 years ago
add option to skip reindexing of a given number of objects to be able to resume incomplete runs More... over 17 years ago
add genericsetup import/export handler for solr connection settings More... over 17 years ago
make the solr reindexing a bit more robust and add some more logging, too More... over 17 years ago
update 2dos More... over 17 years ago
log individual times for indexing More... over 17 years ago
add a temporary fix to not have the formerly persistent utility completely prevent access to already existing sites (because of the ZODB complaining that "Cache values must be persistent objects.") More... over 17 years ago
don't index objects, which don't provide all required attributes More... over 17 years ago
slightly improve test and use a better name More... over 17 years ago
make tests independent from `<field>` order, i.e. more robust More... over 17 years ago
don't index non-at content (for now) More... over 17 years ago
`queryCatalog` should still perform searches against solr even if one of the `quote_logic_indexes` has been removed from the portal catalog (which was one of the main ideas in the first place after all) More... over 17 years ago
factor out another helper for re-use More... over 17 years ago
add missing test from r66065 More... over 17 years ago
update 2dos More... over 17 years ago
refactor helper to make its usage more convenient More... over 17 years ago
test searching via solr with the testbrowser More... over 17 years ago
separate doctests More... over 17 years ago
factor out helper for later re-use More... over 17 years ago
add tests for indexing and searching objects via solr (and fight language retardedness :)) More... over 17 years ago
add first tests against a real solr server (which should be running at `http://localhost:8983/solr`; the server set up by the [source:collective/browser/collective.solr/buildout buildout] can be used here) More... over 17 years ago
the `ResponseNotReady` exceptions are raised because the involved `HTTPConnection` objects haven't been properly initialized, and since there's already code referring to this state, it would seem logical to also catch the additional exception here and reconnect to Solr More... over 17 years ago
make sure a socket error is raised when the solr server's not reachable or ready More... over 17 years ago