Skip to content
Snippets Groups Projects

Add support for indexing tags meta-attribute

Merged Yauheni Lesnikau requested to merge search_on_tags into master
16 files
+ 339
14
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -27,4 +27,6 @@ public class AllOfItem {
private String type;
private Map<String, TypeProperty> properties;
private List<AllOfItem> allOf;
private List<AllOfItem> oneOf;
private List<AllOfItem> anyOf;
}
\ No newline at end of file
Loading