Re: [Neo4j] Remove Indexes during BatchInsertion

2010-08-22 Thread Peter Neubauer
Paul,
yeah, that discussion is still on, but I fear the workload constraints
on Mattias and Tobias are preventing it right now. In a few weeks
things are easing up again, which will open the door for a number of
things that should be done. However, feel free to prototype this in
the lab, dunno if any practical work already is done already ...

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               - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Sat, Aug 21, 2010 at 8:54 PM, Paul A. Jackson paul.jack...@pb.com wrote:
 I have a program for loading data into a graph and would like to support the 
 case where later records contain data for nodes that were defined in prior 
 records.  In some cases it is possible that a later record may indicate that 
 a node's property should be null where earlier it was given a value.  This 
 causes me to wish I had the removeIndex methods that I have in the 
 non-batch-inserting version of LuceneIndex.

 Am I out of luck?

 I recall an earlier discussion where consideration was being given to a 
 version of the batch inserter that implemented the GraphDatabaseService and 
 LuceneIndexService interfaces.  Did anything come of that?

 Thanks,
 -Paul


 ___
 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] REST put over writing old properties

2010-08-22 Thread Suhail Ahmed
Hi,

i have been trying out the Neo4j REST interface and I found that PUT
operation was replacing the existing properties of a node with a new one.
This was happening on single values as well as multiple values. Is this a
bug or am I doing something wrong here. I am using the REST plugin with
Firefox.

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


Re: [Neo4j] REST put over writing old properties

2010-08-22 Thread David Montag
Hi Suhail,

Could you explain the REST operation you're doing, what results you would
expect from that operation, and what actually happens?

David

On Sun, Aug 22, 2010 at 9:11 AM, Suhail Ahmed suhail...@gmail.com wrote:

 Hi,

 i have been trying out the Neo4j REST interface and I found that PUT
 operation was replacing the existing properties of a node with a new one.
 This was happening on single values as well as multiple values. Is this a
 bug or am I doing something wrong here. I am using the REST plugin with
 Firefox.

 Cheers
 su./hail
 ___
 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