I'm just getting started with my search implementation, but I've noticed what appears to be a bug. The following line returns null:
session.getRepository().getDescriptor(Repository.QUERY_LANGUAGES ) and this next code returns four supported options: queryManager.getSupportedQueryLanguages();
