You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "cmd (JIRA)" <ji...@apache.org> on 2016/08/15 14:06:20 UTC

[jira] [Updated] (SOLR-9415) graph search filter edge

     [ https://issues.apache.org/jira/browse/SOLR-9415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

cmd updated SOLR-9415:
----------------------
    Description: 
currently solr graph hasn't edge concept! for example:
name1(node),name2(node),relationtype,time,other edge attr.....
tom,alice,College_school_classmate,2016-10-01 
tom,alice,High_school_classmate,2013-10-01
tom,alice,middle_school_classmate,2009-10-01
tom,alice,Primary_school_classmate,2005-10-01 
tom,Smith,College_school_classmate,2016-10-01 
tom,Smith,High_school_classmate,2013-10-01
tom,Smith,middle_school_classmate,2009-10-01
tom,Smith,Primary_school_classmate,2005-10-01 

node
tom  age:23 sex:male addr:xxxx
Smith age:25 sex.......................
alice   .........................................

i want to filter: tom time:[2009 to 2013]  and addr:xxxx     and      relationtype=College is who?



  was:
currently solr graph hasn't edge concept! for example:
name1(node)----name2(node) ----relationtype----time----other edge attr.....
tom,alice,College_school_classmate,2016-10-01 
tom,alice,High_school_classmate,2013-10-01
tom,alice,middle_school_classmate,2009-10-01
tom,alice,Primary_school_classmate,2005-10-01 
tom,Smith,College_school_classmate,2016-10-01 
tom,Smith,High_school_classmate,2013-10-01
tom,Smith,middle_school_classmate,2009-10-01
tom,Smith,Primary_school_classmate,2005-10-01 

node
tom  age:23 sex:male addr:xxxx
Smith age:25 sex.......................
alice   .........................................

i want to filter: tom time:[2009 to 2013]  and addr:xxxx     and      relationtype=College is who?




> graph search filter edge
> ------------------------
>
>                 Key: SOLR-9415
>                 URL: https://issues.apache.org/jira/browse/SOLR-9415
>             Project: Solr
>          Issue Type: Wish
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 6.1
>            Reporter: cmd
>             Fix For: 6.x
>
>
> currently solr graph hasn't edge concept! for example:
> name1(node),name2(node),relationtype,time,other edge attr.....
> tom,alice,College_school_classmate,2016-10-01 
> tom,alice,High_school_classmate,2013-10-01
> tom,alice,middle_school_classmate,2009-10-01
> tom,alice,Primary_school_classmate,2005-10-01 
> tom,Smith,College_school_classmate,2016-10-01 
> tom,Smith,High_school_classmate,2013-10-01
> tom,Smith,middle_school_classmate,2009-10-01
> tom,Smith,Primary_school_classmate,2005-10-01 
> node
> tom  age:23 sex:male addr:xxxx
> Smith age:25 sex.......................
> alice   .........................................
> i want to filter: tom time:[2009 to 2013]  and addr:xxxx     and      relationtype=College is who?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org