Commit Graph

60 Commits

Author SHA1 Message Date
Tom Gross a376c71ebd fixed syntax error 2013-07-04 06:28:36 +02:00
Tom Gross 1684ecba71 check if solr is up before testing 2013-07-04 05:50:56 +02:00
Andreas Zeidler 723a314b71 update to use Solr 3.6 2012-06-21 00:23:25 +02:00
Hanno Schlichting 53a6e16248 Add one more metadata field to make Plone happy and sort arguments in `buildQuery` to get a stable ordering for test output. 2011-12-07 13:14:01 +01:00
Hanno Schlichting fc2cdbfc31 Update example configuration to Solr 3.5. 2011-12-07 12:48:29 +01:00
Hanno Schlichting bd2c8cd329 Test with latest c.indexing 2011-08-22 14:42:32 +02:00
Hanno Schlichting 197c134dcd Use new c.indexing release 2011-07-19 16:31:33 +02:00
Hanno Schlichting 73621821eb More c.indexing 2.0a1 fixes 2011-07-18 13:41:26 +02:00
Hanno Schlichting 61525aa8b2 Add the `showinsearch` and `searchwords` fields - wiring into the default search pattern is still missing 2011-07-10 19:39:54 +02:00
Hanno Schlichting bf446a1219 whitespace 2011-07-10 19:23:57 +02:00
Hanno Schlichting d9926190f1 Add note about auto commit policy 2011-07-10 19:23:31 +02:00
Hanno Schlichting 1da6910016 Alphabetize fields 2011-07-10 19:22:20 +02:00
Hanno Schlichting 82127811dc use new solr recipe version 2011-07-10 16:28:09 +02:00
Hanno Schlichting 7cf3b4d2f6 Update to recipe version 3.4 2011-07-09 20:46:58 +02:00
Hanno Schlichting a341dd14a0 Update example configuration to Solr 3.3. 2011-07-09 19:55:48 +02:00
Hanno Schlichting 634c436c51 Specify c.indexing version with Plone 4.0.x compatibility 2011-07-09 19:53:51 +02:00
Hanno Schlichting f33ea8cd7d Adjust tests to work with latest `collective.recipe.solrinstance = 3.3` and its new ICU-based text field. 2011-06-25 23:57:57 +02:00
Hanno Schlichting 47c3d3f87b Added `object_provides` index to example schema, as it's used in the collection portlet to find collections. 2011-06-17 17:47:12 +02:00
Hanno Schlichting 714f098cba Changed the names of the indexes used to emulate the `path` index. 2011-06-14 14:52:14 +02:00
Hanno Schlichting c099e8d26c Updated example config to include production settings and JMX. 2011-06-08 14:42:35 +02:00
Hanno Schlichting 8db8f84f0b Updated example config to collective.recipe.solrinstance 3.1 and Solr 3.2. 2011-06-06 12:50:30 +02:00
Hanno Schlichting 4054b9c9d7 Suggest latest solrinstance recipe which comes with a sane max-num-results default value 2011-06-04 19:59:04 +02:00
Hanno Schlichting 24d7b3f07a Update source location for collective.indexing 2011-05-26 14:41:14 +02:00
Hanno Schlichting 450dede244 Updated test config to Solr 3.1, which should be supported but hasn't seen extensive production use. 2011-05-18 16:56:59 +02:00
Hanno Schlichting 644002b167 Reduce max-num to 100 as a more sensible number 2011-05-18 16:55:44 +02:00
Hanno Schlichting d6519523f4 simplify buildout files 2011-04-06 12:19:46 +02:00
Hanno Schlichting 7bb0d9ac87 move bootstrap into top folder, where it usually is 2011-04-06 12:04:44 +02:00
Hanno Schlichting db3c302fe2 Make sure we store norms for index time boosting to work (http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_on_.22doc.22) 2010-12-12 14:00:26 +00:00
Andreas Zeidler 774f5174c1 remove Plone 3.x BBB bits now that this is [changeset:228587 Plone 4 only] 2010-12-09 15:31:35 +00:00
Andreas Zeidler 2220c46fa4 the 2.x series will be plone4-only (and also not support any solr before 1.4) 2010-12-06 13:45:25 +00:00
Hanno Schlichting 3d7e7a111c Change test config to use just one searcher, we don't need the extra overhead 2010-09-06 15:46:39 +00:00
do3cc 9826ae1cd8 Change solr download url
Seems like the mirror went down
2010-09-06 15:25:12 +00:00
Andreas Zeidler bbd8895f10 use [http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.4.1/CHANGES.txt Solr 1.4.1] 2010-07-30 16:19:28 +00:00
Andreas Zeidler 863cf8e301 fall back to the portal catalog if EPI's "navtree" parameter was given. this allows setting the "required query parameters" to an empty set (thereby fixing [http://plone.org/products/collective.solr/issues/18 issue #18]) 2010-04-18 16:06:22 +00:00
Andreas Zeidler a0f96ce8c8 let's aim for [http://wiki.apache.org/solr/Solr1.4 Solr 1.4] 2010-04-16 23:16:40 +00:00
Andreas Zeidler e8728da539 pin [http://pypi.python.org/pypi/collective.recipe.solrinstance collective.recipe.solrinstance] to avoid generating a schema that will only work for solr 1.4 (when actually using an older version) 2010-04-16 12:24:29 +00:00
Hanno Schlichting 747e2c7d47 Changed the default schema for ``is_folderish`` to store the value. The reference browser search expects it on the brain. 2010-03-05 15:54:38 +00:00
Andreas Zeidler c775aca4f7 hook up the [http://dev.plone.org/plone/changeset/34234 languageFilter] function provided by the [http://pypi.python.org/pypi/Products.LinguaPlone/3.1a1 latest version of LinguaPlone] & a first naive test
note: always remember to call `unmarkCreationFlag` to stop `LinguaPlone` from wildly renaming objects... :p
2010-03-03 16:45:02 +00:00
Andreas Zeidler cae556eb40 update [browser:collective.solr/trunk/buildout/solr.cfg sample buildout configuration] and [http://pypi.python.org/pypi/collective.solr/#faqs-troubleshooting documentation] to recommend a high enough default setting for [http://wiki.apache.org/solr/CommonQueryParameters#rows maximum search results returned] by solr. please also see [http://plone.org/products/collective.solr/issues/20 poi issue 20] for more information... 2010-02-26 11:20:55 +00:00
Hanno Schlichting 2b41b6ee66 Update bootstrap 2010-02-23 14:21:44 +00:00
Andreas Zeidler cf9cd74c73 convert test setup to [http://pypi.python.org/pypi/collective.testcaselayer collective.testcaselayer] 2010-02-19 16:38:37 +00:00
Andreas Zeidler 212e8aad8d refactor buildout to allow running tests against plone 4.x:
{{{
$ python2.6 buildout/bootstrap.py
$ bin/buildout buildout:directory=$(pwd) -c buildout/plone-4.x.cfg
}}}
atm there's one test error left...
2010-02-11 22:51:55 +00:00
Andreas Zeidler 2606b5a683 allow passing of test-specific parameters to `bin/alltests` & make it executable 2010-02-11 22:49:25 +00:00
Andreas Zeidler e65c0939da add convenience script for running tests, e.g. via buildbot:
{{{
$ bin/alltests
}}}
2010-02-11 20:57:04 +00:00
Andreas Zeidler 0ba1cb4b11 refactor buildout in preparation for testing against plone 4 2010-02-11 20:40:25 +00:00
Andreas Zeidler e283a981dd make it easier to test against different versions of plone 2010-02-11 20:15:54 +00:00
Andreas Zeidler 3d54388083 test against the latest plone 3.x 2010-02-11 01:09:48 +00:00
Andreas Zeidler 7bec990571 move r109621 onto a branch — it probably makes sense to index `object_provides`, but it should certainly neither be copied to the default search index nor stored, and the change will also require tests and a history entry... 2010-02-10 13:24:35 +00:00
toutpt d0db8d1cf9 fix issue on all searches done with object_provides, like the collection portlet do. Need to reindex with @@solr-maintenance/reindex 2010-01-26 16:40:56 +00:00
Andreas Zeidler f2760c7758 test against the latest 3.x release 2010-01-07 15:29:23 +00:00