Closed tropikoder closed 2 years ago
ArrayList<Field> fields = new ArrayList<>(); fields.add(new Field().name("countryName").type("string")); fields.add(new Field().name("capital").type("string")); fields.add(new Field().name("gdp").type("int32").facet(true));
It's too easy to mis-type one of those strings in the type field. It would also be easy to provide an enum with the right.
Typsense Version:
OS:
nevermind i see you have it just that the README is out-of date
Description
It's too easy to mis-type one of those strings in the type field. It would also be easy to provide an enum with the right.
Steps to reproduce
Expected Behavior
Actual Behavior
Metadata
Typsense Version:
OS: