Daniel Hensby
fec3cadd95
Merge pull request #139 from silverstripe-elliot/patch-1
...
Update Solr.md
2017-07-27 11:35:44 +01:00
Elliot Sawyer
f5392b630f
Update Solr.md
...
Update documentation explaining how to search for numeric terms by overloading types.ss
2017-03-28 16:20:46 +13:00
Elliot Sawyer
5790802544
Update Solr.md
...
Added documentation for how to search on macrons and other unicode characters. Thanks to @chrispenny for the code sample.
2017-03-28 16:12:56 +13:00
Daniel Hensby
e37c3a265b
Merge branch 'chillu/pulls/dataobject-index'
2016-10-04 11:59:46 +01:00
Daniel Hensby
6e25c5c94b
Merge pull request #62 from chillu/pulls/timeout-docs
2016-10-04 11:53:52 +01:00
Eduard Briem
695280e91e
adding ability to define different port for WebDAV than used for Solr ( #126 )
...
* adding ability to define different port for WebDAV than used for Solr
* removed spaces
* added Solr configuration example to documentation
2016-09-12 00:38:52 +01:00
Darren Inwood
234eac8308
More complete faceting example for docs.
2016-05-09 16:19:01 +12:00
Darren Inwood
034171270f
Add an extension hook to allow altering search results
2016-05-09 10:21:07 +12:00
Damian Mooyman
bc83546f24
Add changelog for 2.1.0 release
2015-11-19 16:59:18 +13: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
Ingo Schommer
0c14c696b2
Add docs on indexing dataobjects
...
Copied from CWP docs at https://www.cwp.govt.nz/guides/core-technical-documentation/common-web-platform-core/en/cwp-features/solr_search .
It's not specific to this platform, so should be part of the general docs.
2015-07-20 22:39:59 +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
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
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
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
Ingo Schommer
6321c5310f
Docs on index triggers, queues and timeouts
2015-05-04 17:40:44 +12:00
Damian Mooyman
23a1ba6e1a
BUG Fix subsite document ID generation
2014-05-22 16:48:37 +12:00
Darren Inwood
a2cfbb531b
BUG Fix sold indexing storing against the incorrect class key
2014-05-22 12:18:38 +12:00
unclecheese
c1e500c8c2
MINOR: Update broken tutorial link
2013-11-21 09:31:53 +13:00
Hamish Friedlander
799c8760af
API Move local solr to own repo
...
The local solr server was very out of date (because changing it would be an API change)
and took up lots of space in the repository.
This commit removes it, and references a newly created package,
silverstripe/fulltextsearch-localsolr
Not only does this save on storage space when the example server
isnt needed (you shouldnt really be using it for production), it
also disconnects the server version from the module version, so
you can easily change one without changing the other
2013-11-08 16:28:51 +13:00
Ingo Schommer
bb2e5624f3
Merge pull request #19 from cam-findlay/patch-2
...
Solr doc typos
2013-05-08 06:16:53 -07:00
Ingo Schommer
b2f2f6b63b
Cross-reference textextraction module in docs
2013-05-07 20:15:46 +02:00
Ingo Schommer
919716a0ce
Note about installing 'text extraction' feature
2013-05-07 18:43:38 +02:00
cam-findlay
feef2602e8
Solr doc typos
2013-03-29 17:19:24 +13:00
Sean Harvey
9440267d51
Moving docs into docs/en to fit with docsviewer
2013-02-13 10:45:48 +13:00
Sean Harvey
1b096fea94
Removing repeated parts of docs in docs folder (it's in root README.md instead)
2013-02-13 10:44:52 +13:00
Sean Harvey
7a9a698c2d
Merge branch 'docs' of github.com:silverstripe-big-o/silverstripe-fulltextsearch into silverstripe-big-o-docs
2013-02-13 10:43:05 +13:00
Sean Harvey
3508aadf56
Merge branch 'pull/field-defs-analyzers' of github.com:silverstripe-big-o/silverstripe-fulltextsearch into silverstripe-big-o-pull/field-defs-analyzers
2013-02-13 10:40:08 +13:00
Sean Harvey
cc144aa33e
Merge branch 'pull/highlighting-support' of github.com:silverstripe-big-o/silverstripe-fulltextsearch into silverstripe-big-o-pull/highlighting-support
2013-02-13 10:36:20 +13:00
Sean Harvey
e89a89a009
Additional docs on specifying search fields and boosting
2013-02-13 09:54:01 +13:00
Sean Harvey
2a73a21bd9
Fixing missing backtick to indicate code formatting
2013-02-13 09:46:22 +13:00
Hamish Friedlander
b10c263784
Merge pull request #13 from silverstripe-big-o/pull/spell-checking
...
ENHANCEMENT Better spell checking default config and docs
2012-11-01 14:32:58 -07: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
Hamish Friedlander
83badd9215
Merge pull request #8 from silverstripe-big-o/pull/docs-types
...
Docs about custom types
2012-11-01 14:29:15 -07:00
Hamish Friedlander
9ce4545bb9
Merge pull request #6 from silverstripe-big-o/ignore-empty-fields
...
Ignore empty fields
2012-11-01 14:27:31 -07:00
Ingo Schommer
0ef78f905c
ENHANCEMENT Per-field analyser support for SolrIndex
2012-10-05 12:40:46 +02:00
Ingo Schommer
8a6e426676
ENHANCEMENT Better spell checking default config and docs
2012-09-05 22:20:28 +02: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
78c5daa186
ENHANCEMENT Basic highlighting support
2012-09-05 22:14:44 +02:00
Ingo Schommer
6f3d3ca8be
Docs about custom types
2012-09-03 23:19:48 +02:00
Ingo Schommer
29b17a860a
Documentation
2012-08-29 21:57:45 +02:00
Ingo Schommer
2c7d6d0ab8
BUG Only index date fields with values
...
Otherwise the values end up being the start of epoch (1970-01-01)
by default, which can throw off search filters. See README additions for details.
2012-08-29 21:00:40 +02:00
Ingo Schommer
50304e4b0c
NEW SearchIndex->excludeVariantState()
2012-08-28 23:34:51 +02:00
Ingo Schommer
f09aad3280
Document CLI options, smaller doc improvements
2012-07-19 16:34:46 +02:00
Ingo Schommer
02e8f7338e
Improved docs
2012-07-19 13:48:38 +12:00
Hamish Friedlander
bcfb036320
Update documentation
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