|
- OpenSearch - Fully open source, community-driven search analytics suite
OpenSearch is a community-driven, open source search, analytics, and vector database platform with integrated tools for observability, security, visualization, and AI-powered applications
- Regex supported in Dashboards Query Language (DQL)? - OpenSearch . . .
As you mentioned, we tried using a DQL query directly, and incorporating the Lucene regex query syntax from OpenSearch documentation proved to be effective The key adjustment was correctly escaping the hyphen (-) in the regular expression
- Trouble with mappings, detectors, and alerts - forum. opensearch. org
I’m finding some things that don’t seem to be working the way I expect them to and I’m hoping someone smarter than me can tell me why First, to keep track of what I’ve read on the forums and in the docs so far: this response from 2023 from @orazaly1508 this response to that same thread by @pdz this comment by @sbcd90 (actually, the entire thread) which eventually led me to create
- Add new nodes to a cluster and change shard settings - OpenSearch
I have a single node cluster I want to add new VM to it as nodes Is there a specific processor to be followed I want to change the shard settings also Is there a way to do that without using existing data Let me know the steps and documents to be followed
- How to programmatically build up a query - OpenSearch
This is opensearch-java 2 2 0: I am looking at how to translate the RestHighLevelClient in Java to using the new client, but I do not see how to programmatically build up a query in code and then apply it without using the immutable builder constructs (or even by using them) Or do I just drop back to the other library to do these kind of things?
- Ingest multiple types of files - OpenSearch - OpenSearch
Versions (relevant - OpenSearch Dashboard Server OS Browser): OpenSearch, 2 17 1, Windows 2022 Describe the issue: I am new to OpenSearch and I trying to setup a search for multiple files format (Word, Excel, PDF, ect) What would be the best way to approach this? Thank you Configuration: Relevant Logs or Screenshots:
- How to get score per chunk so that i can retrieve the most relevant . . .
Versions (relevant - OpenSearch Dashboard Server OS Browser): Opensearch 2 18 Describe the issue: I am using a text chunking preprocessor to store not only the text but also chunks of the text I’m also using hybrid search so i want to have neural search and bm25 to retrieve relevant documents This is all working but im only getting the score for the whole document I would like to have
- Shard level size setting - OpenSearch - OpenSearch
Versions (relevant - OpenSearch Dashboard Server OS Browser): OpenSearch 2 17 Describe the issue: There seems to be no support to limit the size of docs retrieved per shard When is it useful? Search index is large, assume it is an index of 500m records and the index is split into 96 shards Each shard is ~45gb The current implementation would fetch size(100) from each shard and so 96*100
|
|
|