Date: 2024-11-05 20:38:47
Score: 1.5
Natty:
You can specify that you wish to use the Corax engine in 3 ways/levels:
- Setting the search engine server-wide (for all databases):
update your settings.json file as shown in this link:
https://ravendb.net/docs/article-page/6.2/csharp/indexes/search-engine/corax#select-search-engine-server-wide
- Setting the search engine per database:
done via the Studio as shown in this link:
https://ravendb.net/docs/article-page/6.2/csharp/indexes/search-engine/corax#select-search-engine-per-database
- Setting the search engine per index:
can be done via the client API code as shown in this link:
https://ravendb.net/docs/article-page/6.2/csharp/indexes/search-engine/corax#select-index-search-engine-using-code
Reasons:
- Blacklisted phrase (1): this link
- Probably link only (1):
- No code block (0.5):
- High reputation (-1):
Posted by: Danielle