3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use an adapter for flare objects to provide additional data and helper functions needed in plone's "search results" template More... over 17 years ago
the flare finally gets an interface (the results list doesn't really need one), which will allow to adapt it in order to provide pluggable helper classes for different solr schematas More... over 17 years ago
make it possible to still fall back to searching the portal catalog (in a first attempt we'll only use solr when a "SearchableText" term is given) More... over 17 years ago
add monkey patch to allow the `CatalogTool` to be adapted in order to decide if a given request can be dispatched to an alternative search backend and a skeleton implementation More... over 17 years ago
factor out helper mangling input data according to solr specifics to be able to reuse it for searching More... over 17 years ago
to be able to index all attributes objects need to be wrapped into an `IndexableObjectWrapper` first More... over 17 years ago
add helper indicating if solr should/can be used More... over 17 years ago
Add ignores More... over 17 years ago
Add ignores More... over 17 years ago
add missing new line More... over 17 years ago
solr [http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html expects date value in iso8601 format], so the indexer needs to convert dates given as strings More... over 17 years ago
make the tests more robust in case of failure, i.e. always reset the manager More... over 17 years ago
don't index objects, which do not provide a value for the unique key More... over 17 years ago
add maintenance helper to clear solr data More... over 17 years ago
commit in batches to (massively) improve performance More... over 17 years ago
output progress and some statistics More... over 17 years ago
add browser view for (re)indexing portal content in solr More... over 17 years ago
make sure parentheses get quoted correctly More... over 17 years ago
`buildQuery` shouldn't break when the schema cannot be retrieved from solr More... over 17 years ago
factor out base test case for solr integration tests More... over 17 years ago
change test setup to apply profiles directly instead of using the quick-installer More... over 17 years ago
set a new goal :) More... over 17 years ago
register GS profile explicitly More... over 17 years ago
Fixed the test setup (Cheetah was missing), all tests pass now. More... over 17 years ago
add helper to inject more fake responses from a solr server More... over 17 years ago
with a global utility the connection manager isn't available at the time of registration, so a helper has to be used More... over 17 years ago
correct function signature in interface declaration More... over 17 years ago
register search utility More... over 17 years ago
split test suite to avoid running setup code for tests that don't need it More... over 17 years ago
make use of the [http://dev.plone.org/collective/log/buildout/collective.recipe.solrinstance/?rev=64146&stop_rev=64145 new feature] of the [http://dev.plone.org/collective/log/buildout/collective.recipe.solrinstance/ recipe] to allow custom separators when joining lists for single-valued indexes via `schema.xml` More... over 17 years ago