Re: keys are not indexed
Ankur Goel <ankur...@...>
Marc, I am using Solr for indexing. My requirement is to connect two vertex in a graph (15 million+ vertex) based on same property value having on both vertex. Example: Vertex1 has following properties: moble: 1112 name: asd data: qwe Vertex2 has following properties: moble: 1112 name: abc bf: 1 Vertex3 has following properties: name: abc bf: 2 emai...@a.com Then we will have connection between: - vertex1 and vertex2 based on mobile. - vertex1 and vertex2 based on name. ~ On Tuesday, October 3, 2017 at 1:26:16 PM UTC+5:30, Ankur Goel wrote:
|
|