|
Re: Geo Data
If it's an index query, it should use the index backend. If it's mid-traversal, it will likely use a geo predicate which uses spatial4j [1]. ES, solr use lucene. Lucene also uses spatial4j. So I
If it's an index query, it should use the index backend. If it's mid-traversal, it will likely use a geo predicate which uses spatial4j [1]. ES, solr use lucene. Lucene also uses spatial4j. So I
|
By
Robert Dale <rob...@...>
·
#297
·
|
|
Re: Who is using JanusGraph in production?
Awesome! Could you also share the links here when ready?
Tunay Gür <tuna...@...>于2017年6月7日周三 上午6:47写道:
--
Liu-Cheng Xu
Awesome! Could you also share the links here when ready?
Tunay Gür <tuna...@...>于2017年6月7日周三 上午6:47写道:
--
Liu-Cheng Xu
|
By
Liu-Cheng Xu <xuliuc...@...>
·
#298
·
|
|
Re: Character case behaviour different with or without indices
Ok, thanks. That is good to know.
Ok, thanks. That is good to know.
|
By
ni...@...
·
#293
·
|
|
Re: Character case behaviour different with or without indices
If you want to use both, you have to use TEXTSTRING mapping.
If you want to use both, you have to use TEXTSTRING mapping.
|
By
tpr...@...
·
#292
·
|
|
Re: Character case behaviour different with or without indices
Great.
I was using STRING and TEXT indices and janus was only finding the TEXT one. I stopped using the TEXT index and it started to behave as expected.
I had assumed that janus would use the right
Great.
I was using STRING and TEXT indices and janus was only finding the TEXT one. I stopped using the TEXT index and it started to behave as expected.
I had assumed that janus would use the right
|
By
ni...@...
·
#291
·
|
|
Geo Data
(1) Was looking at the GEOfacilities, does someone know what algorithm or approach is used by theimplementation for GEO location calculations?
(1) Was looking at the GEOfacilities, does someone know what algorithm or approach is used by theimplementation for GEO location calculations?
|
By
JZ <zamb...@...>
·
#290
·
|
|
Re: Character case behaviour different with or without indices
Are you using DEFAULT mapping or no Mapping ?
If so, DEFAULT mapping or no mapping use TEXT mapping which are bind to Text ES datatype
Are you using DEFAULT mapping or no Mapping ?
If so, DEFAULT mapping or no mapping use TEXT mapping which are bind to Text ES datatype
|
By
tpr...@...
·
#288
·
|
|
Re: Who is using JanusGraph in production?
We are (uber) using JG in production at the moment. We're recently started to contribute some of our code back and it's in plan to publish our learnings, benchmarks etc as series of blog posts.
We are (uber) using JG in production at the moment. We're recently started to contribute some of our code back and it's in plan to publish our learnings, benchmarks etc as series of blog posts.
|
By
Tunay Gür <tuna...@...>
·
#287
·
|
|
How to list properties from gremlin console
Is there a way to list the current graph properties from the gremlin console? Looking for the properties set in the *.properties file that have been sourced on start-up.
-gene
Is there a way to list the current graph properties from the gremlin console? Looking for the properties set in the *.properties file that have been sourced on start-up.
-gene
|
By
Gene Fojtik <genef...@...>
·
#286
·
|
|
Re: Character case behaviour different with or without indices
Elasticsearch 5.1.1
By
Nigel Brown <ni...@...>
·
#289
·
|
|
Re: Character case behaviour different with or without indices
which indexing backend do you use ?
which indexing backend do you use ?
|
By
tpr...@...
·
#285
·
|
|
Indexes stuck in INSTALLED status
I've been struggling with my indexes getting stuck in the INSTALLED status with no apparent way to get them out of that status. After much frustration, I started with a completely fresh install of
I've been struggling with my indexes getting stuck in the INSTALLED status with no apparent way to get them out of that status. After much frustration, I started with a completely fresh install of
|
By
Brandon Dean <engr...@...>
·
#284
·
|
|
Re: Odd behavior with elasticsearch and metapropeties
I know meta-properties only support single value. My question was, should it return an error when you have a property that is defined as cardinality SET or LIST and you're trying to use it in a
I know meta-properties only support single value. My question was, should it return an error when you have a property that is defined as cardinality SET or LIST and you're trying to use it in a
|
By
Adam Holley <holl...@...>
·
#283
·
|
|
Re: Odd behavior with elasticsearch and metapropeties
Meta-properties only support single value. http://tinkerpop.apache.org/docs/current/reference/#vertex-properties
Robert Dale
Meta-properties only support single value. http://tinkerpop.apache.org/docs/current/reference/#vertex-properties
Robert Dale
|
By
Robert Dale <rob...@...>
·
#282
·
|
|
Re: Odd behavior with elasticsearch and metapropeties
Hi,
Your ES does not allowed groovy script.
So you have to set "script.engine.groovy.inline.update" to "true" in the yaml of the ES conf.
David
Hi,
Your ES does not allowed groovy script.
So you have to set "script.engine.groovy.inline.update" to "true" in the yaml of the ES conf.
David
|
By
david.c...@...
·
#281
·
|
|
Odd behavior with elasticsearch and metapropeties
Here's the setup.
I have 4 property keys, all part of a Mixed Index.
- name_string, Cardinality.SINGLE, Mapping.STRING.asParameter
- meta_name_string, Cardinality.SINGLE, Mapping.STRING.asParameter
-
Here's the setup.
I have 4 property keys, all part of a Mixed Index.
- name_string, Cardinality.SINGLE, Mapping.STRING.asParameter
- meta_name_string, Cardinality.SINGLE, Mapping.STRING.asParameter
-
|
By
Adam Holley <holl...@...>
·
#280
·
|
|
Re: Who is using JanusGraph in production?
Great point! I welcome case studies and in-depth descriptions, but those take a significant effort to write as well as get approved by appropriate PR/Legal/etc. departments, so while I am always
Great point! I welcome case studies and in-depth descriptions, but those take a significant effort to write as well as get approved by appropriate PR/Legal/etc. departments, so while I am always
|
By
Misha Brukman <mbru...@...>
·
#279
·
|
|
Re: Who is using JanusGraph in production?
It would be great if the current user list also said a little bit about how they use it. It's impossible to tell how FiNQ and Seeq are using JanusGraph. We would benefit from having case study like
It would be great if the current user list also said a little bit about how they use it. It's impossible to tell how FiNQ and Seeq are using JanusGraph. We would benefit from having case study like
|
By
Michael Markieta <mark...@...>
·
#278
·
|
|
Re: Character case behaviour different with or without indices
I should point out that I am using a build from master 0.2.0.
I should point out that I am using a build from master 0.2.0.
|
By
ni...@...
·
#277
·
|
|
Re: Is textRegex using search backends?
I should point out that I am using a build from master 0.2.0.
I should point out that I am using a build from master 0.2.0.
|
By
ni...@...
·
#276
·
|