Date
1 - 2 of 2
Strange Search Behaviour
flavio...@...
Hi guys.. I'm having such a strange behaviour when running a quite simple search (janusgraph 0.2). Pay attention to the following code:
Notice that when I just open the graph and count how many vertices I have with a ferma_type=com.acme.model.Person it returns 14592, which is ok. But then when I add a has("name", "John Doe") it returns nothing, although theres a vertex matching the query (as you can see in the end). It gets a little stranger when I count the vertices again and now it returns only 4000... I have these two indexes defined:
Does anybody have a clue of what's going on ? |
|
Robert Dale <rob...@...>
Strange indeed. Created issue https://github.com/JanusGraph/janusgraph/issues/735 Feel free to add to it. On Tuesday, November 21, 2017 at 10:11:32 AM UTC-5, Flavio Cordova wrote:
|
|