Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Holger Knublauch
On 27/05/2020 11:26, Rob Atkinson wrote: Thanks Holger so does that mean that if you make a single edit to content of a graph it triggers a re-index of the whole deployment? Or you need to manually intervene regularly to update indices? It just updates the individual triples (of course).

Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Rob Atkinson
Thanks Holger so does that mean that if you make a single edit to content of a graph it triggers a re-index of the whole deployment? Or you need to manually intervene regularly to update indices? If not, is there a roundabout way to trigger a single graph by inserting some content temporarily?

Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Holger Knublauch
See \server.topbraidlive.org\system-applications\tbladmin\tbladmin.ui.ttlx: tbladmin:TextIndicesPage: There is no way to only rebuild individual graphs. Holger On 26/05/2020 18:34, Rob Atkinson wrote: as usual you are on the money Holger it wasnt the luce index - it was the text indices

Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Rob Atkinson
as usual you are on the money Holger it wasnt the luce index - it was the text indices - I rebuilt these from the server admin and joy. So how can one trigger these in a script, ideally just for a specific graph? On Tue, 26 May 2020 at 17:51, Holger Knublauch wrote: > > On 26/05/2020 17:31,

Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Holger Knublauch
On 26/05/2020 17:31, Rob Atkinson wrote: So I still need to work out why in some cases we can search included content, and other we cant. On the same machine, same initialisation script, same version of EDG we have workspaces where it works and where it doesnt - an we cant work out what

Re: [topbraid-users] Including content in a data graph

2020-05-26 Thread Rob Atkinson
So I still need to work out why in some cases we can search included content, and other we cant. On the same machine, same initialisation script, same version of EDG we have workspaces where it works and where it doesnt - an we cant work out what we did to the working cases or repeat it -

Re: [topbraid-users] Including content in a data graph

2020-05-25 Thread Richard Cyganiak
> On 26 May 2020, at 04:43, Rob Atkinson wrote: > > OK - solved the style issue - I wasnt looking wide enough and a colleagues > code had polluted the styles in a mod to the main menu - so at leas the > checkboxes are back and I've learned how to force scope for CSS - another > layer of

Re: [topbraid-users] Including content in a data graph

2020-05-25 Thread Rob Atkinson
OK - solved the style issue - I wasnt looking wide enough and a colleagues code had polluted the styles in a mod to the main menu - so at leas the checkboxes are back and I've learned how to force scope for CSS - another layer of contract UI mods have to adhere to. On Friday, 22 May 2020

Re: [topbraid-users] Including content in a data graph

2020-05-21 Thread Rob Atkinson
On Friday, 22 May 2020 05:29:20 UTC+10, Richard Cyganiak wrote: > > > > > On 21 May 2020, at 07:00, Rob Atkinson > wrote: > > > > tested this on a colleagues machine using the exact same version and > build of TBC, and the search works fine out of the box. I created a fresh > repo and reran

Re: [topbraid-users] Including content in a data graph

2020-05-21 Thread Richard Cyganiak
> On 21 May 2020, at 07:00, Rob Atkinson wrote: > > tested this on a colleagues machine using the exact same version and build of > TBC, and the search works fine out of the box. I created a fresh repo and > reran the same configuration script and it still fails. Sounds like the search

Re: [topbraid-users] Including content in a data graph

2020-05-21 Thread Rob Atkinson
[image: edg_ui.PNG] and more details. Cleared browser cache - no fix. Tried on Edge instead of chrome - same Ran through load on a different machine and got the same results as on mine, with the same broken CSS snapshot is the broken styles and empty search results. will try a clean

Re: [topbraid-users] Including content in a data graph

2020-05-21 Thread Rob Atkinson
An update.. tested this on a colleagues machine using the exact same version and build of TBC, and the search works fine out of the box. I created a fresh repo and reran the same configuration script and it still fails. The UI is different too - i have a gear icon and a broken CSS and he has a

Re: [topbraid-users] Including content in a data graph

2020-05-20 Thread Rob Atkinson
oops - forgot to update item #6 - thats doesnt work if a filter is included if data is included - but does work if data is copied into graph On Thursday, 21 May 2020 12:09:04 UTC+10, Rob Atkinson wrote: > > Ok - a few layers of challenges here - gradually unpicking it: > > Query in both the UI

Re: [topbraid-users] Including content in a data graph

2020-05-20 Thread Rob Atkinson
Ok - a few layers of challenges here - gradually unpicking it: Query in both the UI and GraphiQL return data if not filter text is specified. The graphql schema shows properties that are queryable, but if i put any sort of filter against these in Graphql or the UI Free text search returns no

Re: [topbraid-users] Including content in a data graph

2020-05-20 Thread Irene Polikoff
> On May 20, 2020, at 4:50 AM, Richard Cyganiak wrote: > > >> On 20 May 2020, at 09:25, Rob Atkinson > > wrote: >> >> OK search is _nearly_ working using the shapes once I save them and force >> them to be imported. >> >> I had to set the

Re: [topbraid-users] Including content in a data graph

2020-05-20 Thread Richard Cyganiak
> On 20 May 2020, at 09:25, Rob Atkinson wrote: > > OK search is _nearly_ working using the shapes once I save them and force > them to be imported. > > I had to set the graphql:publicClass and force-refresh the editor to pick up > changes. > > If I put in no search term it finds

Re: [topbraid-users] Including content in a data graph

2020-05-19 Thread Richard Cyganiak
> On 20 May 2020, at 06:20, Rob Atkinson wrote: > > the classes and instances layout is a reasonable way to navigate the > instances by selecting classes of interest > > It only displays classes You could bring in Instances panel, it would then > show instances for a selected class, but

Re: [topbraid-users] Including content in a data graph

2020-05-19 Thread Rob Atkinson
inline On Wednesday, 20 May 2020 13:18:52 UTC+10, Irene Polikoff wrote: > > Please see below > > On May 19, 2020, at 10:38 PM, Rob Atkinson > wrote: > > > Use Case: > > I have a large data graph I wish to navigate and allow users to annotate > so I expose in an EDG editor. > > > What asset

Re: [topbraid-users] Including content in a data graph

2020-05-19 Thread Irene Polikoff
Please see below > On May 19, 2020, at 10:38 PM, Rob Atkinson wrote: > > > Use Case: > > I have a large data graph I wish to navigate and allow users to annotate so I > expose in an EDG editor. What asset collection type are you using for this? Data graph? > Its not really "reference