Will Rossiter
995a8a1d01
Remove config output
2014-01-17 09:28:50 +13:00
Will Rossiter
51876f30d3
Export options to configure view to make it easier to determine final configuration.
2014-01-15 12:45:14 +13:00
Will Rossiter
06a7941613
FIX: Use index name as Solr reference rather than class name.
...
As otherwise SS_SOLR_INDEXNAME_SUFFIX is ignored when adding documents
2014-01-15 12:44:33 +13:00
Hamish Friedlander
3d18903552
API Add support for Solr 4 and make it the default
...
Solr::configure_server now takes "version" as one of the keys in the
option array, and behaves slightly differently depending on whether
that version is 3 or 4, to provide support for both Solr versions.
The Solr extras and templates have also moved, so that different
versions can be provided for the two different Solr versions.
2013-11-08 15:03:47 +13:00
Hamish Friedlander
b6fe2ff17d
Make how Solr_Configure uploads config replaceable
...
Solr_Configure takes the `indexstore.mode` configuration variable to set how
to upload new configuration to the Solr server. However the various modes
were within Solr_Configure and you couldnt add more without altering the module
This changes Solr_Configure to make the configuration upload portion
contained with a seperate class thats selected via `indexstore.mode`
to fix that.
2013-09-11 14:37:36 +12:00
Sean Harvey
428b8f3db5
fixing broken Solr_configure
2013-02-13 10:21:42 +13:00
Sean Harvey
75938c19a9
Ensure all cores are initialised on configure
2013-02-13 10:15:14 +13:00
Sean Harvey
deddbe5f15
Better checking for permissions when running Solr_configure
2013-02-13 09:59:14 +13:00
Sean Harvey
a6fd64eacd
If no remote dir set for WebDAV, just use the index name by itself
2013-02-13 09:56:07 +13:00
Hamish Friedlander
94f271da7f
Merge pull request #12 from silverstripe-big-o/pull/custom-source-paths
...
ENHANCEMENT Configurable source paths for Solr config
2012-11-01 14:31:51 -07:00
Ingo Schommer
1b069fe07b
ENHANCEMENT Configurable source paths for Solr config
...
- Made Solr_Configure task output more expressive by exposing the directories involved
- Documented configuration copying process, and how to override it
2012-09-05 22:16:18 +02:00
Ingo Schommer
50304e4b0c
NEW SearchIndex->excludeVariantState()
2012-08-28 23:34:51 +02:00
Ingo Schommer
bcff30d9ca
Allow limiting of classes on Solr_Reindex task
2012-08-23 18:13:10 +02:00
Ingo Schommer
fefd704582
Better feedback in Solr_Configure task
2012-08-23 18:10:29 +02:00
Ingo Schommer
566791655c
Better feedback in Solr_Configure task
2012-07-19 17:16:50 +02:00
Ingo Schommer
d7546a4020
Show executed cmd on Solr_Reindex with verbose=1
...
Makes actual operation a bit clearer, easier to kickstart debugging
2012-07-19 16:35:26 +02:00
Ingo Schommer
be507824d0
Setting include_path *before* requiring paths relying on it
2012-07-19 13:48:58 +12:00
Ingo Schommer
c464c826d0
API Moved module paths from /solr to /fulltextsearch
2012-07-19 13:48:12 +12:00
Hamish Friedlander
3cc660484c
FIX Use DataList intead of DataObject->get()
2012-07-19 13:41:05 +12:00
Russell Michell
c77da7d42c
ENHANCEMENT: Made the search ofr cli-script.php a little more flexible in light of sapphire dirname change
2012-07-19 13:41:05 +12:00
Hamish Friedlander
cc36237c94
BUGFIX: Converted reindex queries to use DataList/DataQuery instead of deprecated buoldSQL() on DataObject
2012-07-19 13:41:05 +12:00
Hamish Friedlander
17be5a3e63
Import first version of fulltextsearch module
2011-05-02 16:33:05 +12:00