Java Client - error while calling setSchema

thank you very much. @vnium
Got it. the below one worked

String schema = """
        accountNumber: string @index(exact) .
        type Account {
          accountNumber
        }
        """;