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
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AWS Cloudsearch Plugin
2
2
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].
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](https://github.com/jeffcoughlin/farcrysolrpro).
4
4
5
5
NOTE: This plugin is compatible with FarCry 7.x and over.
6
6
@@ -17,7 +17,7 @@ Base features include:
17
17
18
18
### Setup
19
19
20
-
- Set up an account with AWS Cloudsearch
20
+
- Set up an account with [Amazon Cloudsearch](https://aws.amazon.com/cloudsearch/)
21
21
- Add this plugin to the project's plugin directory ./plugins/cloudsearch
22
22
- Register the plugin in the projects constructor; ./www/farcryConstructor.cfm
23
23
- Restart your application
@@ -49,19 +49,17 @@ Notes about [CloudSearch] architecture:
49
49
7. Bulk update function for
50
50
- new indexes
51
51
- changed index configs, i.e. adding properties to index
52
+
8. Faceted searches
52
53
53
54
### Cloudsearch Features Not Yet Implemented
54
55
55
-
For references, these features will not be implemented at this time:
56
+
We didn't get time for some features, but would like to have them included at some point:
56
57
57
-
- a default search form / interface (that will need to be implemented
58
-
in the project)
58
+
- a default search form and results interface (this needs to be implemented in the project)
59
59
- document boosting / search
60
60
- search term highlighting
61
61
- autocomplete / suggestions
62
-
-facets
63
-
- document content
62
+
-file document content (such as PDF, DOC, etc)
63
+
64
64
65
65
66
-
[Solr Pro Plugin]: https://github.com/jeffcoughlin/farcrysolrpro
0 commit comments