Re: [Neo4j] wiev filtered results in data browser

2011-12-03 Thread Michael Hunger
You can find the answers to most of your questions in the neo4j manual:

http://docs.neo4j.org/chunked/milestone/indexing-search.html

Cheers

Michael

Am 04.12.2011 um 04:47 schrieb snorlaks:

> Ok,
> Thats perferct.
> 
> BTW. Where can I find in documentation information about this topic (index
> queries) so that I wont ask such questions on forum.
> 
> 
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558472.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] wiev filtered results in data browser

2011-12-03 Thread snorlaks
Ok,
Thats perferct.

BTW. Where can I find in documentation information about this topic (index
queries) so that I wont ask such questions on forum.



--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558472.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] wiev filtered results in data browser

2011-12-03 Thread Michael Hunger
> node:index:Caller:Number:*

Michael

Am 04.12.2011 um 04:04 schrieb snorlaks:

> Hi,
> 
> Ive got Caller index (from Your stackoverflow message:
> http://stackoverflow.com/questions/7794972/neo4j-huge-graph-and-solution)
> and I wrote search query like:
> 
> node:index::Number:*
> 
> But I have no results :(
> 
> 
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558428.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] wiev filtered results in data browser

2011-12-03 Thread snorlaks
Hi,

Ive got Caller index (from Your stackoverflow message:
http://stackoverflow.com/questions/7794972/neo4j-huge-graph-and-solution)
and I wrote search query like:

node:index::Number:*

But I have no results :(

 

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558428.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] wiev filtered results in data browser

2011-12-03 Thread Michael Hunger
If your data is indexed on any field:

node:index::field:*
rels:index::field:*

Michael

Am 04.12.2011 um 03:52 schrieb snorlaks:

> How can I show all nodes and relationships in data Data Browser tab. What are
> sample index querioes that I can type in in search field ?
> 
> Thanks for help
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558419.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] wiev filtered results in data browser

2011-12-03 Thread snorlaks
How can I show all nodes and relationships in data Data Browser tab. What are
sample index querioes that I can type in in search field ?

Thanks for help

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/wiev-filtered-results-in-data-browser-tp3558419p3558419.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user