bio4j / bio4j-titan

Titan-specific bio4j implementation
https://github.com/bio4j/bio4j
6 stars 2 forks source link

Problems with index querying #15

Closed pablopareja closed 10 years ago

pablopareja commented 10 years ago

@eparejatobes Please have a look at the last commit 36767c46acb1d7934e4cc2b80ee1b8a242b5f0c5 I need some help with getting a vertex after all this refactoring...

:wolf:

eparejatobes commented 10 years ago

see https://github.com/ohnosequences/typed-graphs/blob/master/src/main/java/com/ohnosequences/typedGraphs/titan/TitanNodeIndex.java

pablopareja commented 10 years ago

Do we always have to use this method then? https://github.com/ohnosequences/typed-graphs/blob/master/src/main/java/com/ohnosequences/typedGraphs/titan/TitanNodeIndex.java#L92

eparejatobes commented 10 years ago

what do you mean??

pablopareja commented 10 years ago

maybe it'd be easier if you could write an example of an exact index query instead of me trying to explain that... ? :smiley:

eparejatobes commented 10 years ago

fixed, closing