You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some records in my index named assets_index, when ever I try to search them via a the Asset model like this:
$result = \App\Models\Asset::search('some value here')->get();
dd($result->toArray());
I am getting the following error:
Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [id] in order to load field data by uninverting the inverted index. Note that this can use significant memory.
Apologises in advance if this is not related to this driver for scout, i am new to both Laravel Scout and OpenSearch, just trying to get a basic index + search going.
I have some records in my index named
assets_index
, when ever I try to search them via a the Asset model like this:I am getting the following error:
Here's the full error: https://pastebin.com/raw/VTsK9eBd
Any idea what could be causing this?
Apologises in advance if this is not related to this driver for scout, i am new to both Laravel Scout and OpenSearch, just trying to get a basic index + search going.
I wrote a detailed question on StackOverflow here: https://stackoverflow.com/questions/76478329/laravel-scout-with-aws-opensearch-illegal-argument-exception-when-searching-on-m
The text was updated successfully, but these errors were encountered: