I've implemented an "index" command in the shell which you can use to
index, remove and get nodes at. The implementation only works in
"local" mode yet, meaning that the shell server and client is in the
same JVM. Else we'd have to have some kind of service locator or
something to find the currently instantiated IndexService(s) and all
that. We don't have anything of that so it might be problems.

But if the local mode is fine for the moment I could commit that
command for you to try out?

2010/1/3 Peter Neubauer <[email protected]>:
> Mattias,
> the only thing is, as Marko already mentioned earlier, that we have no
> way of discovering which index service a neo4j database has been
> indexed with, or if it is indexed at all. That means you have to know
> the creating code and use the exact same configuration to set up the
> LuceneIndexService or others in order to get the expected results.
>
> Regarding that, there might be a usecase for starting to have
> meta-info in a standardized format about a nodespace I am thinking of
> e.g.
>
> - Neo4j version that created the nodespace
> - Indexers used
> - Data license
> - maybe optimum underlying FS preferences etc etc
>
> WDYAT?
>
> Cheers,
>
> /peter neubauer
>
> COO and Sales, Neo Technology
>
> GTalk:      neubauer.peter
> Skype       peter.neubauer
> Phone       +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter      http://twitter.com/peterneubauer
>
> http://www.neo4j.org                - Relationships count.
> http://gremlin.tinkerpop.com    - PageRank in 2 lines of code.
> http://www.linkedprocess.org   - Computing at LinkedData scale.
>
>
>
> On Sun, Jan 3, 2010 at 8:45 PM, Mattias Persson
> <[email protected]> wrote:
>> I think That's a goid idea and I've thought about just that many times before
>>
>> we could add a new command which could do lookups/indexing and maybe
>> also integrate it with other commands
>>
>> 2010/1/2, Peter Neubauer <[email protected]>:
>>> Hi there,
>>> to play around a bit with FOAF, i read in an SQL export into Neo4j
>>> using the DenseTripleStore
>>>
>>> Now, in order to play with the raw graph, I need to find start subject
>>> nodes that have a good "foaf:knows" network. I know some from looking
>>> at the data, but I am not sure how to get the ID of a subject node.
>>> The Queries are just returning triples, and the shell does not support
>>> searching for Lucene-indexed stuff.
>>>
>>> Should we make a shell extension to be able to look for indexed attributes?
>>>
>>> Cheers,
>>>
>>> /peter neubauer
>>>
>>> COO and Sales, Neo Technology
>>>
>>> GTalk:      neubauer.peter
>>> Skype       peter.neubauer
>>> Phone       +46 704 106975
>>> LinkedIn   http://www.linkedin.com/in/neubauer
>>> Twitter      http://twitter.com/peterneubauer
>>>
>>> http://www.neo4j.org                - Relationships count.
>>> http://gremlin.tinkerpop.com    - PageRank in 2 lines of code.
>>> http://www.linkedprocess.org   - Computing at LinkedData scale.
>>> _______________________________________________
>>> Neo mailing list
>>> [email protected]
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>>
>>
>> --
>> Mattias Persson, [[email protected]]
>> Neo Technology, www.neotechnology.com
>> _______________________________________________
>> Neo mailing list
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [[email protected]]
Neo Technology, www.neotechnology.com
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to