Date
1 - 3 of 3
Lucene index inconsistency
Inverse Integral <inverseintegral42@...>
Hey everyone, I'm currently running janusgraph-inmemory with janusgraph-lucence both version 0.6.2 And I'm experiencing strange behaviour when creating an index that contains an underscore in its name. Whenever I run the following code: PropertiesConfiguration conf = ConfigurationUtil.loadPropertiesConfig("conf/test.properties"); I get the following output:Wouldn't it be better to disallow the creation of the index in the first place? After the creation all queries seem to fail with the same PermanentBackendException. Also I don't quite understand why underscores are not allowed in index names. Maybe this is a limitation of Lucene |
|
hadoopmarc@...
I assume you reposted this inadvertenly? I saw you created issue https://github.com/JanusGraph/janusgraph/issues/3146 to document this inconvenience.
Thanks, Marc |
|
inverseintegral42@...
Yes that's correct. Initially, I sent a mail to the mailing list but it took 2 weeks to show up, so in the meantime I made an account and directly created the topic.
I have reported the topic to the moderators so that they can delete this one if possible :) |
|