3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bail out early if no unique key was provided More... about 15 years ago
add low-level support for passing boost values to Solr More... about 15 years ago
remove unused code (`addMany`) & refactor unicode handling More... about 15 years ago
Update to unreleased version 0.15dev. More... about 15 years ago
Prepare to release 0.14. More... about 15 years ago
Adding myself as contributor. More... about 15 years ago
Update of the project history file. More... about 15 years ago
Merge the secure-supervisorctl branch. More... about 15 years ago
Fixing the doctests. More... about 15 years ago
fix wildcard searches for patterns other than just ending with an asterisk More... about 15 years ago
refactor wildcard handling More... about 15 years ago
Back to development: 1.8 More... about 15 years ago
Preparing release 1.7 More... about 15 years ago
update change log More... about 15 years ago
remove Plone 3.x BBB bits now that this is [changeset:228587 Plone 4 only] More... about 15 years ago
we now depend on `pkg_resources` More... about 15 years ago
clean up distribution metadata More... about 15 years ago
fix the other test failure we missed in r228572 More... about 15 years ago
declare package dependencies, in particular make this Plone 4+ only More... about 15 years ago
revert "[changeset:124878 Apply workaround for timeout related test failures -> this needs a better fix]" — actually, it doesn't. python 2.6 already fails during the `connect` following the timeout (in `solr.__reconnect`), so we add the third handler object. after all the timeout itself is what's tested here... More... about 15 years ago
add the actual test for r228567 More... about 15 years ago
wildcard searches always need to be lower-cased on the client as all [http://wiki.apache.org/lucene-java/LuceneFAQ#Are_Wildcard.2C_Prefix.2C_and_Fuzzy_queries_case_sensitive.3F analyzers are skipped for them], and we use the lower-case filter while indexing More... about 15 years ago
use custom search pattern for simple queries More... about 15 years ago
for next time More... about 15 years ago
actually, we want more things to be treated as "simple" queries More... about 15 years ago
add helper to identify simple queries consisting only of words and numbers, i.e. not using any of Solr's advanced query expressions More... about 15 years ago
we can also 'ignore' invalid characters More... about 15 years ago
add configurable setting for custom search pattern allowing to boost certain fields etc More... about 15 years ago
unquoted leading or trailing white space can be safely ignored More... about 15 years ago
fix import location More... about 15 years ago