I generated an All In One (AIO) SDK (latest version) project, when I build and start the project everything works fine except the search. I can search by file names but NOT by the content of these files. I changed Content Service version in sdk pom.xml file from 6.2.0-ea to 6.2.0-ga, and also changed Search Service version from 1.2 (default in SDK) to 1.4.1, none of these changes fixed the search. I am using the default configuration in the sdk project. I just execute the command `./run.sh build_start`.
note : I see no errors in logs(ACS and ASS)
am I missing something?