Commit Graph

172 Commits

Author SHA1 Message Date
helpfulrobot
775a14fe9f Added standard license 2015-11-19 18:30:33 +13:00
Scott Hutchinson
997ecfef16 Merge pull request #96 from tractorcow/pulls/release-210
Add changelog for 2.1.0 release
2015-11-19 17:08:45 +13:00
Damian Mooyman
bc83546f24 Add changelog for 2.1.0 release 2015-11-19 16:59:18 +13:00
Daniel Hensby
bd93f4b9ae Merge pull request #92 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-18 23:39:25 +00:00
Daniel Hensby
5519b71242 Merge pull request #90 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2015-11-18 23:37:45 +00:00
helpfulrobot
39b1ec2095 Added standard Travis config 2015-11-18 17:21:44 +13:00
helpfulrobot
0a39937697 Added standard Scrutinizer config 2015-11-18 15:14:01 +13:00
Ingo Schommer
4d4e56672d Merge pull request #88 from tractorcow/pulls/travis
Add ss 3.2 and PHP 5.6 to CI
2015-11-02 09:59:05 +13:00
Damian Mooyman
17a84cde50 Add ss 3.2 and PHP 5.6 to CI 2015-10-30 15:02:41 +13:00
Damian Mooyman
c3cc3f999b Merge pull request #83 from assertchris/3.2-compat
3.2 compat
2015-08-28 11:46:23 +12:00
Christopher Pitt
3ad9369b0a 3.2 compat 2015-08-28 08:43:03 +12:00
Damian Mooyman
10787bc310 Alias master as 2.0 2015-08-19 11:28:10 +12:00
Christopher Pitt
ea8de7da15 Merge pull request #82 from tractorcow/pulls/reindex-task
API QueuedJob support for Solr_Reindex
2015-07-29 09:12:12 +12:00
Damian Mooyman
1683f776bd API QueuedJob support for Solr_Reindex
API Incremental clear and re-index of records rather than clearing all records from SolrIndex up front
2015-07-28 12:46:23 +12:00
Damian Mooyman
259bd033f1 Merge pull request #81 from dhensby/patch-1
Move to new travis containerised infrastructure
2015-07-23 09:22:54 +12:00
Daniel Hensby
2595e2e8f0 Move to new travis containerised infrastructure 2015-07-20 16:06:37 +01:00
Damian Mooyman
9706135fa5 Merge pull request #73 from dhensby/patch-1
Updating travis provisioner
2015-07-20 12:59:41 +12:00
Ingo Schommer
b13857dd5f Merge pull request #74 from chillu/pulls/template-docs
Added docs about controller and template usage
2015-07-18 12:46:53 +12:00
Hamish Friedlander
9936922409 Merge pull request #79 from tractorcow/solr-api-v2
API Additional support for custom copy_fields
2015-07-07 10:54:39 +12:00
Damian Mooyman
ddb0b2520a API Additional support for custom copy_fields
API Additional textSpellHtml type for html-safe spelling database generation
2015-07-06 17:49:06 +12:00
Hamish Friedlander
931a1105a9 Merge pull request #75 from tractorcow/spelling-suggestions
API Support custom files / spelling correction
2015-07-01 14:52:37 +12:00
Damian Mooyman
94b5d7b85d Enable indexes to upload custom config
Robust parsing of collation suggestions
Support spelling suggestions
Include default optional dictionary for _spellcheckText column
2015-07-01 14:32:20 +12:00
Hamish Friedlander
c73766b163 Merge pull request #78 from tractorcow/fix-tests
BUG Prevent subsites breaking travis tests
2015-06-30 21:29:17 +12:00
Damian Mooyman
ae2828ed70 BUG Prevent subsites breaking solrindexversionedtest 2015-06-30 17:36:46 +12:00
Hamish Friedlander
0e64e94095 Merge pull request #76 from tractorcow/boosting
API Enable boosted fields to be specified on the index
2015-06-30 15:56:34 +12:00
Damian Mooyman
f2f16ae863 API Enable boosted fields to be specified on the index
API Enable configuration of default field
2015-06-30 15:13:49 +12:00
Ingo Schommer
c5d830679c Added docs about controller and template usage 2015-06-24 16:40:52 +12:00
Daniel Hensby
fee832f5fa Updating travis provisioner
Travis will now be more resilient to `composer self-update` failures
2015-06-15 10:31:25 +01:00
Damian Mooyman
1608d8384d Merge pull request #63 from chillu/pulls/fix-highlight-support
Fix highlight support when querying by fields (or boosting fields)
2015-06-03 10:11:31 +12:00
Ingo Schommer
bac802c1f2 Merge pull request #67 from tractorcow/pulls/safe-commit
API Separate searchupdate / commit into separate queued-jobs
2015-05-11 19:06:17 +12:00
Damian Mooyman
16a6f362e2 API Only allow one scheduled commit job at a time 2015-05-11 16:35:43 +12:00
Damian Mooyman
60b05db1ce API Separate searchupdate / commit into separate queued-jobs
API Enable indexes to deprecate other classes
API Enable indexes to be globally specified in config
2015-05-08 15:22:46 +12:00
Damian Mooyman
741aab1208 Merge pull request #69 from chillu/pulls/current-state-regression
Regression in SearchUpdater_ObjectHandler
2015-05-08 08:53:39 +12:00
Ingo Schommer
9d079724a3 Regression in SearchUpdater_ObjectHandler
Stopped indexing of classes which were unrelated to overall variants.
For example, an index with excludeVariantState(array('SearchVariantVersioned' => 'Stage'))
should only set this variant state on types where appliesTo() returns true, namely "Page".
Without the $class parameter it also returned on "File" index requests,
which then lead to all index requests being discarded later on somewhere in SearchUpdater.

Regression introduced in 625d282.
2015-05-07 21:57:35 +12:00
Ingo Schommer
1fc1a8f68c Fix class limit on delete query in SolrIndex 2015-05-07 20:44:21 +12:00
Hamish Friedlander
27270d0528 Merge pull request #65 from tractorcow/pulls/fix-updater
API Solr_Reindex uses configured SearchUpdater instead of always doing a direct write
2015-05-07 14:19:07 +12:00
Damian Mooyman
625d282df2 API Solr_Reindex uses configured SearchUpdater instead of always doing a direct write
Emit errors on Solr_Reindex if verbose=1
2015-05-07 11:58:39 +12:00
Ingo Schommer
66a2353d33 Newline after class index log 2015-05-05 23:41:59 +12:00
Ingo Schommer
50f53e7bac Fix highlight support when querying by fields (or boosting fields)
Highlighting will simply be empty otherwise, presumably
because it can't match against the complex query term in the "q" parameter.
2015-05-05 19:44:07 +12:00
Ingo Schommer
ff62c2b930 Merge pull request #61 from tractorcow/pulls/master/storedfields
BUG Add missing addStoredFields method
2015-02-21 09:40:56 +13:00
Damian Mooyman
620d7861b6 BUG Add missing addStoredFields method 2015-02-17 10:17:58 +13:00
Ingo Schommer
79eb663638 Merge pull request #58 from silverstripe-iterators/pulls/spelling-suggestions
Make spelling suggestions more useful
2015-01-06 16:47:14 +13:00
☃ Stephen Shkardoon ☃
cb1770864d Merge pull request #49 from tractorcow/pulls/solr-4-compat
BUG Fix Solr 4.0 compatibility issue
2014-11-17 16:50:12 +13:00
David Craig
201388adb4 Make spelling suggestions more useful 2014-11-14 14:02:50 +13:00
Damian Mooyman
0d22bf7a36 Merge pull request #57 from ss23/more_sql_pls
Add a no-op query to prevent database timeouts during a long reindex
2014-10-24 16:15:00 +13:00
Stephen Shkardoon
064468a28a Add a no-op query to prevent database timeouts during a long reindex 2014-10-22 19:01:34 +13:00
Sean Harvey
2ba90f4239 Merge pull request #50 from tractorcow/pulls/phockito-failover
BUG Fix test case not elegantly failing on missing phockito
2014-08-21 17:22:23 +12:00
Sean Harvey
e22d6053e5 Adding tests for SearchIndex::fieldData() 2014-08-21 16:58:59 +12:00
Daniel Pickering
6ab5969ac1 Fix many_many fieldData bug
This fixes a critical bug meaning that using many_many fields in full text searching would have always failed.

the $singleton->many_many() lookup returns an array() of many-many components, however the line $class = $manyMany[0] is wrong, as the first value of the array is always the $dataClass (parentClass), not the otherClass (childClass).

Changing this to $class = $manyMany[1] fixes this bug.
2014-08-21 16:58:59 +12:00
Sean Harvey
5b19ebf7b3 Merge pull request #45 from tractorcow/pulls/queued-batch
API SearchUpdateQueuedJobProcessor now uses batching
2014-08-21 16:25:36 +12:00