Skip to content

Commit 5570453

Browse files
committed
Update README.md
1 parent 7bc62a4 commit 5570453

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Cloudsearch Plugin
22

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).
44

55
NOTE: This plugin is compatible with FarCry 7.x and over.
66

@@ -17,7 +17,7 @@ Base features include:
1717

1818
### Setup
1919

20-
- Set up an account with AWS Cloudsearch
20+
- Set up an account with [Amazon Cloudsearch](https://aws.amazon.com/cloudsearch/)
2121
- Add this plugin to the project's plugin directory ./plugins/cloudsearch
2222
- Register the plugin in the projects constructor; ./www/farcryConstructor.cfm
2323
- Restart your application
@@ -49,19 +49,17 @@ Notes about [CloudSearch] architecture:
4949
7. Bulk update function for
5050
- new indexes
5151
- changed index configs, i.e. adding properties to index
52+
8. Faceted searches
5253

5354
### Cloudsearch Features Not Yet Implemented
5455

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:
5657

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)
5959
- document boosting / search
6060
- search term highlighting
6161
- autocomplete / suggestions
62-
- facets
63-
- document content
62+
- file document content (such as PDF, DOC, etc)
63+
6464

6565

66-
[Solr Pro Plugin]: https://github.com/jeffcoughlin/farcrysolrpro
67-
[CloudSearch]: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/what-is-cloudsearch.html

0 commit comments

Comments
 (0)