Elasticsearch has been the keyword searching platform in PeopleSoft since around PeopleTools 8.55/6 back in 2016. Since then, we've seen a significant growth in it's value add to the PeopleSoft application and it's become an essential part of the PeopleSoft stack.
Due to some changes in how Elasticsearch licensed their product Oracle has switched to using OpenSearch which is just a fork of the Elasticsearch 7.10 code line. To keep it simple there is essentially no difference between Elasticsearch and OpenSearch. PeopleTools 8.61 already requires OpenSearch and from July 2024 there will be no further patching or support for Elasticsearch (See Doc ID 3005972.1). If you're still on Elasticsearch then don't worry when you read this article just replace the word OpenSearch with Elasticsearch.
Why use OpenSearch?
- find the data you want to work with first then decide on the action to perform. This interaction model has been a focus of PeopleSoft for some time now and embedding Related Actions and the Related Content Framework in the Search Framework has been a key part of enabling this.
- keyword searching of business data.
- Not just text information in the database but file attachments too.
- Unstructured data becomes very accessible using the PeopleSoft Search Framework.
- Keywords can be associated with facets to make the search faster and more powerful and to implement a common interaction model found in many other web applications.
- Offload the reporting and analytics from the PeopleSoft database. Finding a transaction using keys will not really impact the performance of the database but searches against unstructured data stored in a relational database will impact the performance of the database. Extracting relevant data from PeopleSoft database and indexing it in a specialised database like OpenSearch can help with this situation.
So, what's the PROBLEM?
Solution?
- how to configure RTI infrastructure
- how to enable RTI for delivered Search Definitions
- how to manage bulk updates to tables
Comments