neo4j 1.0.0.beta.26-java → 1.0.0.beta.27-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/neo4j-shell +107 -0
- data/bin/neo4j-shell~ +108 -0
- data/config/locales/en.yml +5 -0
- data/config/neo4j/config.yml +89 -0
- data/lib/Gemfile~ +3 -0
- data/lib/config2.yml~ +86 -0
- data/lib/neo4j.rb +34 -8
- data/lib/neo4j/config.rb +41 -12
- data/lib/neo4j/database.rb +34 -13
- data/lib/neo4j/index/class_methods.rb +1 -1
- data/lib/neo4j/index/lucene_query.rb +4 -2
- data/lib/neo4j/jars/{geronimo-jta_1.1_spec-1.1.1.jar → core/geronimo-jta_1.1_spec-1.1.1.jar} +0 -0
- data/lib/neo4j/jars/{lucene-core-3.0.2.jar → core/lucene-core-3.0.3.jar} +0 -0
- data/lib/neo4j/jars/core/neo4j-graph-algo-0.8-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/core/neo4j-index-1.3-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/core/neo4j-kernel-1.3-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/core/neo4j-lucene-index-0.5-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/ha/log4j-1.2.16.jar +0 -0
- data/lib/neo4j/jars/ha/neo4j-ha-0.6-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/ha/neo4j-management-1.3-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/ha/neo4j-shell-1.3-SNAPSHOT.jar +0 -0
- data/lib/neo4j/jars/ha/netty-3.2.1.Final.jar +0 -0
- data/lib/neo4j/jars/ha/org.apache.servicemix.bundles.jline-0.9.94_1.jar +0 -0
- data/lib/neo4j/jars/ha/org.apache.servicemix.bundles.lucene-3.0.1_2.jar +0 -0
- data/lib/neo4j/jars/ha/zookeeper-3.3.2.jar +0 -0
- data/lib/neo4j/mapping/class_methods/relationship.rb +1 -2
- data/lib/neo4j/mapping/class_methods/rule.rb +35 -3
- data/lib/neo4j/mapping/decl_relationship_dsl.rb +1 -1
- data/lib/neo4j/mapping/has_n.rb +4 -1
- data/lib/neo4j/mapping/node_mixin.rb +1 -1
- data/lib/neo4j/mapping/rule.rb +9 -6
- data/lib/neo4j/mapping/rule_node.rb +0 -1
- data/lib/neo4j/migrations.rb +12 -0
- data/lib/neo4j/migrations/extensions.rb +57 -0
- data/lib/neo4j/migrations/global_migration.rb +29 -0
- data/lib/neo4j/migrations/lazy_migration_mixin.rb +47 -0
- data/lib/neo4j/migrations/migration.rb +109 -0
- data/lib/neo4j/migrations/migration_mixin.rb +78 -0
- data/lib/neo4j/migrations/migrations.rb +100 -0
- data/lib/neo4j/neo4j.rb +33 -9
- data/lib/neo4j/node_relationship.rb +2 -4
- data/lib/neo4j/node_traverser.rb +5 -0
- data/lib/neo4j/rails/finders.rb +10 -3
- data/lib/neo4j/rails/lucene_connection_closer.rb +1 -2
- data/lib/neo4j/rails/mapping/property.rb +1 -1
- data/lib/neo4j/rails/model.rb +1 -1
- data/lib/neo4j/rails/persistence.rb +1 -5
- data/lib/neo4j/rails/relationships/relationships.rb +13 -10
- data/lib/neo4j/version.rb +1 -1
- data/lib/perf.rb~ +36 -0
- data/neo4j.gemspec +4 -2
- metadata +40 -78
- data/lib/neo4j/jars/neo4j-graph-algo-0.7-1.2.jar +0 -0
- data/lib/neo4j/jars/neo4j-index-1.2-1.2.jar +0 -0
- data/lib/neo4j/jars/neo4j-kernel-1.2-1.2.jar +0 -0
- data/lib/neo4j/jars/neo4j-lucene-index-0.2-1.2.jar +0 -0
- data/lib/tmp/neo4j/active_tx_log +0 -1
- data/lib/tmp/neo4j/index.db +0 -0
- data/lib/tmp/neo4j/index/lucene-store.db +0 -0
- data/lib/tmp/neo4j/index/lucene.log.active +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Network-exact/_0.cfs +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Network-exact/segments.gen +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Network-exact/segments_2 +0 -0
- data/lib/tmp/neo4j/lucene-fulltext/lucene-store.db +0 -0
- data/lib/tmp/neo4j/lucene-fulltext/lucene.log.active +0 -0
- data/lib/tmp/neo4j/lucene/lucene-store.db +0 -0
- data/lib/tmp/neo4j/lucene/lucene.log.active +0 -0
- data/lib/tmp/neo4j/messages.log +0 -85
- data/lib/tmp/neo4j/neostore +0 -0
- data/lib/tmp/neo4j/neostore.id +0 -0
- data/lib/tmp/neo4j/neostore.nodestore.db +0 -0
- data/lib/tmp/neo4j/neostore.nodestore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.arrays +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.arrays.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index.keys +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index.keys.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.strings +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.strings.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshipstore.db +0 -0
- data/lib/tmp/neo4j/neostore.relationshipstore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.names +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.names.id +0 -0
- data/lib/tmp/neo4j/nioneo_logical.log.active +0 -0
- data/lib/tmp/neo4j/tm_tx_log.1 +0 -0
data/lib/neo4j/node_traverser.rb
CHANGED
@@ -203,6 +203,11 @@ module Neo4j
|
|
203
203
|
iterator.each {|i| yield i.wrapper}
|
204
204
|
end
|
205
205
|
|
206
|
+
# Same as #each but does not wrap each node in a Ruby class, yields the Java Neo4j Node instance instead.
|
207
|
+
def each_raw
|
208
|
+
iterator.each {|i| yield i}
|
209
|
+
end
|
210
|
+
|
206
211
|
def iterator
|
207
212
|
unless @include_start_node
|
208
213
|
if @filter_predicate
|
data/lib/neo4j/rails/finders.rb
CHANGED
@@ -4,7 +4,7 @@ module Neo4j
|
|
4
4
|
extend ActiveSupport::Concern
|
5
5
|
|
6
6
|
included do
|
7
|
-
rule
|
7
|
+
rule(:_all, :functions => Neo4j::Functions::Count.new)
|
8
8
|
end
|
9
9
|
|
10
10
|
module ClassMethods
|
@@ -92,11 +92,19 @@ module Neo4j
|
|
92
92
|
all.size
|
93
93
|
end
|
94
94
|
|
95
|
+
# Call this method if you are using Neo4j::Rails::Model outside rails
|
96
|
+
# This method is automatically called by rails to close all lucene connections.
|
97
|
+
def close_lucene_connections
|
98
|
+
Thread.current[:neo4j_lucene_connection].each {|hits| hits.close} if Thread.current[:neo4j_lucene_connection]
|
99
|
+
Thread.current[:neo4j_lucene_connection] = nil
|
100
|
+
end
|
101
|
+
|
95
102
|
protected
|
96
103
|
|
97
104
|
def ids_in(arg)
|
98
105
|
return nil unless arg.is_a?(Hash)
|
99
|
-
arg[:conditions].present? ? arg[:conditions]
|
106
|
+
condition = arg[:conditions].present? ? arg[:conditions] : arg
|
107
|
+
condition.is_a?(Hash) && condition[:id]
|
100
108
|
end
|
101
109
|
|
102
110
|
|
@@ -127,7 +135,6 @@ module Neo4j
|
|
127
135
|
Thread.current[:neo4j_lucene_connection] << hits
|
128
136
|
hits
|
129
137
|
end
|
130
|
-
|
131
138
|
end
|
132
139
|
end
|
133
140
|
end
|
@@ -8,8 +8,7 @@ module Neo4j
|
|
8
8
|
def call(env)
|
9
9
|
@app.call(env)
|
10
10
|
ensure
|
11
|
-
|
12
|
-
Thread.current[:neo4j_lucene_connection] = nil
|
11
|
+
Neo4j::Rails::Model.close_lucene_connections
|
13
12
|
end
|
14
13
|
end
|
15
14
|
end
|
@@ -23,7 +23,7 @@ module Neo4j
|
|
23
23
|
_decl_props[property] = options
|
24
24
|
handle_property_options_for(property, options)
|
25
25
|
define_property_methods_for(property, options)
|
26
|
-
_decl_props[property][:defined] = true
|
26
|
+
_decl_props[property][:defined] = true # TODO is this needed ?
|
27
27
|
end
|
28
28
|
|
29
29
|
def handle_property_options_for(property, options)
|
data/lib/neo4j/rails/model.rb
CHANGED
@@ -146,11 +146,7 @@ module Neo4j
|
|
146
146
|
|
147
147
|
def create
|
148
148
|
node = Neo4j::Node.new
|
149
|
-
|
150
|
-
# Neo4j::Rails::Transaction.fail
|
151
|
-
# false
|
152
|
-
#else
|
153
|
-
init_on_load(node)
|
149
|
+
@_java_node = node
|
154
150
|
init_on_create
|
155
151
|
clear_changes
|
156
152
|
clear_relationships
|
@@ -25,7 +25,7 @@ module Neo4j
|
|
25
25
|
end
|
26
26
|
end
|
27
27
|
|
28
|
-
|
28
|
+
|
29
29
|
def write_changed_relationships #:nodoc:
|
30
30
|
@relationships.each_value do |mapper|
|
31
31
|
mapper.persist
|
@@ -38,11 +38,7 @@ module Neo4j
|
|
38
38
|
|
39
39
|
def _decl_rels_for(type) #:nodoc:
|
40
40
|
dsl = super
|
41
|
-
|
42
|
-
dsl
|
43
|
-
else
|
44
|
-
@relationships[type] ||= Mapper.new(type, dsl, self)
|
45
|
-
end
|
41
|
+
@relationships[type] ||= Mapper.new(type, dsl, self)
|
46
42
|
end
|
47
43
|
|
48
44
|
|
@@ -51,12 +47,19 @@ module Neo4j
|
|
51
47
|
end
|
52
48
|
|
53
49
|
|
54
|
-
#
|
55
|
-
#
|
50
|
+
# If the node is persisted it returns a Neo4j::NodeTraverser
|
51
|
+
# otherwise create a new object which will handle creating new relationships in memory.
|
52
|
+
# If not persisted the traversal method like prune, expand, filter etc. will not be available
|
53
|
+
#
|
54
|
+
# See, Neo4j::NodeRelationship#outgoing (when node is persisted) which returns a Neo4j::NodeTraverser
|
56
55
|
#
|
57
56
|
def outgoing(rel_type)
|
58
|
-
|
59
|
-
|
57
|
+
if persisted?
|
58
|
+
super
|
59
|
+
else
|
60
|
+
dsl = _decl_rels_for(rel_type)
|
61
|
+
OutgoingRelationship.new(self, dsl)
|
62
|
+
end
|
60
63
|
end
|
61
64
|
end
|
62
65
|
end
|
data/lib/neo4j/version.rb
CHANGED
data/lib/perf.rb~
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
require "rubygems"
|
2
|
+
require "bundler/setup"
|
3
|
+
require 'fileutils'
|
4
|
+
require 'neo4j'
|
5
|
+
|
6
|
+
#FileUtils.rm_rf Neo4j::Config[:storage_path]
|
7
|
+
|
8
|
+
|
9
|
+
class FooNode < Neo4j::Model
|
10
|
+
property :user_id
|
11
|
+
index :user_id
|
12
|
+
has_n(:contacts)
|
13
|
+
def to_s
|
14
|
+
"FooNode #{user_id}"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
node1 = FooNode.create(:user_id => 1)
|
19
|
+
|
20
|
+
for x in 1..5 do
|
21
|
+
for node_id in 2..2700
|
22
|
+
# node = FooNode.create(:user_id => node_id)
|
23
|
+
# node.contacts << node1
|
24
|
+
# node.save!
|
25
|
+
|
26
|
+
found = FooNode.find_by_user_id(node_id)
|
27
|
+
puts "Found #{found}"
|
28
|
+
# Neo4j::Transaction.run do
|
29
|
+
# found.del
|
30
|
+
# end
|
31
|
+
Neo4j::Rails::Model.close_lucene_connections
|
32
|
+
# puts "node_id=#{node_id} #{node.contacts.include?(node1)}" #if (node_id % 50) == 2
|
33
|
+
end
|
34
|
+
end
|
35
|
+
puts "FINISHED"
|
36
|
+
Neo4j.shutdown
|
data/neo4j.gemspec
CHANGED
@@ -20,10 +20,12 @@ It comes included with the Apache Lucene document database.
|
|
20
20
|
EOF
|
21
21
|
|
22
22
|
s.require_path = 'lib'
|
23
|
-
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.rdoc CHANGELOG CONTRIBUTORS Gemfile neo4j.gemspec)
|
23
|
+
s.files = Dir.glob("{bin,lib,config}/**/*") + %w(README.rdoc CHANGELOG CONTRIBUTORS Gemfile neo4j.gemspec)
|
24
|
+
# s.bindir = 'bin'
|
25
|
+
s.executables = 'neo4j-shell'
|
24
26
|
s.has_rdoc = true
|
25
27
|
s.extra_rdoc_files = %w( README.rdoc )
|
26
|
-
s.rdoc_options = ["--quiet", "--title", "Neo4j.rb", "--
|
28
|
+
s.rdoc_options = ["--quiet", "--title", "Neo4j.rb", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
|
27
29
|
s.required_ruby_version = ">= 1.8.7"
|
28
30
|
s.add_dependency('orm_adapter',">= 0.0.3")
|
29
31
|
s.add_dependency("activemodel", ">= 3.0.0")
|
metadata
CHANGED
@@ -1,14 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
|
6
|
-
- 1
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- beta
|
10
|
-
- 26
|
11
|
-
version: 1.0.0.beta.26
|
4
|
+
prerelease: 6
|
5
|
+
version: 1.0.0.beta.27
|
12
6
|
platform: java
|
13
7
|
authors:
|
14
8
|
- Andreas Ronge
|
@@ -16,20 +10,17 @@ autorequire:
|
|
16
10
|
bindir: bin
|
17
11
|
cert_chain: []
|
18
12
|
|
19
|
-
date: 2011-01-
|
13
|
+
date: 2011-01-21 00:00:00 +01:00
|
20
14
|
default_executable:
|
21
15
|
dependencies:
|
22
16
|
- !ruby/object:Gem::Dependency
|
23
17
|
name: orm_adapter
|
24
18
|
prerelease: false
|
25
19
|
requirement: &id001 !ruby/object:Gem::Requirement
|
20
|
+
none: false
|
26
21
|
requirements:
|
27
22
|
- - ">="
|
28
23
|
- !ruby/object:Gem::Version
|
29
|
-
segments:
|
30
|
-
- 0
|
31
|
-
- 0
|
32
|
-
- 3
|
33
24
|
version: 0.0.3
|
34
25
|
type: :runtime
|
35
26
|
version_requirements: *id001
|
@@ -37,13 +28,10 @@ dependencies:
|
|
37
28
|
name: activemodel
|
38
29
|
prerelease: false
|
39
30
|
requirement: &id002 !ruby/object:Gem::Requirement
|
31
|
+
none: false
|
40
32
|
requirements:
|
41
33
|
- - ">="
|
42
34
|
- !ruby/object:Gem::Version
|
43
|
-
segments:
|
44
|
-
- 3
|
45
|
-
- 0
|
46
|
-
- 0
|
47
35
|
version: 3.0.0
|
48
36
|
type: :runtime
|
49
37
|
version_requirements: *id002
|
@@ -51,13 +39,10 @@ dependencies:
|
|
51
39
|
name: will_paginate
|
52
40
|
prerelease: false
|
53
41
|
requirement: &id003 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
54
43
|
requirements:
|
55
44
|
- - ~>
|
56
45
|
- !ruby/object:Gem::Version
|
57
|
-
segments:
|
58
|
-
- 3
|
59
|
-
- 0
|
60
|
-
- pre
|
61
46
|
version: 3.0.pre
|
62
47
|
type: :runtime
|
63
48
|
version_requirements: *id003
|
@@ -65,13 +50,10 @@ dependencies:
|
|
65
50
|
name: railties
|
66
51
|
prerelease: false
|
67
52
|
requirement: &id004 !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
68
54
|
requirements:
|
69
55
|
- - ">="
|
70
56
|
- !ruby/object:Gem::Version
|
71
|
-
segments:
|
72
|
-
- 3
|
73
|
-
- 0
|
74
|
-
- 0
|
75
57
|
version: 3.0.0
|
76
58
|
type: :runtime
|
77
59
|
version_requirements: *id004
|
@@ -79,54 +61,26 @@ description: "You can think of Neo4j as a high-performance graph engine with all
|
|
79
61
|
The programmer works with an object-oriented, flexible network structure rather than with strict and static tables \xE2\x80\x94 yet enjoys all the benefits of a fully transactional, enterprise-strength database.\n\
|
80
62
|
It comes included with the Apache Lucene document database.\n"
|
81
63
|
email: andreas.ronge@gmail.com
|
82
|
-
executables:
|
83
|
-
|
64
|
+
executables:
|
65
|
+
- neo4j-shell
|
84
66
|
extensions: []
|
85
67
|
|
86
68
|
extra_rdoc_files:
|
87
69
|
- README.rdoc
|
88
70
|
files:
|
71
|
+
- bin/neo4j-shell
|
72
|
+
- bin/neo4j-shell~
|
89
73
|
- lib/neo4j.rb
|
74
|
+
- lib/Gemfile~
|
75
|
+
- lib/config2.yml~
|
76
|
+
- lib/perf.rb~
|
90
77
|
- lib/generators/neo4j.rb
|
91
78
|
- lib/generators/neo4j/model/model_generator.rb
|
92
79
|
- lib/generators/neo4j/model/templates/model.erb
|
93
80
|
- lib/orm_adapter/adapters/neo4j.rb
|
94
|
-
- lib/tmp/neo4j/neostore.relationshiptypestore.db.names
|
95
|
-
- lib/tmp/neo4j/neostore.id
|
96
|
-
- lib/tmp/neo4j/neostore.relationshiptypestore.db.names.id
|
97
|
-
- lib/tmp/neo4j/neostore.nodestore.db.id
|
98
|
-
- lib/tmp/neo4j/neostore.propertystore.db.index
|
99
|
-
- lib/tmp/neo4j/neostore.propertystore.db.strings.id
|
100
|
-
- lib/tmp/neo4j/nioneo_logical.log.active
|
101
|
-
- lib/tmp/neo4j/neostore.propertystore.db.strings
|
102
|
-
- lib/tmp/neo4j/neostore.relationshiptypestore.db.id
|
103
|
-
- lib/tmp/neo4j/neostore
|
104
|
-
- lib/tmp/neo4j/neostore.nodestore.db
|
105
|
-
- lib/tmp/neo4j/neostore.propertystore.db.index.keys.id
|
106
|
-
- lib/tmp/neo4j/neostore.propertystore.db.arrays.id
|
107
|
-
- lib/tmp/neo4j/messages.log
|
108
|
-
- lib/tmp/neo4j/neostore.relationshipstore.db.id
|
109
|
-
- lib/tmp/neo4j/neostore.propertystore.db.arrays
|
110
|
-
- lib/tmp/neo4j/neostore.relationshipstore.db
|
111
|
-
- lib/tmp/neo4j/neostore.propertystore.db.index.id
|
112
|
-
- lib/tmp/neo4j/neostore.propertystore.db.id
|
113
|
-
- lib/tmp/neo4j/index.db
|
114
|
-
- lib/tmp/neo4j/neostore.propertystore.db
|
115
|
-
- lib/tmp/neo4j/tm_tx_log.1
|
116
|
-
- lib/tmp/neo4j/neostore.relationshiptypestore.db
|
117
|
-
- lib/tmp/neo4j/active_tx_log
|
118
|
-
- lib/tmp/neo4j/neostore.propertystore.db.index.keys
|
119
|
-
- lib/tmp/neo4j/lucene-fulltext/lucene-store.db
|
120
|
-
- lib/tmp/neo4j/lucene-fulltext/lucene.log.active
|
121
|
-
- lib/tmp/neo4j/index/lucene-store.db
|
122
|
-
- lib/tmp/neo4j/index/lucene.log.active
|
123
|
-
- lib/tmp/neo4j/index/lucene/node/Network-exact/segments.gen
|
124
|
-
- lib/tmp/neo4j/index/lucene/node/Network-exact/segments_2
|
125
|
-
- lib/tmp/neo4j/index/lucene/node/Network-exact/_0.cfs
|
126
|
-
- lib/tmp/neo4j/lucene/lucene-store.db
|
127
|
-
- lib/tmp/neo4j/lucene/lucene.log.active
|
128
81
|
- lib/neo4j/event_handler.rb
|
129
82
|
- lib/neo4j/model.rb
|
83
|
+
- lib/neo4j/migrations.rb
|
130
84
|
- lib/neo4j/type_converters.rb
|
131
85
|
- lib/neo4j/node_traverser.rb
|
132
86
|
- lib/neo4j/relationship_traverser.rb
|
@@ -145,6 +99,12 @@ files:
|
|
145
99
|
- lib/neo4j/equal.rb
|
146
100
|
- lib/neo4j/relationship.rb
|
147
101
|
- lib/neo4j/to_java.rb
|
102
|
+
- lib/neo4j/migrations/migrations.rb
|
103
|
+
- lib/neo4j/migrations/migration_mixin.rb
|
104
|
+
- lib/neo4j/migrations/lazy_migration_mixin.rb
|
105
|
+
- lib/neo4j/migrations/extensions.rb
|
106
|
+
- lib/neo4j/migrations/migration.rb
|
107
|
+
- lib/neo4j/migrations/global_migration.rb
|
148
108
|
- lib/neo4j/functions/function.rb
|
149
109
|
- lib/neo4j/functions/count.rb
|
150
110
|
- lib/neo4j/functions/sum.rb
|
@@ -166,12 +126,20 @@ files:
|
|
166
126
|
- lib/neo4j/rails/mapping/property.rb
|
167
127
|
- lib/neo4j/rails/validations/uniqueness.rb
|
168
128
|
- lib/neo4j/rails/validations/non_nil.rb
|
169
|
-
- lib/neo4j/jars/
|
170
|
-
- lib/neo4j/jars/neo4j-
|
171
|
-
- lib/neo4j/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
172
|
-
- lib/neo4j/jars/lucene-
|
173
|
-
- lib/neo4j/jars/neo4j-
|
174
|
-
- lib/neo4j/jars/neo4j-
|
129
|
+
- lib/neo4j/jars/core/lucene-core-3.0.3.jar
|
130
|
+
- lib/neo4j/jars/core/neo4j-index-1.3-SNAPSHOT.jar
|
131
|
+
- lib/neo4j/jars/core/geronimo-jta_1.1_spec-1.1.1.jar
|
132
|
+
- lib/neo4j/jars/core/neo4j-lucene-index-0.5-SNAPSHOT.jar
|
133
|
+
- lib/neo4j/jars/core/neo4j-graph-algo-0.8-SNAPSHOT.jar
|
134
|
+
- lib/neo4j/jars/core/neo4j-kernel-1.3-SNAPSHOT.jar
|
135
|
+
- lib/neo4j/jars/ha/org.apache.servicemix.bundles.lucene-3.0.1_2.jar
|
136
|
+
- lib/neo4j/jars/ha/zookeeper-3.3.2.jar
|
137
|
+
- lib/neo4j/jars/ha/neo4j-management-1.3-SNAPSHOT.jar
|
138
|
+
- lib/neo4j/jars/ha/netty-3.2.1.Final.jar
|
139
|
+
- lib/neo4j/jars/ha/log4j-1.2.16.jar
|
140
|
+
- lib/neo4j/jars/ha/neo4j-shell-1.3-SNAPSHOT.jar
|
141
|
+
- lib/neo4j/jars/ha/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
142
|
+
- lib/neo4j/jars/ha/neo4j-ha-0.6-SNAPSHOT.jar
|
175
143
|
- lib/neo4j/mapping/rule.rb
|
176
144
|
- lib/neo4j/mapping/decl_relationship_dsl.rb
|
177
145
|
- lib/neo4j/mapping/rule_node.rb
|
@@ -190,6 +158,8 @@ files:
|
|
190
158
|
- lib/neo4j/index/indexer_registry.rb
|
191
159
|
- lib/neo4j/index/class_methods.rb
|
192
160
|
- lib/neo4j/index/index.rb
|
161
|
+
- config/locales/en.yml
|
162
|
+
- config/neo4j/config.yml
|
193
163
|
- README.rdoc
|
194
164
|
- CHANGELOG
|
195
165
|
- CONTRIBUTORS
|
@@ -204,8 +174,6 @@ rdoc_options:
|
|
204
174
|
- --quiet
|
205
175
|
- --title
|
206
176
|
- Neo4j.rb
|
207
|
-
- --opname
|
208
|
-
- index.html
|
209
177
|
- --line-numbers
|
210
178
|
- --main
|
211
179
|
- README.rdoc
|
@@ -213,27 +181,21 @@ rdoc_options:
|
|
213
181
|
require_paths:
|
214
182
|
- lib
|
215
183
|
required_ruby_version: !ruby/object:Gem::Requirement
|
184
|
+
none: false
|
216
185
|
requirements:
|
217
186
|
- - ">="
|
218
187
|
- !ruby/object:Gem::Version
|
219
|
-
segments:
|
220
|
-
- 1
|
221
|
-
- 8
|
222
|
-
- 7
|
223
188
|
version: 1.8.7
|
224
189
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
190
|
+
none: false
|
225
191
|
requirements:
|
226
192
|
- - ">"
|
227
193
|
- !ruby/object:Gem::Version
|
228
|
-
segments:
|
229
|
-
- 1
|
230
|
-
- 3
|
231
|
-
- 1
|
232
194
|
version: 1.3.1
|
233
195
|
requirements: []
|
234
196
|
|
235
197
|
rubyforge_project: neo4j
|
236
|
-
rubygems_version: 1.
|
198
|
+
rubygems_version: 1.4.2
|
237
199
|
signing_key:
|
238
200
|
specification_version: 3
|
239
201
|
summary: A graph database for JRuby
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/tmp/neo4j/active_tx_log
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
tm_tx_log.1
|
data/lib/tmp/neo4j/index.db
DELETED
Binary file
|