Before you can build indexes and index queries it is essential to understand the structure of index tables. Read this document before proceeding!
The following examples illustrate index specification and query JSON bodies which can be used to index and query model property data.
-
Get case insensitive Structural Material steel with a height > 0.5 ft
-
Get viewable rows where Revit category, family and type are not null
The following examples illustrate index specification and query JSON bodies which can be used to create and query diff indexes.
If you want to add more examples, please follow the steps below:
- Fork this repo on github
- Add your sample(s) to the basic or diff sub-folders. You can use the exampleTemplate.md to quickly format your example. Please base your examples on the sample models provided so that they can be verified by a maintainer.
- DO NOT edit this README file by hand, use the readmeBuild.ps1 script located in this folder to re-build
README.md
- Create a PR!