Skip to content

Conversation

@dwdougherty
Copy link
Collaborator

@dwdougherty dwdougherty commented Oct 1, 2024

DOC-4027

Notes to reviewers:

  1. This PR didn't change every single occurrence of "redis search" to "redis query engine"; just the most visible.
  2. In particular, I haven't touched RC or RS, because I think there are still UI references to Search and query.

@dwdougherty dwdougherty added the dev label Oct 1, 2024
@dwdougherty dwdougherty requested review from a team and joeywhelan October 1, 2024 18:26
@dwdougherty dwdougherty self-assigned this Oct 1, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2024

Staging links:
https://redis.io/docs/staging/DOC-4027/develop/connect/clients/client-side-caching
https://redis.io/docs/staging/DOC-4027/develop/connect/insight/release-notes/v.2.56.0
https://redis.io/docs/staging/DOC-4027/develop/data-types/json/
https://redis.io/docs/staging/DOC-4027/develop/data-types/json/indexing_JSON
https://redis.io/docs/staging/DOC-4027/develop/data-types/json/use_cases
https://redis.io/docs/staging/DOC-4027/develop/data-types/sets
https://redis.io/docs/staging/DOC-4027/develop/data-types/sorted-sets
https://redis.io/docs/staging/DOC-4027/develop/get-started/document-database
https://redis.io/docs/staging/DOC-4027/develop/get-started/vector-database
https://redis.io/docs/staging/DOC-4027/develop/interact/
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/administration/
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/advanced-concepts/
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/advanced-concepts/dialects
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/advanced-concepts/query_syntax
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/deprecated/development
https://redis.io/docs/staging/DOC-4027/develop/interact/search-and-query/query-use-cases/
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/overview/cli
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/overview/install
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/user-guide/get-started
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/user-guide/json-v-hashes
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/user-guide/query-filter
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/user-guide/semantic-caching
https://redis.io/docs/staging/DOC-4027/integrate/redisvl/user-guide/vectorizers
https://redis.io/docs/staging/DOC-4027/operate/oss_and_stack/stack-with-enterprise/stack-quickstart

Copy link
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

In addition to storing JSON documents, you can also index them using the [Search and Query]({{< relref "/develop/interact/search-and-query/" >}}) feature. This enables full-text search capabilities and document retrieval based on their content.
In addition to storing JSON documents, you can also index them using the [Redis Query Engine]({{< relref "/develop/interact/search-and-query/" >}}) feature. This enables full-text search capabilities and document retrieval based on their content.

To use these features, you must install two modules: RedisJSON and RediSearch. [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}) automatically includes both modules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the module is still called RediSearch for now, even though the feature itself is RQE?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct.

@dwdougherty dwdougherty merged commit c551b2f into main Oct 3, 2024
4 checks passed
@dwdougherty dwdougherty deleted the DOC-4027 branch October 3, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants