GraphEngine
GraphEngine copied to clipboard
Microsoft Graph Engine
To get the latest source to build I had to reinstall some packages update-package -reinstall graphengine.core on the -tsl projects update-package -reinstall graphengine.like on the -likq projects then remove all...
I have noticed that if the `CellID` is not given when we new a cell, the code will call `CellID = CellIDFactory.NewCellID()` to assign the id automatically. `NewCellID()` method will...
This is particularly useful for situations, where the starting nodes come from an index, but we want logic to be applied.
When I deployed GE and started to import data, everything looked fine. However, I have encountered the out of memory exception and the CPU usage becomes 100% after the exception....
We tried and got this error: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B We need to embed the logic of Graph...
I cannot find any demos about how to configure and run servers and proxies. I am afraid that just by following the guide to generate the ``` trinity.xml ``` configuration...
**When I declare such a cell:** ` cell struct Event { List LinkedObjects; } ` **And I instantiate it:** `new IfxEvent();` The List-based properties ("LinkedObjects") are null. To improve readability,...
Currently, [Index] attribute is interpreted by the TSL codegen, which will then generate an inverted index service for each of these fields. However, to make indexing more flexible, we should...