You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin will work in the same basic way as the [Solr Pro Plugin]:
3
+
Cloudsearch Plugin interfaces with the [Amazon Cloudsearch](https://aws.amazon.com/cloudsearch/) service to provide search capabilities for any FarCry application. Cloudsearch is an API based implementation of the SOLR serach engine, and the plugin works similarly to the FarCry [Solr Pro Plugin].
4
+
5
+
NOTE: This plugin is compatible with FarCry 7.x and over.
6
+
7
+
> Cloudsearch plugin is available under LGPL and compatible with the open source and commercial licenses of FarCry Core
8
+
9
+
Base features include:
4
10
5
11
- config for general settings
6
12
- a content type with records for each indexed type, and settings to
@@ -9,15 +15,16 @@ This plugin will work in the same basic way as the [Solr Pro Plugin]:
9
15
- a library in the application scope that encapsulates searches
10
16
and index updates
11
17
12
-
For references, these features will not be implemented at this time:
18
+
### Setup
13
19
14
-
- a default search form / interface (that will need to be implemented
15
-
in the project)
16
-
- document boosting / search
17
-
- search term highlighting
18
-
- autocomplete / suggestions
19
-
- facets
20
-
- document content
20
+
- Set up an account with AWS Cloudsearch
21
+
- Add this plugin to the project's plugin directory ./plugins/cloudsearch
22
+
- Register the plugin in the projects constructor; ./www/farcryConstructor.cfm
23
+
- Restart your application
24
+
- Open the "Cloudsearch" config and fill in the details of your service account
25
+
26
+
27
+
### AWS Cloudsearch
21
28
22
29
Notes about [CloudSearch] architecture:
23
30
@@ -29,11 +36,10 @@ Notes about [CloudSearch] architecture:
29
36
next index, and indexing will fail until the offending documents are
30
37
updated
31
38
32
-
Approach:
39
+
### Cloudsearch Features Implmented
33
40
34
41
1. CloudSearch initialization, discovery, and basic troubleshooting tools,
35
-
i.e. are we connected, how many documents are there ~1d
36
-
DONE
42
+
i.e. are we connected, how many documents are there
37
43
2. Basic configuration for type indexes, suitable for dmHTML for example
38
44
3. Manual index updates; webtop overview tab that shows what would be sent
39
45
to CloudSearch / is in CloudSearch
@@ -44,5 +50,18 @@ Approach:
44
50
- new indexes
45
51
- changed index configs, i.e. adding properties to index
46
52
53
+
### Cloudsearch Features Not Yet Implemented
54
+
55
+
For references, these features will not be implemented at this time:
56
+
57
+
- a default search form / interface (that will need to be implemented
58
+
in the project)
59
+
- document boosting / search
60
+
- search term highlighting
61
+
- autocomplete / suggestions
62
+
- facets
63
+
- document content
64
+
65
+
47
66
[Solr Pro Plugin]: https://github.com/jeffcoughlin/farcrysolrpro
0 commit comments