How do I bring up the create view box in the Marklogic 8 admin console? I did it once by luck when putting in some element range indexes but haven't been able to bring it back up again
Asked
Active
Viewed 68 times
2 Answers
2
There's not a way to create a view through the admin console. You can define all of your range indexes via the admin console, but creating SQL views is done either through POST statements as illustrated in the SQL Data Modeling Guide, or it's done through qconsole using the view:view XQuery API in qconsole.
1
Ahh...the UI referred to in the original question is actually part of the (deprecated) Information Studio. The link to get to it is in the Configuration Manager UI- the cog icon to the right of the databases.
The best ways to create views are what were described in the answer above.

Harry Bakken
- 693
- 6
- 11