QueryShardException: No mapping found for [sortOrder] in order to sort on

Hi Everyone!
I connect Fess to external Elastic then have error after created index of fess :
QueryShardException: No mapping found for [sortOrder] in order to sort on

Below is version of Fess & Elastic

Elastic :

{
"name" : "URG6Bz5",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "EBB6PgrmTCeIyQ6XXfcLbA",
"version" : {
"number" : "6.6.1",
"build_flavor" : "default",
"build_type" : "zip",
"build_hash" : "1fd8f69",
"build_date" : "2019-02-13T17:10:04.160291Z",
"build_snapshot" : false,
"lucene_version" : "7.6.0",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}

Fess Version: 12.5

I removed REM in content of fess.in.bat:

set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.es.http_address=http://localhost:9200
set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.es.transport_addresses=localhost:9300
set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.dictionary.path=D:/option/elasticsearch-6.6.1/config/

Welcome to our community! :smiley:
Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

What is fess?

Also 6.6 is EOL, please upgrade ASAP.

1 Like

Hi warkolm!
Thanks for you supported!
I will remove picture in post.
I will post question to FESS forum!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.