enju_purchase_request 0.1.0.pre6 → 0.1.0.pre7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 118c16f16a427c0920a0077e57474ed4f5d7eafd
4
- data.tar.gz: 774d033566ed1a334fe994e577033a1bec4ab1e2
3
+ metadata.gz: 754d0b99ef0811f9baef8280266ef5df6a14689c
4
+ data.tar.gz: f4434f8af005129123267ad16c129bf6f06c125d
5
5
  SHA512:
6
- metadata.gz: 4573d70f0394395c03e74157019e0ad7c9fd542e54383d35d509a0143fdb40d285eec5676348a5bb45a95f7e339e8777db85eddffaba7a43881295e4e3b2f3d5
7
- data.tar.gz: 5785de5cf638f382bae03cdee0dd6e9e57a2af0e4e293e9b70e13067435f659545a82834dca612adbf74a41348b235553a0a780b874beea0c781b2e6154e3616
6
+ metadata.gz: 13f570c230136c9d4adb0fe1dcef01a337edc47d6ab42096605a5d452113ffe5e953e69fbc8a15d624ab4ca59592e3827c091c6585d679802b8f400254bd8f72
7
+ data.tar.gz: b396c4e820e999dff8c42b1f36b4874b636dde58bbc4332268796ad34ea8ea7966df11224269bca2cdd14c8b981621d0463dc43b92c776a41b345f506444b3eb
@@ -1,3 +1,3 @@
1
1
  module EnjuPurchaseRequest
2
- VERSION = "0.1.0.pre6"
2
+ VERSION = "0.1.0.pre7"
3
3
  end
@@ -0,0 +1,8 @@
1
+ Description:
2
+ Explain the generator
3
+
4
+ Example:
5
+ rails generate setup Thing
6
+
7
+ This will create:
8
+ what/will/it/create
@@ -0,0 +1,8 @@
1
+ class EnjuPurchaseRequest::SetupGenerator < Rails::Generators::Base
2
+ source_root File.expand_path('../templates', __FILE__)
3
+
4
+ def setup
5
+ rake("enju_purchase_request_engine:install:migrations")
6
+ inject_into_file 'app/models/user.rb',
7
+ " enju_purchase_request_user_model\n", :after => "enju_leaf_user_model\n"
8
+ end
@@ -4,8 +4,6 @@ class CreateItems < ActiveRecord::Migration
4
4
  #t.integer :manifestation_id
5
5
  t.string :call_number
6
6
  t.string :item_identifier
7
- t.integer :circulation_status_id, :default => 5, :null => false
8
- t.integer :checkout_type_id, :default => 1, :null => false
9
7
  t.timestamps
10
8
  t.datetime :deleted_at
11
9
  t.integer :shelf_id, :default => 1, :null => false
@@ -23,8 +21,6 @@ class CreateItems < ActiveRecord::Migration
23
21
  t.integer :required_score, :default => 0, :null => false
24
22
  end
25
23
  #add_index :items, :manifestation_id
26
- add_index :items, :circulation_status_id
27
- add_index :items, :checkout_type_id
28
24
  add_index :items, :shelf_id
29
25
  add_index :items, :item_identifier
30
26
  add_index :items, :required_role_id
@@ -30,8 +30,6 @@ ActiveRecord::Schema.define(:version => 20111201163718) do
30
30
  create_table "items", :force => true do |t|
31
31
  t.string "call_number"
32
32
  t.string "item_identifier"
33
- t.integer "circulation_status_id", :default => 5, :null => false
34
- t.integer "checkout_type_id", :default => 1, :null => false
35
33
  t.datetime "created_at", :null => false
36
34
  t.datetime "updated_at", :null => false
37
35
  t.datetime "deleted_at"
@@ -50,8 +48,6 @@ ActiveRecord::Schema.define(:version => 20111201163718) do
50
48
  t.integer "required_score", :default => 0, :null => false
51
49
  end
52
50
 
53
- add_index "items", ["checkout_type_id"], :name => "index_items_on_checkout_type_id"
54
- add_index "items", ["circulation_status_id"], :name => "index_items_on_circulation_status_id"
55
51
  add_index "items", ["item_identifier"], :name => "index_items_on_item_identifier"
56
52
  add_index "items", ["required_role_id"], :name => "index_items_on_required_role_id"
57
53
  add_index "items", ["shelf_id"], :name => "index_items_on_shelf_id"
Binary file
@@ -1,1532 +1,1532 @@
1
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
1
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
2
2
  情報: JNDI not configured for solr (NoInitialContextEx)
3
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
3
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
4
4
  情報: using system property solr.solr.home: /Users/kosuke/enju_purchase_request/spec/dummy/solr
5
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader <init>
5
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader <init>
6
6
  情報: Solr home set to '/Users/kosuke/enju_purchase_request/spec/dummy/solr/'
7
- 3 16, 2013 1:11:41 午後 org.apache.solr.servlet.SolrDispatchFilter init
7
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrDispatchFilter init
8
8
  情報: SolrDispatchFilter.init()
9
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
9
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
10
10
  情報: JNDI not configured for solr (NoInitialContextEx)
11
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
11
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
12
12
  情報: using system property solr.solr.home: /Users/kosuke/enju_purchase_request/spec/dummy/solr
13
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.CoreContainer$Initializer initialize
13
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.CoreContainer$Initializer initialize
14
14
  情報: looking for solr.xml: /Users/kosuke/enju_purchase_request/spec/dummy/solr/solr.xml
15
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
15
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
16
16
  情報: JNDI not configured for solr (NoInitialContextEx)
17
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
17
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
18
18
  情報: using system property solr.solr.home: /Users/kosuke/enju_purchase_request/spec/dummy/solr
19
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.CoreContainer <init>
20
- 情報: New CoreContainer: solrHome=/Users/kosuke/enju_purchase_request/spec/dummy/solr/ instance=2093516805
21
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader <init>
19
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.CoreContainer <init>
20
+ 情報: New CoreContainer: solrHome=/Users/kosuke/enju_purchase_request/spec/dummy/solr/ instance=306652394
21
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader <init>
22
22
  情報: Solr home set to '/Users/kosuke/enju_purchase_request/spec/dummy/solr/'
23
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrResourceLoader <init>
23
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader <init>
24
24
  情報: Solr home set to '/Users/kosuke/enju_purchase_request/spec/dummy/solr/./'
25
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrConfig initLibs
25
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrConfig initLibs
26
26
  情報: Adding specified lib dirs to ClassLoader
27
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.Config getLuceneVersion
27
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.Config getLuceneVersion
28
28
  WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, because 2.4 emulation is deprecated and will be removed in 4.0. This parameter will be mandatory in 4.0.
29
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrConfig <init>
29
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrConfig <init>
30
30
  情報: Using Lucene MatchVersion: LUCENE_24
31
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrConfig <init>
31
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrConfig <init>
32
32
  WARNING: Deprecated syntax found. <highlighting/> should move to <searchComponent/>
33
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrConfig <init>
33
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrConfig <init>
34
34
  情報: Loaded SolrConfig: solrconfig.xml
35
- 3 16, 2013 1:11:41 午後 org.apache.solr.schema.IndexSchema readSchema
35
+ 4 17, 2013 11:35:59 午前 org.apache.solr.schema.IndexSchema readSchema
36
36
  情報: Reading Solr Schema
37
- 3 16, 2013 1:11:41 午後 org.apache.solr.schema.IndexSchema readSchema
37
+ 4 17, 2013 11:35:59 午前 org.apache.solr.schema.IndexSchema readSchema
38
38
  情報: Schema name=sunspot
39
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
39
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
40
40
  情報: created string: org.apache.solr.schema.StrField
41
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
41
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
42
42
  情報: created tdouble: org.apache.solr.schema.TrieDoubleField
43
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
43
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
44
44
  情報: created rand: org.apache.solr.schema.RandomSortField
45
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
45
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
46
46
  情報: created : org.apache.solr.analysis.StandardTokenizerFactory
47
- 3 16, 2013 1:11:41 午後 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
47
+ 4 17, 2013 11:35:59 午前 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
48
48
  WARNING: StandardTokenizerFactory is using deprecated LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, because 2.x emulation is deprecated and will be removed in 4.0
49
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
49
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
50
50
  情報: created : org.apache.solr.analysis.StandardFilterFactory
51
- 3 16, 2013 1:11:41 午後 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
51
+ 4 17, 2013 11:35:59 午前 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
52
52
  WARNING: StandardFilterFactory is using deprecated LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, because 2.x emulation is deprecated and will be removed in 4.0
53
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
53
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
54
54
  情報: created : org.apache.solr.analysis.LowerCaseFilterFactory
55
- 3 16, 2013 1:11:41 午後 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
55
+ 4 17, 2013 11:35:59 午前 org.apache.solr.analysis.BaseTokenStreamFactory assureMatchVersion
56
56
  WARNING: LowerCaseFilterFactory is using deprecated LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, because 2.x emulation is deprecated and will be removed in 4.0
57
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
57
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
58
58
  情報: created text: org.apache.solr.schema.TextField
59
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
59
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
60
60
  情報: created boolean: org.apache.solr.schema.BoolField
61
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
61
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
62
62
  情報: created date: org.apache.solr.schema.DateField
63
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
63
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
64
64
  情報: created sdouble: org.apache.solr.schema.SortableDoubleField
65
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
65
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
66
66
  情報: created sfloat: org.apache.solr.schema.SortableFloatField
67
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
67
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
68
68
  情報: created sint: org.apache.solr.schema.SortableIntField
69
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
69
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
70
70
  情報: created slong: org.apache.solr.schema.SortableLongField
71
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
71
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
72
72
  情報: created tint: org.apache.solr.schema.TrieIntField
73
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
73
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
74
74
  情報: created tfloat: org.apache.solr.schema.TrieFloatField
75
- 3 16, 2013 1:11:41 午後 org.apache.solr.util.plugin.AbstractPluginLoader load
75
+ 4 17, 2013 11:35:59 午前 org.apache.solr.util.plugin.AbstractPluginLoader load
76
76
  情報: created tdate: org.apache.solr.schema.TrieDateField
77
- 3 16, 2013 1:11:41 午後 org.apache.solr.schema.IndexSchema readSchema
77
+ 4 17, 2013 11:35:59 午前 org.apache.solr.schema.IndexSchema readSchema
78
78
  情報: default search field is text
79
- 3 16, 2013 1:11:41 午後 org.apache.solr.schema.IndexSchema readSchema
79
+ 4 17, 2013 11:35:59 午前 org.apache.solr.schema.IndexSchema readSchema
80
80
  情報: query parser default operator is AND
81
- 3 16, 2013 1:11:41 午後 org.apache.solr.schema.IndexSchema readSchema
81
+ 4 17, 2013 11:35:59 午前 org.apache.solr.schema.IndexSchema readSchema
82
82
  情報: unique key field: id
83
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrCore <init>
83
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore <init>
84
84
  情報: [] Opening new SolrCore at /Users/kosuke/enju_purchase_request/spec/dummy/solr/./, dataDir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/
85
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.JmxMonitoredMap <init>
85
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.JmxMonitoredMap <init>
86
86
  情報: No JMX servers found, not exposing Solr information with JMX.
87
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrCore initListeners
87
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore initListeners
88
88
  情報: [] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
89
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.SolrCore initListeners
89
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore initListeners
90
90
  情報: [] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=solr rocks,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]}
91
- 3 16, 2013 1:11:41 午後 org.apache.solr.request.XSLTResponseWriter <init>
91
+ 4 17, 2013 11:35:59 午前 org.apache.solr.request.XSLTResponseWriter <init>
92
92
  WARNING: org.apache.solr.request.XSLTResponseWriter is deprecated. Please use the corresponding class in org.apache.solr.response
93
- 3 16, 2013 1:11:41 午後 org.apache.solr.response.XSLTResponseWriter init
93
+ 4 17, 2013 11:35:59 午前 org.apache.solr.response.XSLTResponseWriter init
94
94
  情報: xsltCacheLifetimeSeconds=5
95
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
95
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
96
96
  情報: created standard: solr.SearchHandler
97
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
97
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
98
98
  情報: created dismax: solr.SearchHandler
99
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
99
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
100
100
  情報: created partitioned: solr.SearchHandler
101
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
101
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
102
102
  情報: created /spell: solr.SearchHandler
103
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
103
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
104
104
  情報: created tvrh: org.apache.solr.handler.component.SearchHandler
105
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
105
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
106
106
  情報: adding lazy requestHandler: org.apache.solr.handler.extraction.ExtractingRequestHandler
107
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
107
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
108
108
  情報: created /update/extract: org.apache.solr.handler.extraction.ExtractingRequestHandler
109
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
109
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
110
110
  情報: created /terms: org.apache.solr.handler.component.SearchHandler
111
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
111
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
112
112
  情報: adding lazy requestHandler: solr.SearchHandler
113
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
113
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
114
114
  情報: created /elevate: solr.SearchHandler
115
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
115
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
116
116
  情報: created /update: solr.XmlUpdateRequestHandler
117
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
117
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
118
118
  情報: created /update/javabin: solr.BinaryUpdateRequestHandler
119
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
119
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
120
120
  情報: created /analysis/document: solr.DocumentAnalysisRequestHandler
121
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
121
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
122
122
  情報: created /analysis/field: solr.FieldAnalysisRequestHandler
123
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
123
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
124
124
  情報: adding lazy requestHandler: solr.CSVRequestHandler
125
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
125
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
126
126
  情報: created /update/csv: solr.CSVRequestHandler
127
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
127
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
128
128
  情報: created /admin/: org.apache.solr.handler.admin.AdminHandlers
129
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
129
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
130
130
  情報: created /admin/ping: PingRequestHandler
131
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
131
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
132
132
  情報: created /debug/dump: solr.DumpRequestHandler
133
- 3 16, 2013 1:11:41 午後 org.apache.solr.core.RequestHandlers initHandlersFromConfig
133
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.RequestHandlers initHandlersFromConfig
134
134
  情報: created /mlt: solr.MoreLikeThisHandler
135
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher <init>
136
- 情報: Opening Searcher@225a8897 main
137
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.CommitTracker <init>
135
+ 4 17, 2013 11:35:59 午前 org.apache.solr.search.SolrIndexSearcher <init>
136
+ 情報: Opening Searcher@157090d9 main
137
+ 4 17, 2013 11:35:59 午前 org.apache.solr.update.CommitTracker <init>
138
138
  情報: commitTracker AutoCommit: disabled
139
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SpellCheckComponent inform
139
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SpellCheckComponent inform
140
140
  情報: Initializing spell checkers
141
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SpellCheckComponent inform
141
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SpellCheckComponent inform
142
142
  WARNING: No queryConverter defined, using default converter
143
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.QueryElevationComponent inform
143
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.QueryElevationComponent inform
144
144
  情報: Loading QueryElevation from: /Users/kosuke/enju_purchase_request/spec/dummy/solr/./conf/elevate.xml
145
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
146
- 情報: Adding component:org.apache.solr.handler.component.QueryComponent@f31cdb
147
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
148
- 情報: Adding component:org.apache.solr.handler.component.FacetComponent@58eb6e59
149
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
150
- 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4899c2aa
151
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
152
- 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@66bb4c22
153
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
154
- 情報: Adding component:org.apache.solr.handler.component.StatsComponent@128380df
155
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
156
- 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@7781b9f7
157
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
158
- 情報: Adding component:org.apache.solr.handler.component.QueryComponent@f31cdb
159
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
160
- 情報: Adding component:org.apache.solr.handler.component.FacetComponent@58eb6e59
161
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
162
- 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4899c2aa
163
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
164
- 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@66bb4c22
165
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
166
- 情報: Adding component:org.apache.solr.handler.component.StatsComponent@128380df
167
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
168
- 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@7781b9f7
169
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
170
- 情報: Adding component:org.apache.solr.handler.component.QueryComponent@f31cdb
171
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
172
- 情報: Adding component:org.apache.solr.handler.component.FacetComponent@58eb6e59
173
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
174
- 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4899c2aa
175
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
176
- 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@66bb4c22
177
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
178
- 情報: Adding component:org.apache.solr.handler.component.StatsComponent@128380df
179
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
180
- 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@7781b9f7
181
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
182
- 情報: Adding component:org.apache.solr.handler.component.QueryComponent@f31cdb
183
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
184
- 情報: Adding component:org.apache.solr.handler.component.FacetComponent@58eb6e59
185
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
186
- 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4899c2aa
187
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
188
- 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@66bb4c22
189
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
190
- 情報: Adding component:org.apache.solr.handler.component.StatsComponent@128380df
191
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
192
- 情報: Adding component:org.apache.solr.handler.component.SpellCheckComponent@65d8446c
193
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
194
- 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@7781b9f7
195
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
196
- 情報: Adding component:org.apache.solr.handler.component.QueryComponent@f31cdb
197
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
198
- 情報: Adding component:org.apache.solr.handler.component.FacetComponent@58eb6e59
199
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
200
- 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4899c2aa
201
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
202
- 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@66bb4c22
203
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
204
- 情報: Adding component:org.apache.solr.handler.component.StatsComponent@128380df
205
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
206
- 情報: Adding component:org.apache.solr.handler.component.TermVectorComponent@597442b0
207
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
208
- 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@7781b9f7
209
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SearchHandler inform
210
- 情報: Adding component:org.apache.solr.handler.component.TermsComponent@5fc65eb1
211
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.QuerySenderListener newSearcher
212
- 情報: QuerySenderListener sending requests to Searcher@225a8897 main
213
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.CoreContainer register
145
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
146
+ 情報: Adding component:org.apache.solr.handler.component.QueryComponent@5872e796
147
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
148
+ 情報: Adding component:org.apache.solr.handler.component.FacetComponent@5fc25637
149
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
150
+ 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4faa65fe
151
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
152
+ 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@3c0e2f8e
153
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
154
+ 情報: Adding component:org.apache.solr.handler.component.StatsComponent@4754326f
155
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
156
+ 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@68bb39fe
157
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
158
+ 情報: Adding component:org.apache.solr.handler.component.QueryComponent@5872e796
159
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
160
+ 情報: Adding component:org.apache.solr.handler.component.FacetComponent@5fc25637
161
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
162
+ 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4faa65fe
163
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
164
+ 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@3c0e2f8e
165
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
166
+ 情報: Adding component:org.apache.solr.handler.component.StatsComponent@4754326f
167
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
168
+ 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@68bb39fe
169
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
170
+ 情報: Adding component:org.apache.solr.handler.component.QueryComponent@5872e796
171
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
172
+ 情報: Adding component:org.apache.solr.handler.component.FacetComponent@5fc25637
173
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
174
+ 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4faa65fe
175
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
176
+ 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@3c0e2f8e
177
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
178
+ 情報: Adding component:org.apache.solr.handler.component.StatsComponent@4754326f
179
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
180
+ 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@68bb39fe
181
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
182
+ 情報: Adding component:org.apache.solr.handler.component.QueryComponent@5872e796
183
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
184
+ 情報: Adding component:org.apache.solr.handler.component.FacetComponent@5fc25637
185
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
186
+ 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4faa65fe
187
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
188
+ 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@3c0e2f8e
189
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
190
+ 情報: Adding component:org.apache.solr.handler.component.StatsComponent@4754326f
191
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
192
+ 情報: Adding component:org.apache.solr.handler.component.SpellCheckComponent@5bdc8869
193
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
194
+ 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@68bb39fe
195
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
196
+ 情報: Adding component:org.apache.solr.handler.component.QueryComponent@5872e796
197
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
198
+ 情報: Adding component:org.apache.solr.handler.component.FacetComponent@5fc25637
199
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
200
+ 情報: Adding component:org.apache.solr.handler.component.MoreLikeThisComponent@4faa65fe
201
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
202
+ 情報: Adding component:org.apache.solr.handler.component.HighlightComponent@3c0e2f8e
203
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
204
+ 情報: Adding component:org.apache.solr.handler.component.StatsComponent@4754326f
205
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
206
+ 情報: Adding component:org.apache.solr.handler.component.TermVectorComponent@6b7fd49c
207
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
208
+ 情報: Adding debug component:org.apache.solr.handler.component.DebugComponent@68bb39fe
209
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SearchHandler inform
210
+ 情報: Adding component:org.apache.solr.handler.component.TermsComponent@155f84e7
211
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.QuerySenderListener newSearcher
212
+ 情報: QuerySenderListener sending requests to Searcher@157090d9 main
213
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.CoreContainer register
214
214
  情報: registering core:
215
- 3 16, 2013 1:11:42 午後 org.apache.solr.servlet.SolrDispatchFilter init
215
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrDispatchFilter init
216
216
  情報: user.dir=/Users/kosuke/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/sunspot_solr-2.0.0/solr
217
- 3 16, 2013 1:11:42 午後 org.apache.solr.servlet.SolrDispatchFilter init
217
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrDispatchFilter init
218
218
  情報: SolrDispatchFilter.init() done
219
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
220
- 情報: [] webapp=null path=null params={start=0&event=firstSearcher&q=solr+rocks&rows=10} hits=0 status=0 QTime=35
221
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
219
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore execute
220
+ 情報: [] webapp=null path=null params={start=0&event=firstSearcher&q=solr+rocks&rows=10} hits=0 status=0 QTime=39
221
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore execute
222
222
  情報: [] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+query+from+solrconfig.xml} hits=0 status=0 QTime=1
223
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.QuerySenderListener newSearcher
223
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.QuerySenderListener newSearcher
224
224
  情報: QuerySenderListener done.
225
- 3 16, 2013 1:11:42 午後 org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener newSearcher
226
- 情報: Loading spell index for spellchecker: default
227
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore registerSearcher
228
- 情報: [] Registered new searcher Searcher@225a8897 main
229
- 3 16, 2013 1:11:42 午後 org.apache.solr.servlet.SolrServlet init
225
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrServlet init
230
226
  情報: SolrServlet.init()
231
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
227
+ 4 17, 2013 11:35:59 午前 org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener newSearcher
228
+ 情報: Loading spell index for spellchecker: default
229
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
232
230
  情報: JNDI not configured for solr (NoInitialContextEx)
233
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
231
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
234
232
  情報: using system property solr.solr.home: /Users/kosuke/enju_purchase_request/spec/dummy/solr
235
- 3 16, 2013 1:11:42 午後 org.apache.solr.servlet.SolrServlet init
233
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrCore registerSearcher
234
+ 情報: [] Registered new searcher Searcher@157090d9 main
235
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrServlet init
236
236
  情報: SolrServlet.init() done
237
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
237
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
238
238
  情報: JNDI not configured for solr (NoInitialContextEx)
239
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrResourceLoader locateSolrHome
239
+ 4 17, 2013 11:35:59 午前 org.apache.solr.core.SolrResourceLoader locateSolrHome
240
240
  情報: using system property solr.solr.home: /Users/kosuke/enju_purchase_request/spec/dummy/solr
241
- 3 16, 2013 1:11:42 午後 org.apache.solr.servlet.SolrUpdateServlet init
241
+ 4 17, 2013 11:35:59 午前 org.apache.solr.servlet.SolrUpdateServlet init
242
242
  情報: SolrUpdateServlet.init() done
243
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
243
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
244
244
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
245
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy onInit
245
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
246
246
  情報: SolrDeletionPolicy.onInit: commits:num=1
247
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ca,version=1338022248376,generation=442,filenames=[_64.fdx, _64.fnm, _64.tii, segments_ca, _64.tis, _64.nrm, _64.frq, _64.fdt, _64.prx]
248
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
249
- 情報: newest commit = 1338022248376
250
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
251
- 情報: {deleteByQuery=*:*} 0 80
252
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
253
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=80
254
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.DirectUpdateHandler2 commit
247
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ei,version=1338022248496,generation=522,filenames=[_78.frq, _78.tis, _78.nrm, _78.fdx, _78.tii, _78.fdt, segments_ei, _78.fnm, _78.prx]
248
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
249
+ 情報: newest commit = 1338022248496
250
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
251
+ 情報: {deleteByQuery=*:*} 0 81
252
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
253
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=81
254
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
255
255
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
256
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
256
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
257
257
  情報: SolrDeletionPolicy.onCommit: commits:num=2
258
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ca,version=1338022248376,generation=442,filenames=[_64.fdx, _64.fnm, _64.tii, segments_ca, _64.tis, _64.nrm, _64.frq, _64.fdt, _64.prx]
259
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cb,version=1338022248377,generation=443,filenames=[segments_cb]
260
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
261
- 情報: newest commit = 1338022248377
262
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher <init>
263
- 情報: Opening Searcher@62bf6da8 main
264
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.DirectUpdateHandler2 commit
258
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ei,version=1338022248496,generation=522,filenames=[_78.frq, _78.tis, _78.nrm, _78.fdx, _78.tii, _78.fdt, segments_ei, _78.fnm, _78.prx]
259
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ej,version=1338022248497,generation=523,filenames=[segments_ej]
260
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
261
+ 情報: newest commit = 1338022248497
262
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
263
+ 情報: Opening Searcher@65371c10 main
264
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
265
265
  情報: end_commit_flush
266
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
267
- 情報: autowarming Searcher@62bf6da8 main from Searcher@225a8897 main
266
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
267
+ 情報: autowarming Searcher@65371c10 main from Searcher@157090d9 main
268
268
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
269
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
270
- 情報: autowarming result for Searcher@62bf6da8 main
269
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
270
+ 情報: autowarming result for Searcher@65371c10 main
271
271
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
272
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
273
- 情報: autowarming Searcher@62bf6da8 main from Searcher@225a8897 main
272
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
273
+ 情報: autowarming Searcher@65371c10 main from Searcher@157090d9 main
274
274
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
275
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
276
- 情報: autowarming result for Searcher@62bf6da8 main
275
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
276
+ 情報: autowarming result for Searcher@65371c10 main
277
277
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
278
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
279
- 情報: autowarming Searcher@62bf6da8 main from Searcher@225a8897 main
278
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
279
+ 情報: autowarming Searcher@65371c10 main from Searcher@157090d9 main
280
280
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
281
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
282
- 情報: autowarming result for Searcher@62bf6da8 main
281
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
282
+ 情報: autowarming result for Searcher@65371c10 main
283
283
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
284
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
285
- 情報: autowarming Searcher@62bf6da8 main from Searcher@225a8897 main
284
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
285
+ 情報: autowarming Searcher@65371c10 main from Searcher@157090d9 main
286
286
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
287
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher warm
288
- 情報: autowarming result for Searcher@62bf6da8 main
287
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
288
+ 情報: autowarming result for Searcher@65371c10 main
289
289
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
290
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.QuerySenderListener newSearcher
291
- 情報: QuerySenderListener sending requests to Searcher@62bf6da8 main
292
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.QuerySenderListener newSearcher
290
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
291
+ 情報: QuerySenderListener sending requests to Searcher@65371c10 main
292
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
293
293
  情報: QuerySenderListener done.
294
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore registerSearcher
295
- 情報: [] Registered new searcher Searcher@62bf6da8 main
296
- 3 16, 2013 1:11:42 午後 org.apache.solr.search.SolrIndexSearcher close
297
- 情報: Closing Searcher@225a8897 main
294
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
295
+ 情報: [] Registered new searcher Searcher@65371c10 main
296
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
297
+ 情報: Closing Searcher@157090d9 main
298
298
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
299
299
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
300
300
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
301
301
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
302
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
303
- 情報: {commit=} 0 53
304
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
305
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=53
306
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy onInit
302
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
303
+ 情報: {commit=} 0 29
304
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
305
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=29
306
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
307
307
  情報: SolrDeletionPolicy.onInit: commits:num=1
308
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cb,version=1338022248377,generation=443,filenames=[segments_cb]
309
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
310
- 情報: newest commit = 1338022248377
311
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
308
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ej,version=1338022248497,generation=523,filenames=[segments_ej]
309
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
310
+ 情報: newest commit = 1338022248497
311
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
312
312
  情報: {deleteByQuery=type:PurchaseRequest} 0 4
313
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
313
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
314
314
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
315
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
316
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 42
317
- 3 16, 2013 1:11:42 午後 org.apache.solr.core.SolrCore execute
318
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=42
319
- 3 16, 2013 1:11:42 午後 org.apache.solr.update.DirectUpdateHandler2 commit
315
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
316
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 44
317
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
318
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=44
319
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
320
320
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
321
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
321
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
322
322
  情報: SolrDeletionPolicy.onCommit: commits:num=2
323
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cb,version=1338022248377,generation=443,filenames=[segments_cb]
324
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cc,version=1338022248379,generation=444,filenames=[_65.frq, _65.fdt, _65.tii, _65.fdx, _65.prx, segments_cc, _65.fnm, _65.tis, _65.nrm]
325
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
326
- 情報: newest commit = 1338022248379
327
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
328
- 情報: Opening Searcher@53b8aa1a main
329
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
323
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ej,version=1338022248497,generation=523,filenames=[segments_ej]
324
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ek,version=1338022248499,generation=524,filenames=[_79.prx, _79.fdt, _79.frq, _79.fdx, _79.nrm, _79.tis, _79.tii, segments_ek, _79.fnm]
325
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
326
+ 情報: newest commit = 1338022248499
327
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
328
+ 情報: Opening Searcher@6e1c8760 main
329
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
330
330
  情報: end_commit_flush
331
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
332
- 情報: autowarming Searcher@53b8aa1a main from Searcher@62bf6da8 main
331
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
332
+ 情報: autowarming Searcher@6e1c8760 main from Searcher@65371c10 main
333
333
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
334
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
335
- 情報: autowarming result for Searcher@53b8aa1a main
334
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
335
+ 情報: autowarming result for Searcher@6e1c8760 main
336
336
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
337
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
338
- 情報: autowarming Searcher@53b8aa1a main from Searcher@62bf6da8 main
337
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
338
+ 情報: autowarming Searcher@6e1c8760 main from Searcher@65371c10 main
339
339
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
340
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
341
- 情報: autowarming result for Searcher@53b8aa1a main
340
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
341
+ 情報: autowarming result for Searcher@6e1c8760 main
342
342
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
343
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
344
- 情報: autowarming Searcher@53b8aa1a main from Searcher@62bf6da8 main
343
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
344
+ 情報: autowarming Searcher@6e1c8760 main from Searcher@65371c10 main
345
345
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
346
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
347
- 情報: autowarming result for Searcher@53b8aa1a main
346
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
347
+ 情報: autowarming result for Searcher@6e1c8760 main
348
348
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
349
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
350
- 情報: autowarming Searcher@53b8aa1a main from Searcher@62bf6da8 main
349
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
350
+ 情報: autowarming Searcher@6e1c8760 main from Searcher@65371c10 main
351
351
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
352
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
353
- 情報: autowarming result for Searcher@53b8aa1a main
352
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
353
+ 情報: autowarming result for Searcher@6e1c8760 main
354
354
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
355
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
356
- 情報: QuerySenderListener sending requests to Searcher@53b8aa1a main
357
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
355
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
356
+ 情報: QuerySenderListener sending requests to Searcher@6e1c8760 main
357
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
358
358
  情報: QuerySenderListener done.
359
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
360
- 情報: [] Registered new searcher Searcher@53b8aa1a main
361
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
362
- 情報: Closing Searcher@62bf6da8 main
359
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
360
+ 情報: [] Registered new searcher Searcher@6e1c8760 main
361
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
362
+ 情報: Closing Searcher@65371c10 main
363
363
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
364
364
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
365
365
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
366
366
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
367
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
367
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
368
368
  情報: {commit=} 0 47
369
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
369
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
370
370
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=47
371
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
372
- 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:1&rows=10} hits=2 status=0 QTime=36
373
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
371
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
372
+ 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:1&rows=10} hits=2 status=0 QTime=29
373
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
374
374
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
375
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
375
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
376
376
  情報: SolrDeletionPolicy.onInit: commits:num=1
377
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cc,version=1338022248379,generation=444,filenames=[_65.frq, _65.fdt, _65.tii, _65.fdx, _65.prx, segments_cc, _65.fnm, _65.tis, _65.nrm]
378
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
379
- 情報: newest commit = 1338022248379
380
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
381
- 情報: {deleteByQuery=*:*} 0 6
382
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
383
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=6
384
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
377
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ek,version=1338022248499,generation=524,filenames=[_79.prx, _79.fdt, _79.frq, _79.fdx, _79.nrm, _79.tis, _79.tii, segments_ek, _79.fnm]
378
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
379
+ 情報: newest commit = 1338022248499
380
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
381
+ 情報: {deleteByQuery=*:*} 0 4
382
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
383
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
384
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
385
385
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
386
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
386
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
387
387
  情報: SolrDeletionPolicy.onCommit: commits:num=2
388
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cc,version=1338022248379,generation=444,filenames=[_65.frq, _65.fdt, _65.tii, _65.fdx, _65.prx, segments_cc, _65.fnm, _65.tis, _65.nrm]
389
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cd,version=1338022248380,generation=445,filenames=[segments_cd]
390
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
391
- 情報: newest commit = 1338022248380
392
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
393
- 情報: Opening Searcher@1e9ccf7c main
394
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
388
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ek,version=1338022248499,generation=524,filenames=[_79.prx, _79.fdt, _79.frq, _79.fdx, _79.nrm, _79.tis, _79.tii, segments_ek, _79.fnm]
389
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_el,version=1338022248500,generation=525,filenames=[segments_el]
390
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
391
+ 情報: newest commit = 1338022248500
392
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
393
+ 情報: Opening Searcher@54755b22 main
394
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
395
395
  情報: end_commit_flush
396
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
397
- 情報: autowarming Searcher@1e9ccf7c main from Searcher@53b8aa1a main
396
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
397
+ 情報: autowarming Searcher@54755b22 main from Searcher@6e1c8760 main
398
398
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
399
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
400
- 情報: autowarming result for Searcher@1e9ccf7c main
399
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
400
+ 情報: autowarming result for Searcher@54755b22 main
401
401
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
402
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
403
- 情報: autowarming Searcher@1e9ccf7c main from Searcher@53b8aa1a main
402
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
403
+ 情報: autowarming Searcher@54755b22 main from Searcher@6e1c8760 main
404
404
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
405
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
406
- 情報: autowarming result for Searcher@1e9ccf7c main
405
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
406
+ 情報: autowarming result for Searcher@54755b22 main
407
407
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
408
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
409
- 情報: autowarming Searcher@1e9ccf7c main from Searcher@53b8aa1a main
408
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
409
+ 情報: autowarming Searcher@54755b22 main from Searcher@6e1c8760 main
410
410
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
411
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
412
- 情報: autowarming result for Searcher@1e9ccf7c main
411
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
412
+ 情報: autowarming result for Searcher@54755b22 main
413
413
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
414
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
415
- 情報: autowarming Searcher@1e9ccf7c main from Searcher@53b8aa1a main
414
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
415
+ 情報: autowarming Searcher@54755b22 main from Searcher@6e1c8760 main
416
416
  documentCache{lookups=4,hits=2,hitratio=0.50,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
417
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
418
- 情報: autowarming result for Searcher@1e9ccf7c main
417
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
418
+ 情報: autowarming result for Searcher@54755b22 main
419
419
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
420
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
421
- 情報: QuerySenderListener sending requests to Searcher@1e9ccf7c main
422
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
420
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
421
+ 情報: QuerySenderListener sending requests to Searcher@54755b22 main
422
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
423
423
  情報: QuerySenderListener done.
424
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
425
- 情報: [] Registered new searcher Searcher@1e9ccf7c main
426
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
427
- 情報: Closing Searcher@53b8aa1a main
424
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
425
+ 情報: [] Registered new searcher Searcher@54755b22 main
426
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
427
+ 情報: Closing Searcher@6e1c8760 main
428
428
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
429
429
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
430
430
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
431
431
  documentCache{lookups=4,hits=2,hitratio=0.50,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
432
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
433
- 情報: {commit=} 0 18
434
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
435
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=18
436
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
432
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
433
+ 情報: {commit=} 0 16
434
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
435
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
436
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
437
437
  情報: SolrDeletionPolicy.onInit: commits:num=1
438
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cd,version=1338022248380,generation=445,filenames=[segments_cd]
439
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
440
- 情報: newest commit = 1338022248380
441
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
442
- 情報: {deleteByQuery=type:PurchaseRequest} 0 4
443
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
444
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
445
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
446
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 12
447
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
448
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=12
449
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
438
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_el,version=1338022248500,generation=525,filenames=[segments_el]
439
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
440
+ 情報: newest commit = 1338022248500
441
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
442
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 3
443
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
444
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
445
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
446
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 8
447
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
448
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=8
449
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
450
450
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
451
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
451
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
452
452
  情報: SolrDeletionPolicy.onCommit: commits:num=2
453
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cd,version=1338022248380,generation=445,filenames=[segments_cd]
454
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ce,version=1338022248382,generation=446,filenames=[_66.tis, _66.nrm, _66.fnm, _66.fdx, segments_ce, _66.frq, _66.tii, _66.prx, _66.fdt]
455
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
456
- 情報: newest commit = 1338022248382
457
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
458
- 情報: Opening Searcher@78df509f main
459
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
453
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_el,version=1338022248500,generation=525,filenames=[segments_el]
454
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_em,version=1338022248502,generation=526,filenames=[_7a.tii, _7a.tis, _7a.nrm, _7a.fnm, _7a.fdx, _7a.prx, _7a.frq, segments_em, _7a.fdt]
455
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
456
+ 情報: newest commit = 1338022248502
457
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
458
+ 情報: Opening Searcher@58443af6 main
459
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
460
460
  情報: end_commit_flush
461
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
462
- 情報: autowarming Searcher@78df509f main from Searcher@1e9ccf7c main
461
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
462
+ 情報: autowarming Searcher@58443af6 main from Searcher@54755b22 main
463
463
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
464
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
465
- 情報: autowarming result for Searcher@78df509f main
464
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
465
+ 情報: autowarming result for Searcher@58443af6 main
466
466
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
467
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
468
- 情報: autowarming Searcher@78df509f main from Searcher@1e9ccf7c main
467
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
468
+ 情報: autowarming Searcher@58443af6 main from Searcher@54755b22 main
469
469
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
470
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
471
- 情報: autowarming result for Searcher@78df509f main
470
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
471
+ 情報: autowarming result for Searcher@58443af6 main
472
472
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
473
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
474
- 情報: autowarming Searcher@78df509f main from Searcher@1e9ccf7c main
473
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
474
+ 情報: autowarming Searcher@58443af6 main from Searcher@54755b22 main
475
475
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
476
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
477
- 情報: autowarming result for Searcher@78df509f main
476
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
477
+ 情報: autowarming result for Searcher@58443af6 main
478
478
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
479
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
480
- 情報: autowarming Searcher@78df509f main from Searcher@1e9ccf7c main
479
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
480
+ 情報: autowarming Searcher@58443af6 main from Searcher@54755b22 main
481
481
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
482
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
483
- 情報: autowarming result for Searcher@78df509f main
482
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
483
+ 情報: autowarming result for Searcher@58443af6 main
484
484
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
485
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
486
- 情報: QuerySenderListener sending requests to Searcher@78df509f main
487
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
485
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
486
+ 情報: QuerySenderListener sending requests to Searcher@58443af6 main
487
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
488
488
  情報: QuerySenderListener done.
489
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
490
- 情報: [] Registered new searcher Searcher@78df509f main
491
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
492
- 情報: Closing Searcher@1e9ccf7c main
489
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
490
+ 情報: [] Registered new searcher Searcher@58443af6 main
491
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
492
+ 情報: Closing Searcher@54755b22 main
493
493
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
494
494
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
495
495
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=1,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0}
496
496
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
497
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
498
- 情報: {commit=} 0 38
499
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
500
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=38
501
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
502
- 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:2&rows=10} hits=3 status=0 QTime=2
503
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
497
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
498
+ 情報: {commit=} 0 33
499
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
500
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=33
501
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
502
+ 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:2&rows=10} hits=3 status=0 QTime=1
503
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
504
504
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
505
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
505
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
506
506
  情報: SolrDeletionPolicy.onInit: commits:num=1
507
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ce,version=1338022248382,generation=446,filenames=[_66.tis, _66.nrm, _66.fnm, _66.fdx, segments_ce, _66.frq, _66.tii, _66.prx, _66.fdt]
508
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
509
- 情報: newest commit = 1338022248382
510
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
511
- 情報: {deleteByQuery=*:*} 0 5
512
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
513
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
514
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
507
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_em,version=1338022248502,generation=526,filenames=[_7a.tii, _7a.tis, _7a.nrm, _7a.fnm, _7a.fdx, _7a.prx, _7a.frq, segments_em, _7a.fdt]
508
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
509
+ 情報: newest commit = 1338022248502
510
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
511
+ 情報: {deleteByQuery=*:*} 0 4
512
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
513
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
514
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
515
515
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
516
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
516
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
517
517
  情報: SolrDeletionPolicy.onCommit: commits:num=2
518
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ce,version=1338022248382,generation=446,filenames=[_66.tis, _66.nrm, _66.fnm, _66.fdx, segments_ce, _66.frq, _66.tii, _66.prx, _66.fdt]
519
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cf,version=1338022248383,generation=447,filenames=[segments_cf]
520
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
521
- 情報: newest commit = 1338022248383
522
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
523
- 情報: Opening Searcher@2deeef8c main
524
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
518
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_em,version=1338022248502,generation=526,filenames=[_7a.tii, _7a.tis, _7a.nrm, _7a.fnm, _7a.fdx, _7a.prx, _7a.frq, segments_em, _7a.fdt]
519
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_en,version=1338022248503,generation=527,filenames=[segments_en]
520
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
521
+ 情報: newest commit = 1338022248503
522
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
523
+ 情報: Opening Searcher@413b3b7e main
524
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
525
525
  情報: end_commit_flush
526
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
527
- 情報: autowarming Searcher@2deeef8c main from Searcher@78df509f main
526
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
527
+ 情報: autowarming Searcher@413b3b7e main from Searcher@58443af6 main
528
528
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
529
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
530
- 情報: autowarming result for Searcher@2deeef8c main
529
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
530
+ 情報: autowarming result for Searcher@413b3b7e main
531
531
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
532
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
533
- 情報: autowarming Searcher@2deeef8c main from Searcher@78df509f main
532
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
533
+ 情報: autowarming Searcher@413b3b7e main from Searcher@58443af6 main
534
534
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
535
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
536
- 情報: autowarming result for Searcher@2deeef8c main
535
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
536
+ 情報: autowarming result for Searcher@413b3b7e main
537
537
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
538
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
539
- 情報: autowarming Searcher@2deeef8c main from Searcher@78df509f main
538
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
539
+ 情報: autowarming Searcher@413b3b7e main from Searcher@58443af6 main
540
540
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
541
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
542
- 情報: autowarming result for Searcher@2deeef8c main
541
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
542
+ 情報: autowarming result for Searcher@413b3b7e main
543
543
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
544
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
545
- 情報: autowarming Searcher@2deeef8c main from Searcher@78df509f main
544
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
545
+ 情報: autowarming Searcher@413b3b7e main from Searcher@58443af6 main
546
546
  documentCache{lookups=6,hits=3,hitratio=0.50,inserts=3,evictions=0,size=3,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
547
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
548
- 情報: autowarming result for Searcher@2deeef8c main
547
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
548
+ 情報: autowarming result for Searcher@413b3b7e main
549
549
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
550
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
551
- 情報: QuerySenderListener sending requests to Searcher@2deeef8c main
552
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
550
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
551
+ 情報: QuerySenderListener sending requests to Searcher@413b3b7e main
552
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
553
553
  情報: QuerySenderListener done.
554
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
555
- 情報: [] Registered new searcher Searcher@2deeef8c main
556
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
557
- 情報: Closing Searcher@78df509f main
554
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
555
+ 情報: [] Registered new searcher Searcher@413b3b7e main
556
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
557
+ 情報: Closing Searcher@58443af6 main
558
558
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
559
559
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
560
560
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
561
561
  documentCache{lookups=6,hits=3,hitratio=0.50,inserts=3,evictions=0,size=3,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
562
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
563
- 情報: {commit=} 0 20
564
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
565
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=20
566
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
562
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
563
+ 情報: {commit=} 0 16
564
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
565
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
566
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
567
567
  情報: SolrDeletionPolicy.onInit: commits:num=1
568
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cf,version=1338022248383,generation=447,filenames=[segments_cf]
569
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
570
- 情報: newest commit = 1338022248383
571
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
572
- 情報: {deleteByQuery=type:PurchaseRequest} 0 4
573
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
574
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
575
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
576
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 11
577
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
578
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=11
579
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
568
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_en,version=1338022248503,generation=527,filenames=[segments_en]
569
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
570
+ 情報: newest commit = 1338022248503
571
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
572
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 3
573
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
574
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
575
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
576
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 10
577
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
578
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=10
579
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
580
580
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
581
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
581
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
582
582
  情報: SolrDeletionPolicy.onCommit: commits:num=2
583
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cf,version=1338022248383,generation=447,filenames=[segments_cf]
584
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cg,version=1338022248385,generation=448,filenames=[_67.frq, _67.fdx, _67.tis, _67.tii, _67.fdt, segments_cg, _67.nrm, _67.fnm, _67.prx]
585
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
586
- 情報: newest commit = 1338022248385
587
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
588
- 情報: Opening Searcher@10ca3e66 main
589
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
583
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_en,version=1338022248503,generation=527,filenames=[segments_en]
584
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eo,version=1338022248505,generation=528,filenames=[_7b.tii, segments_eo, _7b.fnm, _7b.prx, _7b.nrm, _7b.fdx, _7b.tis, _7b.frq, _7b.fdt]
585
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
586
+ 情報: newest commit = 1338022248505
587
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
588
+ 情報: Opening Searcher@28d7e661 main
589
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
590
590
  情報: end_commit_flush
591
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
592
- 情報: autowarming Searcher@10ca3e66 main from Searcher@2deeef8c main
591
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
592
+ 情報: autowarming Searcher@28d7e661 main from Searcher@413b3b7e main
593
593
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
594
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
595
- 情報: autowarming result for Searcher@10ca3e66 main
594
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
595
+ 情報: autowarming result for Searcher@28d7e661 main
596
596
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
597
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
598
- 情報: autowarming Searcher@10ca3e66 main from Searcher@2deeef8c main
597
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
598
+ 情報: autowarming Searcher@28d7e661 main from Searcher@413b3b7e main
599
599
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
600
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
601
- 情報: autowarming result for Searcher@10ca3e66 main
600
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
601
+ 情報: autowarming result for Searcher@28d7e661 main
602
602
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
603
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
604
- 情報: autowarming Searcher@10ca3e66 main from Searcher@2deeef8c main
603
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
604
+ 情報: autowarming Searcher@28d7e661 main from Searcher@413b3b7e main
605
605
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
606
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
607
- 情報: autowarming result for Searcher@10ca3e66 main
606
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
607
+ 情報: autowarming result for Searcher@28d7e661 main
608
608
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
609
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
610
- 情報: autowarming Searcher@10ca3e66 main from Searcher@2deeef8c main
609
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
610
+ 情報: autowarming Searcher@28d7e661 main from Searcher@413b3b7e main
611
611
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
612
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
613
- 情報: autowarming result for Searcher@10ca3e66 main
612
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
613
+ 情報: autowarming result for Searcher@28d7e661 main
614
614
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
615
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
616
- 情報: QuerySenderListener sending requests to Searcher@10ca3e66 main
617
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
615
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
616
+ 情報: QuerySenderListener sending requests to Searcher@28d7e661 main
617
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
618
618
  情報: QuerySenderListener done.
619
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
620
- 情報: [] Registered new searcher Searcher@10ca3e66 main
621
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
622
- 情報: Closing Searcher@2deeef8c main
619
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
620
+ 情報: [] Registered new searcher Searcher@28d7e661 main
621
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
622
+ 情報: Closing Searcher@413b3b7e main
623
623
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
624
624
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
625
625
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=2,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=2,cumulative_evictions=0}
626
626
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=5,cumulative_hitratio=0.50,cumulative_inserts=5,cumulative_evictions=0}
627
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
628
- 情報: {commit=} 0 38
629
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
630
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=38
631
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
632
- 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:2&rows=10} hits=3 status=0 QTime=1
633
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
627
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
628
+ 情報: {commit=} 0 32
629
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
630
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=32
631
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
632
+ 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:2&rows=10} hits=3 status=0 QTime=2
633
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
634
634
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
635
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
635
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
636
636
  情報: SolrDeletionPolicy.onInit: commits:num=1
637
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cg,version=1338022248385,generation=448,filenames=[_67.frq, _67.fdx, _67.tis, _67.tii, _67.fdt, segments_cg, _67.nrm, _67.fnm, _67.prx]
638
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
639
- 情報: newest commit = 1338022248385
640
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
637
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eo,version=1338022248505,generation=528,filenames=[_7b.tii, segments_eo, _7b.fnm, _7b.prx, _7b.nrm, _7b.fdx, _7b.tis, _7b.frq, _7b.fdt]
638
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
639
+ 情報: newest commit = 1338022248505
640
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
641
641
  情報: {deleteByQuery=*:*} 0 5
642
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
642
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
643
643
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
644
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
644
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
645
645
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
646
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
646
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
647
647
  情報: SolrDeletionPolicy.onCommit: commits:num=2
648
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cg,version=1338022248385,generation=448,filenames=[_67.frq, _67.fdx, _67.tis, _67.tii, _67.fdt, segments_cg, _67.nrm, _67.fnm, _67.prx]
649
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ch,version=1338022248386,generation=449,filenames=[segments_ch]
650
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
651
- 情報: newest commit = 1338022248386
652
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
653
- 情報: Opening Searcher@76096f9f main
654
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
648
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eo,version=1338022248505,generation=528,filenames=[_7b.tii, segments_eo, _7b.fnm, _7b.prx, _7b.nrm, _7b.fdx, _7b.tis, _7b.frq, _7b.fdt]
649
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ep,version=1338022248506,generation=529,filenames=[segments_ep]
650
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
651
+ 情報: newest commit = 1338022248506
652
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
653
+ 情報: Opening Searcher@7fc514a7 main
654
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
655
655
  情報: end_commit_flush
656
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
657
- 情報: autowarming Searcher@76096f9f main from Searcher@10ca3e66 main
656
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
657
+ 情報: autowarming Searcher@7fc514a7 main from Searcher@28d7e661 main
658
658
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
659
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
660
- 情報: autowarming result for Searcher@76096f9f main
659
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
660
+ 情報: autowarming result for Searcher@7fc514a7 main
661
661
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
662
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
663
- 情報: autowarming Searcher@76096f9f main from Searcher@10ca3e66 main
662
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
663
+ 情報: autowarming Searcher@7fc514a7 main from Searcher@28d7e661 main
664
664
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
665
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
666
- 情報: autowarming result for Searcher@76096f9f main
665
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
666
+ 情報: autowarming result for Searcher@7fc514a7 main
667
667
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
668
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
669
- 情報: autowarming Searcher@76096f9f main from Searcher@10ca3e66 main
668
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
669
+ 情報: autowarming Searcher@7fc514a7 main from Searcher@28d7e661 main
670
670
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
671
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
672
- 情報: autowarming result for Searcher@76096f9f main
671
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
672
+ 情報: autowarming result for Searcher@7fc514a7 main
673
673
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
674
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
675
- 情報: autowarming Searcher@76096f9f main from Searcher@10ca3e66 main
674
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
675
+ 情報: autowarming Searcher@7fc514a7 main from Searcher@28d7e661 main
676
676
  documentCache{lookups=6,hits=3,hitratio=0.50,inserts=3,evictions=0,size=3,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
677
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
678
- 情報: autowarming result for Searcher@76096f9f main
677
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
678
+ 情報: autowarming result for Searcher@7fc514a7 main
679
679
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
680
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
681
- 情報: QuerySenderListener sending requests to Searcher@76096f9f main
682
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
680
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
681
+ 情報: QuerySenderListener sending requests to Searcher@7fc514a7 main
682
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
683
683
  情報: QuerySenderListener done.
684
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
685
- 情報: [] Registered new searcher Searcher@76096f9f main
686
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
687
- 情報: Closing Searcher@10ca3e66 main
684
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
685
+ 情報: [] Registered new searcher Searcher@7fc514a7 main
686
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
687
+ 情報: Closing Searcher@28d7e661 main
688
688
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
689
689
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
690
690
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
691
691
  documentCache{lookups=6,hits=3,hitratio=0.50,inserts=3,evictions=0,size=3,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
692
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
693
- 情報: {commit=} 0 17
694
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
695
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=17
696
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
692
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
693
+ 情報: {commit=} 0 16
694
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
695
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
696
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
697
697
  情報: SolrDeletionPolicy.onInit: commits:num=1
698
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ch,version=1338022248386,generation=449,filenames=[segments_ch]
699
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
700
- 情報: newest commit = 1338022248386
701
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
702
- 情報: {deleteByQuery=type:PurchaseRequest} 0 4
703
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
704
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
705
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
698
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ep,version=1338022248506,generation=529,filenames=[segments_ep]
699
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
700
+ 情報: newest commit = 1338022248506
701
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
702
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 3
703
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
704
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
705
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
706
706
  情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 8
707
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
707
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
708
708
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=8
709
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
709
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
710
710
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
711
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
711
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
712
712
  情報: SolrDeletionPolicy.onCommit: commits:num=2
713
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ch,version=1338022248386,generation=449,filenames=[segments_ch]
714
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ci,version=1338022248388,generation=450,filenames=[_68.nrm, _68.fdt, _68.fnm, _68.tis, segments_ci, _68.tii, _68.fdx, _68.frq, _68.prx]
715
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
716
- 情報: newest commit = 1338022248388
717
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
718
- 情報: Opening Searcher@709a7571 main
719
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
713
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ep,version=1338022248506,generation=529,filenames=[segments_ep]
714
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eq,version=1338022248508,generation=530,filenames=[_7c.tii, _7c.nrm, segments_eq, _7c.frq, _7c.tis, _7c.prx, _7c.fdt, _7c.fnm, _7c.fdx]
715
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
716
+ 情報: newest commit = 1338022248508
717
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
718
+ 情報: Opening Searcher@74eef9db main
719
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
720
720
  情報: end_commit_flush
721
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
722
- 情報: autowarming Searcher@709a7571 main from Searcher@76096f9f main
721
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
722
+ 情報: autowarming Searcher@74eef9db main from Searcher@7fc514a7 main
723
723
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
724
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
725
- 情報: autowarming result for Searcher@709a7571 main
724
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
725
+ 情報: autowarming result for Searcher@74eef9db main
726
726
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
727
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
728
- 情報: autowarming Searcher@709a7571 main from Searcher@76096f9f main
727
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
728
+ 情報: autowarming Searcher@74eef9db main from Searcher@7fc514a7 main
729
729
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
730
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
731
- 情報: autowarming result for Searcher@709a7571 main
730
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
731
+ 情報: autowarming result for Searcher@74eef9db main
732
732
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
733
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
734
- 情報: autowarming Searcher@709a7571 main from Searcher@76096f9f main
733
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
734
+ 情報: autowarming Searcher@74eef9db main from Searcher@7fc514a7 main
735
735
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
736
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
737
- 情報: autowarming result for Searcher@709a7571 main
736
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
737
+ 情報: autowarming result for Searcher@74eef9db main
738
738
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
739
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
740
- 情報: autowarming Searcher@709a7571 main from Searcher@76096f9f main
739
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
740
+ 情報: autowarming Searcher@74eef9db main from Searcher@7fc514a7 main
741
741
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
742
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
743
- 情報: autowarming result for Searcher@709a7571 main
742
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
743
+ 情報: autowarming result for Searcher@74eef9db main
744
744
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
745
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
746
- 情報: QuerySenderListener sending requests to Searcher@709a7571 main
747
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
745
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
746
+ 情報: QuerySenderListener sending requests to Searcher@74eef9db main
747
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
748
748
  情報: QuerySenderListener done.
749
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
750
- 情報: [] Registered new searcher Searcher@709a7571 main
751
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
752
- 情報: Closing Searcher@76096f9f main
749
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
750
+ 情報: [] Registered new searcher Searcher@74eef9db main
751
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
752
+ 情報: Closing Searcher@7fc514a7 main
753
753
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
754
754
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=6,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=6,cumulative_evictions=0}
755
755
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=3,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=3,cumulative_evictions=0}
756
756
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=16,cumulative_hits=8,cumulative_hitratio=0.50,cumulative_inserts=8,cumulative_evictions=0}
757
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
758
- 情報: {commit=} 0 36
759
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
760
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=36
761
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
762
- 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:3&rows=10} hits=1 status=0 QTime=2
763
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
757
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
758
+ 情報: {commit=} 0 30
759
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
760
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=30
761
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
762
+ 情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:3&rows=10} hits=1 status=0 QTime=1
763
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
764
764
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
765
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
765
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
766
766
  情報: SolrDeletionPolicy.onInit: commits:num=1
767
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ci,version=1338022248388,generation=450,filenames=[_68.nrm, _68.fdt, _68.fnm, _68.tis, segments_ci, _68.tii, _68.fdx, _68.frq, _68.prx]
768
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
769
- 情報: newest commit = 1338022248388
770
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
767
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eq,version=1338022248508,generation=530,filenames=[_7c.tii, _7c.nrm, segments_eq, _7c.frq, _7c.tis, _7c.prx, _7c.fdt, _7c.fnm, _7c.fdx]
768
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
769
+ 情報: newest commit = 1338022248508
770
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
771
771
  情報: {deleteByQuery=*:*} 0 5
772
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
772
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
773
773
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
774
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
774
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
775
775
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
776
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
776
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
777
777
  情報: SolrDeletionPolicy.onCommit: commits:num=2
778
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ci,version=1338022248388,generation=450,filenames=[_68.nrm, _68.fdt, _68.fnm, _68.tis, segments_ci, _68.tii, _68.fdx, _68.frq, _68.prx]
779
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cj,version=1338022248389,generation=451,filenames=[segments_cj]
780
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
781
- 情報: newest commit = 1338022248389
782
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
783
- 情報: Opening Searcher@25f8e68b main
784
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
778
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eq,version=1338022248508,generation=530,filenames=[_7c.tii, _7c.nrm, segments_eq, _7c.frq, _7c.tis, _7c.prx, _7c.fdt, _7c.fnm, _7c.fdx]
779
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_er,version=1338022248509,generation=531,filenames=[segments_er]
780
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
781
+ 情報: newest commit = 1338022248509
782
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
783
+ 情報: Opening Searcher@41019252 main
784
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
785
785
  情報: end_commit_flush
786
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
787
- 情報: autowarming Searcher@25f8e68b main from Searcher@709a7571 main
786
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
787
+ 情報: autowarming Searcher@41019252 main from Searcher@74eef9db main
788
788
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
789
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
790
- 情報: autowarming result for Searcher@25f8e68b main
789
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
790
+ 情報: autowarming result for Searcher@41019252 main
791
791
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
792
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
793
- 情報: autowarming Searcher@25f8e68b main from Searcher@709a7571 main
792
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
793
+ 情報: autowarming Searcher@41019252 main from Searcher@74eef9db main
794
794
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
795
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
796
- 情報: autowarming result for Searcher@25f8e68b main
795
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
796
+ 情報: autowarming result for Searcher@41019252 main
797
797
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
798
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
799
- 情報: autowarming Searcher@25f8e68b main from Searcher@709a7571 main
798
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
799
+ 情報: autowarming Searcher@41019252 main from Searcher@74eef9db main
800
800
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
801
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
802
- 情報: autowarming result for Searcher@25f8e68b main
801
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
802
+ 情報: autowarming result for Searcher@41019252 main
803
803
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
804
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
805
- 情報: autowarming Searcher@25f8e68b main from Searcher@709a7571 main
804
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
805
+ 情報: autowarming Searcher@41019252 main from Searcher@74eef9db main
806
806
  documentCache{lookups=2,hits=1,hitratio=0.50,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
807
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
808
- 情報: autowarming result for Searcher@25f8e68b main
807
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
808
+ 情報: autowarming result for Searcher@41019252 main
809
809
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
810
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
811
- 情報: QuerySenderListener sending requests to Searcher@25f8e68b main
812
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
810
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
811
+ 情報: QuerySenderListener sending requests to Searcher@41019252 main
812
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
813
813
  情報: QuerySenderListener done.
814
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
815
- 情報: [] Registered new searcher Searcher@25f8e68b main
816
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
817
- 情報: Closing Searcher@709a7571 main
814
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
815
+ 情報: [] Registered new searcher Searcher@41019252 main
816
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
817
+ 情報: Closing Searcher@74eef9db main
818
818
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
819
819
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
820
820
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
821
821
  documentCache{lookups=2,hits=1,hitratio=0.50,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
822
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
823
- 情報: {commit=} 0 16
824
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
825
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
826
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
822
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
823
+ 情報: {commit=} 0 15
824
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
825
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=15
826
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
827
827
  情報: SolrDeletionPolicy.onInit: commits:num=1
828
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cj,version=1338022248389,generation=451,filenames=[segments_cj]
829
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
830
- 情報: newest commit = 1338022248389
831
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
832
- 情報: {deleteByQuery=type:PurchaseRequest} 0 4
833
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
834
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
835
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
828
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_er,version=1338022248509,generation=531,filenames=[segments_er]
829
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
830
+ 情報: newest commit = 1338022248509
831
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
832
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 3
833
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
834
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
835
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
836
836
  情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 9
837
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
837
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
838
838
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=9
839
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
839
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
840
840
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
841
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
841
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
842
842
  情報: SolrDeletionPolicy.onCommit: commits:num=2
843
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cj,version=1338022248389,generation=451,filenames=[segments_cj]
844
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ck,version=1338022248391,generation=452,filenames=[segments_ck, _69.fdx, _69.tii, _69.fnm, _69.nrm, _69.prx, _69.fdt, _69.tis, _69.frq]
845
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
846
- 情報: newest commit = 1338022248391
847
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
848
- 情報: Opening Searcher@64fed7fa main
849
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
843
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_er,version=1338022248509,generation=531,filenames=[segments_er]
844
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_es,version=1338022248511,generation=532,filenames=[_7d.prx, _7d.fnm, _7d.fdt, _7d.tis, segments_es, _7d.tii, _7d.fdx, _7d.nrm, _7d.frq]
845
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
846
+ 情報: newest commit = 1338022248511
847
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher <init>
848
+ 情報: Opening Searcher@4c9534e6 main
849
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
850
850
  情報: end_commit_flush
851
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
852
- 情報: autowarming Searcher@64fed7fa main from Searcher@25f8e68b main
851
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
852
+ 情報: autowarming Searcher@4c9534e6 main from Searcher@41019252 main
853
853
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
854
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
855
- 情報: autowarming result for Searcher@64fed7fa main
854
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
855
+ 情報: autowarming result for Searcher@4c9534e6 main
856
856
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
857
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
858
- 情報: autowarming Searcher@64fed7fa main from Searcher@25f8e68b main
857
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
858
+ 情報: autowarming Searcher@4c9534e6 main from Searcher@41019252 main
859
859
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
860
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
861
- 情報: autowarming result for Searcher@64fed7fa main
860
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
861
+ 情報: autowarming result for Searcher@4c9534e6 main
862
862
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
863
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
864
- 情報: autowarming Searcher@64fed7fa main from Searcher@25f8e68b main
863
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
864
+ 情報: autowarming Searcher@4c9534e6 main from Searcher@41019252 main
865
865
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
866
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
867
- 情報: autowarming result for Searcher@64fed7fa main
866
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
867
+ 情報: autowarming result for Searcher@4c9534e6 main
868
868
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
869
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
870
- 情報: autowarming Searcher@64fed7fa main from Searcher@25f8e68b main
869
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
870
+ 情報: autowarming Searcher@4c9534e6 main from Searcher@41019252 main
871
871
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
872
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
873
- 情報: autowarming result for Searcher@64fed7fa main
872
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher warm
873
+ 情報: autowarming result for Searcher@4c9534e6 main
874
874
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
875
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
876
- 情報: QuerySenderListener sending requests to Searcher@64fed7fa main
877
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
875
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
876
+ 情報: QuerySenderListener sending requests to Searcher@4c9534e6 main
877
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.QuerySenderListener newSearcher
878
878
  情報: QuerySenderListener done.
879
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
880
- 情報: [] Registered new searcher Searcher@64fed7fa main
881
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
882
- 情報: Closing Searcher@25f8e68b main
879
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore registerSearcher
880
+ 情報: [] Registered new searcher Searcher@4c9534e6 main
881
+ 4 17, 2013 11:36:00 午前 org.apache.solr.search.SolrIndexSearcher close
882
+ 情報: Closing Searcher@41019252 main
883
883
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
884
884
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=8,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=8,cumulative_evictions=0}
885
885
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=4,cumulative_evictions=0}
886
886
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=18,cumulative_hits=9,cumulative_hitratio=0.50,cumulative_inserts=9,cumulative_evictions=0}
887
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
888
- 情報: {commit=} 0 39
889
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
890
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=39
891
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
887
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
888
+ 情報: {commit=} 0 33
889
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
890
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=33
891
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
892
892
  情報: [] webapp=/solr path=/select params={sort=created_at_d+desc&start=0&q=*:*&wt=ruby&fq=type:PurchaseRequest&fq=user_id_i:3&rows=10} hits=1 status=0 QTime=1
893
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
893
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
894
894
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
895
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
895
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onInit
896
896
  情報: SolrDeletionPolicy.onInit: commits:num=1
897
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ck,version=1338022248391,generation=452,filenames=[segments_ck, _69.fdx, _69.tii, _69.fnm, _69.nrm, _69.prx, _69.fdt, _69.tis, _69.frq]
898
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
899
- 情報: newest commit = 1338022248391
900
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
901
- 情報: {deleteByQuery=*:*} 0 6
902
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
903
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=6
904
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
897
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_es,version=1338022248511,generation=532,filenames=[_7d.prx, _7d.fnm, _7d.fdt, _7d.tis, segments_es, _7d.tii, _7d.fdx, _7d.nrm, _7d.frq]
898
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
899
+ 情報: newest commit = 1338022248511
900
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
901
+ 情報: {deleteByQuery=*:*} 0 4
902
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrCore execute
903
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
904
+ 4 17, 2013 11:36:00 午前 org.apache.solr.update.DirectUpdateHandler2 commit
905
905
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
906
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
906
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
907
907
  情報: SolrDeletionPolicy.onCommit: commits:num=2
908
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ck,version=1338022248391,generation=452,filenames=[segments_ck, _69.fdx, _69.tii, _69.fnm, _69.nrm, _69.prx, _69.fdt, _69.tis, _69.frq]
909
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cl,version=1338022248392,generation=453,filenames=[segments_cl]
910
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
911
- 情報: newest commit = 1338022248392
912
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
913
- 情報: Opening Searcher@2b753bb9 main
914
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
908
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_es,version=1338022248511,generation=532,filenames=[_7d.prx, _7d.fnm, _7d.fdt, _7d.tis, segments_es, _7d.tii, _7d.fdx, _7d.nrm, _7d.frq]
909
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_et,version=1338022248512,generation=533,filenames=[segments_et]
910
+ 4 17, 2013 11:36:00 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
911
+ 情報: newest commit = 1338022248512
912
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
913
+ 情報: Opening Searcher@515487d5 main
914
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
915
915
  情報: end_commit_flush
916
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
917
- 情報: autowarming Searcher@2b753bb9 main from Searcher@64fed7fa main
916
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
917
+ 情報: autowarming Searcher@515487d5 main from Searcher@4c9534e6 main
918
918
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
919
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
920
- 情報: autowarming result for Searcher@2b753bb9 main
919
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
920
+ 情報: autowarming result for Searcher@515487d5 main
921
921
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
922
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
923
- 情報: autowarming Searcher@2b753bb9 main from Searcher@64fed7fa main
922
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
923
+ 情報: autowarming Searcher@515487d5 main from Searcher@4c9534e6 main
924
924
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
925
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
926
- 情報: autowarming result for Searcher@2b753bb9 main
925
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
926
+ 情報: autowarming result for Searcher@515487d5 main
927
927
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
928
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
929
- 情報: autowarming Searcher@2b753bb9 main from Searcher@64fed7fa main
928
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
929
+ 情報: autowarming Searcher@515487d5 main from Searcher@4c9534e6 main
930
930
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
931
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
932
- 情報: autowarming result for Searcher@2b753bb9 main
931
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
932
+ 情報: autowarming result for Searcher@515487d5 main
933
933
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
934
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
935
- 情報: autowarming Searcher@2b753bb9 main from Searcher@64fed7fa main
934
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
935
+ 情報: autowarming Searcher@515487d5 main from Searcher@4c9534e6 main
936
936
  documentCache{lookups=2,hits=1,hitratio=0.50,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
937
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
938
- 情報: autowarming result for Searcher@2b753bb9 main
937
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
938
+ 情報: autowarming result for Searcher@515487d5 main
939
939
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
940
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
941
- 情報: QuerySenderListener sending requests to Searcher@2b753bb9 main
942
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
940
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
941
+ 情報: QuerySenderListener sending requests to Searcher@515487d5 main
942
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
943
943
  情報: QuerySenderListener done.
944
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
945
- 情報: [] Registered new searcher Searcher@2b753bb9 main
946
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
947
- 情報: Closing Searcher@64fed7fa main
944
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
945
+ 情報: [] Registered new searcher Searcher@515487d5 main
946
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
947
+ 情報: Closing Searcher@4c9534e6 main
948
948
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
949
949
  filterCache{lookups=2,hits=0,hitratio=0.00,inserts=2,evictions=0,size=2,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
950
950
  queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
951
951
  documentCache{lookups=2,hits=1,hitratio=0.50,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
952
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
953
- 情報: {commit=} 0 18
954
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
955
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=18
956
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
952
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
953
+ 情報: {commit=} 0 16
954
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
955
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
956
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
957
957
  情報: SolrDeletionPolicy.onInit: commits:num=1
958
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cl,version=1338022248392,generation=453,filenames=[segments_cl]
959
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
960
- 情報: newest commit = 1338022248392
961
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
958
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_et,version=1338022248512,generation=533,filenames=[segments_et]
959
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
960
+ 情報: newest commit = 1338022248512
961
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
962
962
  情報: {deleteByQuery=type:PurchaseRequest} 0 3
963
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
963
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
964
964
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
965
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
965
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
966
966
  情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 10
967
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
967
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
968
968
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=10
969
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
969
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
970
970
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
971
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
971
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
972
972
  情報: SolrDeletionPolicy.onCommit: commits:num=2
973
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cl,version=1338022248392,generation=453,filenames=[segments_cl]
974
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cm,version=1338022248394,generation=454,filenames=[_6a.prx, _6a.fdx, _6a.frq, _6a.fdt, _6a.tii, _6a.fnm, _6a.tis, _6a.nrm, segments_cm]
975
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
976
- 情報: newest commit = 1338022248394
977
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
978
- 情報: Opening Searcher@64364224 main
979
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
973
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_et,version=1338022248512,generation=533,filenames=[segments_et]
974
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eu,version=1338022248514,generation=534,filenames=[_7e.fdx, _7e.tii, segments_eu, _7e.frq, _7e.prx, _7e.fdt, _7e.fnm, _7e.tis, _7e.nrm]
975
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
976
+ 情報: newest commit = 1338022248514
977
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
978
+ 情報: Opening Searcher@76154f34 main
979
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
980
980
  情報: end_commit_flush
981
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
982
- 情報: autowarming Searcher@64364224 main from Searcher@2b753bb9 main
981
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
982
+ 情報: autowarming Searcher@76154f34 main from Searcher@515487d5 main
983
983
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
984
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
985
- 情報: autowarming result for Searcher@64364224 main
984
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
985
+ 情報: autowarming result for Searcher@76154f34 main
986
986
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
987
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
988
- 情報: autowarming Searcher@64364224 main from Searcher@2b753bb9 main
987
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
988
+ 情報: autowarming Searcher@76154f34 main from Searcher@515487d5 main
989
989
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
990
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
991
- 情報: autowarming result for Searcher@64364224 main
990
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
991
+ 情報: autowarming result for Searcher@76154f34 main
992
992
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
993
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
994
- 情報: autowarming Searcher@64364224 main from Searcher@2b753bb9 main
993
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
994
+ 情報: autowarming Searcher@76154f34 main from Searcher@515487d5 main
995
995
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
996
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
997
- 情報: autowarming result for Searcher@64364224 main
996
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
997
+ 情報: autowarming result for Searcher@76154f34 main
998
998
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
999
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1000
- 情報: autowarming Searcher@64364224 main from Searcher@2b753bb9 main
999
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1000
+ 情報: autowarming Searcher@76154f34 main from Searcher@515487d5 main
1001
1001
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1002
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1003
- 情報: autowarming result for Searcher@64364224 main
1002
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1003
+ 情報: autowarming result for Searcher@76154f34 main
1004
1004
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1005
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1006
- 情報: QuerySenderListener sending requests to Searcher@64364224 main
1007
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1005
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1006
+ 情報: QuerySenderListener sending requests to Searcher@76154f34 main
1007
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1008
1008
  情報: QuerySenderListener done.
1009
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
1010
- 情報: [] Registered new searcher Searcher@64364224 main
1011
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
1012
- 情報: Closing Searcher@2b753bb9 main
1009
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1010
+ 情報: [] Registered new searcher Searcher@76154f34 main
1011
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1012
+ 情報: Closing Searcher@515487d5 main
1013
1013
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1014
1014
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1015
1015
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1016
1016
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1017
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1018
- 情報: {commit=} 0 30
1019
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1020
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=30
1021
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1017
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1018
+ 情報: {commit=} 0 31
1019
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1020
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=31
1021
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1022
1022
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
1023
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1023
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1024
1024
  情報: SolrDeletionPolicy.onInit: commits:num=1
1025
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cm,version=1338022248394,generation=454,filenames=[_6a.prx, _6a.fdx, _6a.frq, _6a.fdt, _6a.tii, _6a.fnm, _6a.tis, _6a.nrm, segments_cm]
1026
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1027
- 情報: newest commit = 1338022248394
1028
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1029
- 情報: {deleteByQuery=*:*} 0 5
1030
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1031
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
1032
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1025
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eu,version=1338022248514,generation=534,filenames=[_7e.fdx, _7e.tii, segments_eu, _7e.frq, _7e.prx, _7e.fdt, _7e.fnm, _7e.tis, _7e.nrm]
1026
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1027
+ 情報: newest commit = 1338022248514
1028
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1029
+ 情報: {deleteByQuery=*:*} 0 4
1030
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1031
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
1032
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1033
1033
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1034
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1034
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1035
1035
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1036
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cm,version=1338022248394,generation=454,filenames=[_6a.prx, _6a.fdx, _6a.frq, _6a.fdt, _6a.tii, _6a.fnm, _6a.tis, _6a.nrm, segments_cm]
1037
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cn,version=1338022248395,generation=455,filenames=[segments_cn]
1038
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1039
- 情報: newest commit = 1338022248395
1040
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
1041
- 情報: Opening Searcher@1b1d11dc main
1042
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1036
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_eu,version=1338022248514,generation=534,filenames=[_7e.fdx, _7e.tii, segments_eu, _7e.frq, _7e.prx, _7e.fdt, _7e.fnm, _7e.tis, _7e.nrm]
1037
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ev,version=1338022248515,generation=535,filenames=[segments_ev]
1038
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1039
+ 情報: newest commit = 1338022248515
1040
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1041
+ 情報: Opening Searcher@6a4d93ee main
1042
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1043
1043
  情報: end_commit_flush
1044
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1045
- 情報: autowarming Searcher@1b1d11dc main from Searcher@64364224 main
1044
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1045
+ 情報: autowarming Searcher@6a4d93ee main from Searcher@76154f34 main
1046
1046
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1047
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1048
- 情報: autowarming result for Searcher@1b1d11dc main
1047
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1048
+ 情報: autowarming result for Searcher@6a4d93ee main
1049
1049
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1050
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1051
- 情報: autowarming Searcher@1b1d11dc main from Searcher@64364224 main
1050
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1051
+ 情報: autowarming Searcher@6a4d93ee main from Searcher@76154f34 main
1052
1052
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1053
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1054
- 情報: autowarming result for Searcher@1b1d11dc main
1053
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1054
+ 情報: autowarming result for Searcher@6a4d93ee main
1055
1055
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1056
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1057
- 情報: autowarming Searcher@1b1d11dc main from Searcher@64364224 main
1056
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1057
+ 情報: autowarming Searcher@6a4d93ee main from Searcher@76154f34 main
1058
1058
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1059
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1060
- 情報: autowarming result for Searcher@1b1d11dc main
1059
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1060
+ 情報: autowarming result for Searcher@6a4d93ee main
1061
1061
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1062
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1063
- 情報: autowarming Searcher@1b1d11dc main from Searcher@64364224 main
1062
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1063
+ 情報: autowarming Searcher@6a4d93ee main from Searcher@76154f34 main
1064
1064
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1065
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1066
- 情報: autowarming result for Searcher@1b1d11dc main
1065
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1066
+ 情報: autowarming result for Searcher@6a4d93ee main
1067
1067
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1068
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1069
- 情報: QuerySenderListener sending requests to Searcher@1b1d11dc main
1070
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1068
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1069
+ 情報: QuerySenderListener sending requests to Searcher@6a4d93ee main
1070
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1071
1071
  情報: QuerySenderListener done.
1072
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
1073
- 情報: [] Registered new searcher Searcher@1b1d11dc main
1074
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
1075
- 情報: Closing Searcher@64364224 main
1072
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1073
+ 情報: [] Registered new searcher Searcher@6a4d93ee main
1074
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1075
+ 情報: Closing Searcher@76154f34 main
1076
1076
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1077
1077
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1078
1078
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1079
1079
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1080
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1081
- 情報: {commit=} 0 13
1082
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1083
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=13
1084
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1080
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1081
+ 情報: {commit=} 0 12
1082
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1083
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=12
1084
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1085
1085
  情報: SolrDeletionPolicy.onInit: commits:num=1
1086
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cn,version=1338022248395,generation=455,filenames=[segments_cn]
1087
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1088
- 情報: newest commit = 1338022248395
1089
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1086
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ev,version=1338022248515,generation=535,filenames=[segments_ev]
1087
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1088
+ 情報: newest commit = 1338022248515
1089
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1090
1090
  情報: {deleteByQuery=type:PurchaseRequest} 0 3
1091
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1091
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1092
1092
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
1093
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1094
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 7
1095
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1096
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=7
1097
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1093
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1094
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 8
1095
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1096
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=8
1097
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1098
1098
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1099
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1099
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1100
1100
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1101
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cn,version=1338022248395,generation=455,filenames=[segments_cn]
1102
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_co,version=1338022248397,generation=456,filenames=[_6b.tii, _6b.nrm, _6b.prx, _6b.fdx, _6b.fnm, _6b.tis, _6b.fdt, _6b.frq, segments_co]
1103
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1104
- 情報: newest commit = 1338022248397
1105
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
1106
- 情報: Opening Searcher@52d59df1 main
1107
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1101
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ev,version=1338022248515,generation=535,filenames=[segments_ev]
1102
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ew,version=1338022248517,generation=536,filenames=[_7f.frq, _7f.prx, _7f.fdx, _7f.tis, _7f.fnm, _7f.fdt, _7f.nrm, segments_ew, _7f.tii]
1103
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1104
+ 情報: newest commit = 1338022248517
1105
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1106
+ 情報: Opening Searcher@7fef7b50 main
1107
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1108
1108
  情報: end_commit_flush
1109
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1110
- 情報: autowarming Searcher@52d59df1 main from Searcher@1b1d11dc main
1109
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1110
+ 情報: autowarming Searcher@7fef7b50 main from Searcher@6a4d93ee main
1111
1111
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1112
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1113
- 情報: autowarming result for Searcher@52d59df1 main
1112
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1113
+ 情報: autowarming result for Searcher@7fef7b50 main
1114
1114
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1115
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1116
- 情報: autowarming Searcher@52d59df1 main from Searcher@1b1d11dc main
1115
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1116
+ 情報: autowarming Searcher@7fef7b50 main from Searcher@6a4d93ee main
1117
1117
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1118
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1119
- 情報: autowarming result for Searcher@52d59df1 main
1118
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1119
+ 情報: autowarming result for Searcher@7fef7b50 main
1120
1120
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1121
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1122
- 情報: autowarming Searcher@52d59df1 main from Searcher@1b1d11dc main
1121
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1122
+ 情報: autowarming Searcher@7fef7b50 main from Searcher@6a4d93ee main
1123
1123
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1124
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1125
- 情報: autowarming result for Searcher@52d59df1 main
1124
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1125
+ 情報: autowarming result for Searcher@7fef7b50 main
1126
1126
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1127
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1128
- 情報: autowarming Searcher@52d59df1 main from Searcher@1b1d11dc main
1127
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1128
+ 情報: autowarming Searcher@7fef7b50 main from Searcher@6a4d93ee main
1129
1129
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1130
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1131
- 情報: autowarming result for Searcher@52d59df1 main
1130
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1131
+ 情報: autowarming result for Searcher@7fef7b50 main
1132
1132
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1133
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1134
- 情報: QuerySenderListener sending requests to Searcher@52d59df1 main
1135
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1133
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1134
+ 情報: QuerySenderListener sending requests to Searcher@7fef7b50 main
1135
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1136
1136
  情報: QuerySenderListener done.
1137
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
1138
- 情報: [] Registered new searcher Searcher@52d59df1 main
1139
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
1140
- 情報: Closing Searcher@1b1d11dc main
1137
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1138
+ 情報: [] Registered new searcher Searcher@7fef7b50 main
1139
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1140
+ 情報: Closing Searcher@6a4d93ee main
1141
1141
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1142
1142
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1143
1143
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1144
1144
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1145
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1146
- 情報: {commit=} 0 48
1147
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1148
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=48
1149
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1145
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1146
+ 情報: {commit=} 0 47
1147
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1148
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=47
1149
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1150
1150
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
1151
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1151
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1152
1152
  情報: SolrDeletionPolicy.onInit: commits:num=1
1153
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_co,version=1338022248397,generation=456,filenames=[_6b.tii, _6b.nrm, _6b.prx, _6b.fdx, _6b.fnm, _6b.tis, _6b.fdt, _6b.frq, segments_co]
1154
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1155
- 情報: newest commit = 1338022248397
1156
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1157
- 情報: {deleteByQuery=*:*} 0 5
1158
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1159
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
1160
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1153
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ew,version=1338022248517,generation=536,filenames=[_7f.frq, _7f.prx, _7f.fdx, _7f.tis, _7f.fnm, _7f.fdt, _7f.nrm, segments_ew, _7f.tii]
1154
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1155
+ 情報: newest commit = 1338022248517
1156
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1157
+ 情報: {deleteByQuery=*:*} 0 4
1158
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1159
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
1160
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1161
1161
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1162
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1162
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1163
1163
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1164
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_co,version=1338022248397,generation=456,filenames=[_6b.tii, _6b.nrm, _6b.prx, _6b.fdx, _6b.fnm, _6b.tis, _6b.fdt, _6b.frq, segments_co]
1165
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cp,version=1338022248398,generation=457,filenames=[segments_cp]
1166
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1167
- 情報: newest commit = 1338022248398
1168
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
1169
- 情報: Opening Searcher@605bfca9 main
1170
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1164
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ew,version=1338022248517,generation=536,filenames=[_7f.frq, _7f.prx, _7f.fdx, _7f.tis, _7f.fnm, _7f.fdt, _7f.nrm, segments_ew, _7f.tii]
1165
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ex,version=1338022248518,generation=537,filenames=[segments_ex]
1166
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1167
+ 情報: newest commit = 1338022248518
1168
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1169
+ 情報: Opening Searcher@4158fa62 main
1170
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1171
1171
  情報: end_commit_flush
1172
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1173
- 情報: autowarming Searcher@605bfca9 main from Searcher@52d59df1 main
1172
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1173
+ 情報: autowarming Searcher@4158fa62 main from Searcher@7fef7b50 main
1174
1174
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1175
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1176
- 情報: autowarming result for Searcher@605bfca9 main
1175
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1176
+ 情報: autowarming result for Searcher@4158fa62 main
1177
1177
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1178
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1179
- 情報: autowarming Searcher@605bfca9 main from Searcher@52d59df1 main
1178
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1179
+ 情報: autowarming Searcher@4158fa62 main from Searcher@7fef7b50 main
1180
1180
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1181
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1182
- 情報: autowarming result for Searcher@605bfca9 main
1181
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1182
+ 情報: autowarming result for Searcher@4158fa62 main
1183
1183
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1184
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1185
- 情報: autowarming Searcher@605bfca9 main from Searcher@52d59df1 main
1184
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1185
+ 情報: autowarming Searcher@4158fa62 main from Searcher@7fef7b50 main
1186
1186
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1187
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1188
- 情報: autowarming result for Searcher@605bfca9 main
1187
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1188
+ 情報: autowarming result for Searcher@4158fa62 main
1189
1189
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1190
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1191
- 情報: autowarming Searcher@605bfca9 main from Searcher@52d59df1 main
1190
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1191
+ 情報: autowarming Searcher@4158fa62 main from Searcher@7fef7b50 main
1192
1192
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1193
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1194
- 情報: autowarming result for Searcher@605bfca9 main
1193
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1194
+ 情報: autowarming result for Searcher@4158fa62 main
1195
1195
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1196
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1197
- 情報: QuerySenderListener sending requests to Searcher@605bfca9 main
1198
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1196
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1197
+ 情報: QuerySenderListener sending requests to Searcher@4158fa62 main
1198
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1199
1199
  情報: QuerySenderListener done.
1200
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
1201
- 情報: [] Registered new searcher Searcher@605bfca9 main
1202
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
1203
- 情報: Closing Searcher@52d59df1 main
1200
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1201
+ 情報: [] Registered new searcher Searcher@4158fa62 main
1202
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1203
+ 情報: Closing Searcher@7fef7b50 main
1204
1204
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1205
1205
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1206
1206
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1207
1207
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1208
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1209
- 情報: {commit=} 0 17
1210
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1211
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=17
1212
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1208
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1209
+ 情報: {commit=} 0 18
1210
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1211
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=18
1212
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1213
1213
  情報: SolrDeletionPolicy.onInit: commits:num=1
1214
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cp,version=1338022248398,generation=457,filenames=[segments_cp]
1215
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1216
- 情報: newest commit = 1338022248398
1217
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1218
- 情報: {deleteByQuery=type:PurchaseRequest} 0 6
1219
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1220
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=6
1221
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1222
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 11
1223
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1224
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=11
1225
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1214
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ex,version=1338022248518,generation=537,filenames=[segments_ex]
1215
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1216
+ 情報: newest commit = 1338022248518
1217
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1218
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 4
1219
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1220
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
1221
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1222
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 9
1223
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1224
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=9
1225
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1226
1226
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1227
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1227
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1228
1228
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1229
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cp,version=1338022248398,generation=457,filenames=[segments_cp]
1230
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cq,version=1338022248400,generation=458,filenames=[_6c.fdx, _6c.nrm, _6c.frq, _6c.tii, _6c.tis, _6c.prx, segments_cq, _6c.fnm, _6c.fdt]
1231
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1232
- 情報: newest commit = 1338022248400
1233
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher <init>
1234
- 情報: Opening Searcher@1d9e3890 main
1235
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1229
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ex,version=1338022248518,generation=537,filenames=[segments_ex]
1230
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ey,version=1338022248520,generation=538,filenames=[_7g.tii, _7g.fdt, _7g.fnm, _7g.prx, segments_ey, _7g.frq, _7g.tis, _7g.nrm, _7g.fdx]
1231
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1232
+ 情報: newest commit = 1338022248520
1233
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1234
+ 情報: Opening Searcher@33390b4a main
1235
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1236
1236
  情報: end_commit_flush
1237
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1238
- 情報: autowarming Searcher@1d9e3890 main from Searcher@605bfca9 main
1237
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1238
+ 情報: autowarming Searcher@33390b4a main from Searcher@4158fa62 main
1239
1239
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1240
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1241
- 情報: autowarming result for Searcher@1d9e3890 main
1240
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1241
+ 情報: autowarming result for Searcher@33390b4a main
1242
1242
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1243
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1244
- 情報: autowarming Searcher@1d9e3890 main from Searcher@605bfca9 main
1243
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1244
+ 情報: autowarming Searcher@33390b4a main from Searcher@4158fa62 main
1245
1245
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1246
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1247
- 情報: autowarming result for Searcher@1d9e3890 main
1246
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1247
+ 情報: autowarming result for Searcher@33390b4a main
1248
1248
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1249
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1250
- 情報: autowarming Searcher@1d9e3890 main from Searcher@605bfca9 main
1249
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1250
+ 情報: autowarming Searcher@33390b4a main from Searcher@4158fa62 main
1251
1251
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1252
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1253
- 情報: autowarming result for Searcher@1d9e3890 main
1252
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1253
+ 情報: autowarming result for Searcher@33390b4a main
1254
1254
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1255
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1256
- 情報: autowarming Searcher@1d9e3890 main from Searcher@605bfca9 main
1255
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1256
+ 情報: autowarming Searcher@33390b4a main from Searcher@4158fa62 main
1257
1257
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1258
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher warm
1259
- 情報: autowarming result for Searcher@1d9e3890 main
1258
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1259
+ 情報: autowarming result for Searcher@33390b4a main
1260
1260
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1261
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1262
- 情報: QuerySenderListener sending requests to Searcher@1d9e3890 main
1263
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.QuerySenderListener newSearcher
1261
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1262
+ 情報: QuerySenderListener sending requests to Searcher@33390b4a main
1263
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1264
1264
  情報: QuerySenderListener done.
1265
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore registerSearcher
1266
- 情報: [] Registered new searcher Searcher@1d9e3890 main
1267
- 3 16, 2013 1:11:43 午後 org.apache.solr.search.SolrIndexSearcher close
1268
- 情報: Closing Searcher@605bfca9 main
1265
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1266
+ 情報: [] Registered new searcher Searcher@33390b4a main
1267
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1268
+ 情報: Closing Searcher@4158fa62 main
1269
1269
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1270
1270
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1271
1271
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1272
1272
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1273
- 3 16, 2013 1:11:43 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1274
- 情報: {commit=} 0 31
1275
- 3 16, 2013 1:11:43 午後 org.apache.solr.core.SolrCore execute
1276
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=31
1277
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1273
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1274
+ 情報: {commit=} 0 34
1275
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1276
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=34
1277
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1278
1278
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
1279
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1279
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1280
1280
  情報: SolrDeletionPolicy.onInit: commits:num=1
1281
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cq,version=1338022248400,generation=458,filenames=[_6c.fdx, _6c.nrm, _6c.frq, _6c.tii, _6c.tis, _6c.prx, segments_cq, _6c.fnm, _6c.fdt]
1282
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1283
- 情報: newest commit = 1338022248400
1284
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1281
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ey,version=1338022248520,generation=538,filenames=[_7g.tii, _7g.fdt, _7g.fnm, _7g.prx, segments_ey, _7g.frq, _7g.tis, _7g.nrm, _7g.fdx]
1282
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1283
+ 情報: newest commit = 1338022248520
1284
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1285
1285
  情報: {deleteByQuery=*:*} 0 5
1286
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1286
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1287
1287
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
1288
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1288
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1289
1289
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1290
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1290
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1291
1291
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1292
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cq,version=1338022248400,generation=458,filenames=[_6c.fdx, _6c.nrm, _6c.frq, _6c.tii, _6c.tis, _6c.prx, segments_cq, _6c.fnm, _6c.fdt]
1293
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cr,version=1338022248401,generation=459,filenames=[segments_cr]
1294
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1295
- 情報: newest commit = 1338022248401
1296
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher <init>
1297
- 情報: Opening Searcher@7f42e1a7 main
1298
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1292
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ey,version=1338022248520,generation=538,filenames=[_7g.tii, _7g.fdt, _7g.fnm, _7g.prx, segments_ey, _7g.frq, _7g.tis, _7g.nrm, _7g.fdx]
1293
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ez,version=1338022248521,generation=539,filenames=[segments_ez]
1294
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1295
+ 情報: newest commit = 1338022248521
1296
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1297
+ 情報: Opening Searcher@367dd4d9 main
1298
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1299
1299
  情報: end_commit_flush
1300
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1301
- 情報: autowarming Searcher@7f42e1a7 main from Searcher@1d9e3890 main
1300
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1301
+ 情報: autowarming Searcher@367dd4d9 main from Searcher@33390b4a main
1302
1302
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1303
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1304
- 情報: autowarming result for Searcher@7f42e1a7 main
1303
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1304
+ 情報: autowarming result for Searcher@367dd4d9 main
1305
1305
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1306
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1307
- 情報: autowarming Searcher@7f42e1a7 main from Searcher@1d9e3890 main
1306
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1307
+ 情報: autowarming Searcher@367dd4d9 main from Searcher@33390b4a main
1308
1308
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1309
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1310
- 情報: autowarming result for Searcher@7f42e1a7 main
1309
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1310
+ 情報: autowarming result for Searcher@367dd4d9 main
1311
1311
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1312
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1313
- 情報: autowarming Searcher@7f42e1a7 main from Searcher@1d9e3890 main
1312
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1313
+ 情報: autowarming Searcher@367dd4d9 main from Searcher@33390b4a main
1314
1314
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1315
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1316
- 情報: autowarming result for Searcher@7f42e1a7 main
1315
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1316
+ 情報: autowarming result for Searcher@367dd4d9 main
1317
1317
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1318
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1319
- 情報: autowarming Searcher@7f42e1a7 main from Searcher@1d9e3890 main
1318
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1319
+ 情報: autowarming Searcher@367dd4d9 main from Searcher@33390b4a main
1320
1320
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1321
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1322
- 情報: autowarming result for Searcher@7f42e1a7 main
1321
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1322
+ 情報: autowarming result for Searcher@367dd4d9 main
1323
1323
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1324
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1325
- 情報: QuerySenderListener sending requests to Searcher@7f42e1a7 main
1326
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1324
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1325
+ 情報: QuerySenderListener sending requests to Searcher@367dd4d9 main
1326
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1327
1327
  情報: QuerySenderListener done.
1328
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore registerSearcher
1329
- 情報: [] Registered new searcher Searcher@7f42e1a7 main
1330
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher close
1331
- 情報: Closing Searcher@1d9e3890 main
1328
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1329
+ 情報: [] Registered new searcher Searcher@367dd4d9 main
1330
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1331
+ 情報: Closing Searcher@33390b4a main
1332
1332
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1333
1333
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1334
1334
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1335
1335
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1336
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1336
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1337
1337
  情報: {commit=} 0 15
1338
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1338
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1339
1339
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=15
1340
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1340
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1341
1341
  情報: SolrDeletionPolicy.onInit: commits:num=1
1342
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cr,version=1338022248401,generation=459,filenames=[segments_cr]
1343
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1344
- 情報: newest commit = 1338022248401
1345
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1342
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ez,version=1338022248521,generation=539,filenames=[segments_ez]
1343
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1344
+ 情報: newest commit = 1338022248521
1345
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1346
1346
  情報: {deleteByQuery=type:PurchaseRequest} 0 4
1347
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1347
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1348
1348
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=4
1349
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1350
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 10
1351
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1352
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=10
1353
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1349
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1350
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 8
1351
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1352
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=8
1353
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1354
1354
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1355
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1355
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1356
1356
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1357
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cr,version=1338022248401,generation=459,filenames=[segments_cr]
1358
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cs,version=1338022248403,generation=460,filenames=[_6d.nrm, _6d.fnm, _6d.fdt, _6d.tii, _6d.prx, segments_cs, _6d.frq, _6d.tis, _6d.fdx]
1359
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1360
- 情報: newest commit = 1338022248403
1361
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher <init>
1362
- 情報: Opening Searcher@6df3f70c main
1363
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1357
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ez,version=1338022248521,generation=539,filenames=[segments_ez]
1358
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f0,version=1338022248523,generation=540,filenames=[segments_f0, _7h.fnm, _7h.prx, _7h.tis, _7h.fdx, _7h.nrm, _7h.fdt, _7h.frq, _7h.tii]
1359
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1360
+ 情報: newest commit = 1338022248523
1361
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1362
+ 情報: Opening Searcher@45dedf78 main
1363
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1364
1364
  情報: end_commit_flush
1365
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1366
- 情報: autowarming Searcher@6df3f70c main from Searcher@7f42e1a7 main
1365
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1366
+ 情報: autowarming Searcher@45dedf78 main from Searcher@367dd4d9 main
1367
1367
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1368
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1369
- 情報: autowarming result for Searcher@6df3f70c main
1368
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1369
+ 情報: autowarming result for Searcher@45dedf78 main
1370
1370
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1371
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1372
- 情報: autowarming Searcher@6df3f70c main from Searcher@7f42e1a7 main
1371
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1372
+ 情報: autowarming Searcher@45dedf78 main from Searcher@367dd4d9 main
1373
1373
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1374
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1375
- 情報: autowarming result for Searcher@6df3f70c main
1374
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1375
+ 情報: autowarming result for Searcher@45dedf78 main
1376
1376
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1377
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1378
- 情報: autowarming Searcher@6df3f70c main from Searcher@7f42e1a7 main
1377
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1378
+ 情報: autowarming Searcher@45dedf78 main from Searcher@367dd4d9 main
1379
1379
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1380
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1381
- 情報: autowarming result for Searcher@6df3f70c main
1380
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1381
+ 情報: autowarming result for Searcher@45dedf78 main
1382
1382
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1383
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1384
- 情報: autowarming Searcher@6df3f70c main from Searcher@7f42e1a7 main
1383
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1384
+ 情報: autowarming Searcher@45dedf78 main from Searcher@367dd4d9 main
1385
1385
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1386
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1387
- 情報: autowarming result for Searcher@6df3f70c main
1386
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1387
+ 情報: autowarming result for Searcher@45dedf78 main
1388
1388
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1389
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1390
- 情報: QuerySenderListener sending requests to Searcher@6df3f70c main
1391
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1389
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1390
+ 情報: QuerySenderListener sending requests to Searcher@45dedf78 main
1391
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1392
1392
  情報: QuerySenderListener done.
1393
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore registerSearcher
1394
- 情報: [] Registered new searcher Searcher@6df3f70c main
1395
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher close
1396
- 情報: Closing Searcher@7f42e1a7 main
1393
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1394
+ 情報: [] Registered new searcher Searcher@45dedf78 main
1395
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1396
+ 情報: Closing Searcher@367dd4d9 main
1397
1397
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1398
1398
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1399
1399
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1400
1400
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1401
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1402
- 情報: {commit=} 0 29
1403
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1404
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=29
1405
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1401
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1402
+ 情報: {commit=} 0 32
1403
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1404
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=32
1405
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 deleteAll
1406
1406
  情報: [] REMOVING ALL DOCUMENTS FROM INDEX
1407
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1407
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1408
1408
  情報: SolrDeletionPolicy.onInit: commits:num=1
1409
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cs,version=1338022248403,generation=460,filenames=[_6d.nrm, _6d.fnm, _6d.fdt, _6d.tii, _6d.prx, segments_cs, _6d.frq, _6d.tis, _6d.fdx]
1410
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1411
- 情報: newest commit = 1338022248403
1412
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1413
- 情報: {deleteByQuery=*:*} 0 5
1414
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1415
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
1416
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1409
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f0,version=1338022248523,generation=540,filenames=[segments_f0, _7h.fnm, _7h.prx, _7h.tis, _7h.fdx, _7h.nrm, _7h.fdt, _7h.frq, _7h.tii]
1410
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1411
+ 情報: newest commit = 1338022248523
1412
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1413
+ 情報: {deleteByQuery=*:*} 0 3
1414
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1415
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
1416
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1417
1417
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1418
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1418
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1419
1419
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1420
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cs,version=1338022248403,generation=460,filenames=[_6d.nrm, _6d.fnm, _6d.fdt, _6d.tii, _6d.prx, segments_cs, _6d.frq, _6d.tis, _6d.fdx]
1421
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ct,version=1338022248404,generation=461,filenames=[segments_ct]
1422
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1423
- 情報: newest commit = 1338022248404
1424
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher <init>
1425
- 情報: Opening Searcher@54bc9cb5 main
1426
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1420
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f0,version=1338022248523,generation=540,filenames=[segments_f0, _7h.fnm, _7h.prx, _7h.tis, _7h.fdx, _7h.nrm, _7h.fdt, _7h.frq, _7h.tii]
1421
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f1,version=1338022248524,generation=541,filenames=[segments_f1]
1422
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1423
+ 情報: newest commit = 1338022248524
1424
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1425
+ 情報: Opening Searcher@181dcd25 main
1426
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1427
1427
  情報: end_commit_flush
1428
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1429
- 情報: autowarming Searcher@54bc9cb5 main from Searcher@6df3f70c main
1428
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1429
+ 情報: autowarming Searcher@181dcd25 main from Searcher@45dedf78 main
1430
1430
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1431
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1432
- 情報: autowarming result for Searcher@54bc9cb5 main
1431
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1432
+ 情報: autowarming result for Searcher@181dcd25 main
1433
1433
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1434
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1435
- 情報: autowarming Searcher@54bc9cb5 main from Searcher@6df3f70c main
1434
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1435
+ 情報: autowarming Searcher@181dcd25 main from Searcher@45dedf78 main
1436
1436
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1437
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1438
- 情報: autowarming result for Searcher@54bc9cb5 main
1437
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1438
+ 情報: autowarming result for Searcher@181dcd25 main
1439
1439
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1440
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1441
- 情報: autowarming Searcher@54bc9cb5 main from Searcher@6df3f70c main
1440
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1441
+ 情報: autowarming Searcher@181dcd25 main from Searcher@45dedf78 main
1442
1442
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1443
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1444
- 情報: autowarming result for Searcher@54bc9cb5 main
1443
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1444
+ 情報: autowarming result for Searcher@181dcd25 main
1445
1445
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1446
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1447
- 情報: autowarming Searcher@54bc9cb5 main from Searcher@6df3f70c main
1446
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1447
+ 情報: autowarming Searcher@181dcd25 main from Searcher@45dedf78 main
1448
1448
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1449
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1450
- 情報: autowarming result for Searcher@54bc9cb5 main
1449
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1450
+ 情報: autowarming result for Searcher@181dcd25 main
1451
1451
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1452
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1453
- 情報: QuerySenderListener sending requests to Searcher@54bc9cb5 main
1454
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1452
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1453
+ 情報: QuerySenderListener sending requests to Searcher@181dcd25 main
1454
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1455
1455
  情報: QuerySenderListener done.
1456
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore registerSearcher
1457
- 情報: [] Registered new searcher Searcher@54bc9cb5 main
1458
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher close
1459
- 情報: Closing Searcher@6df3f70c main
1456
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1457
+ 情報: [] Registered new searcher Searcher@181dcd25 main
1458
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1459
+ 情報: Closing Searcher@45dedf78 main
1460
1460
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1461
1461
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1462
1462
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1463
1463
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1464
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1465
- 情報: {commit=} 0 16
1466
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1467
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=16
1468
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onInit
1469
- 情報: SolrDeletionPolicy.onInit: commits:num=1
1470
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ct,version=1338022248404,generation=461,filenames=[segments_ct]
1471
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1472
- 情報: newest commit = 1338022248404
1473
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1474
- 情報: {deleteByQuery=type:PurchaseRequest} 0 5
1475
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1476
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=5
1477
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1478
- 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 11
1479
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1464
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1465
+ 情報: {commit=} 0 11
1466
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1480
1467
  情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=11
1481
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1468
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onInit
1469
+ 情報: SolrDeletionPolicy.onInit: commits:num=1
1470
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f1,version=1338022248524,generation=541,filenames=[segments_f1]
1471
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1472
+ 情報: newest commit = 1338022248524
1473
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1474
+ 情報: {deleteByQuery=type:PurchaseRequest} 0 3
1475
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1476
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=3
1477
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1478
+ 情報: {add=[PurchaseRequest 1, PurchaseRequest 2, PurchaseRequest 3, PurchaseRequest 4, PurchaseRequest 5, PurchaseRequest 6]} 0 8
1479
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1480
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=8
1481
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1482
1482
  情報: start commit(optimize=false,waitFlush=false,waitSearcher=true,expungeDeletes=false)
1483
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy onCommit
1483
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy onCommit
1484
1484
  情報: SolrDeletionPolicy.onCommit: commits:num=2
1485
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_ct,version=1338022248404,generation=461,filenames=[segments_ct]
1486
- commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_cu,version=1338022248406,generation=462,filenames=[_6e.nrm, _6e.fdx, _6e.tis, _6e.frq, _6e.prx, segments_cu, _6e.tii, _6e.fnm, _6e.fdt]
1487
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrDeletionPolicy updateCommits
1488
- 情報: newest commit = 1338022248406
1489
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher <init>
1490
- 情報: Opening Searcher@297845e3 main
1491
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.DirectUpdateHandler2 commit
1485
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f1,version=1338022248524,generation=541,filenames=[segments_f1]
1486
+ commit{dir=/Users/kosuke/enju_purchase_request/spec/dummy/solr/data/test/index,segFN=segments_f2,version=1338022248526,generation=542,filenames=[_7i.tis, segments_f2, _7i.tii, _7i.nrm, _7i.fnm, _7i.fdx, _7i.frq, _7i.prx, _7i.fdt]
1487
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrDeletionPolicy updateCommits
1488
+ 情報: newest commit = 1338022248526
1489
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher <init>
1490
+ 情報: Opening Searcher@4ecc1f26 main
1491
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.DirectUpdateHandler2 commit
1492
1492
  情報: end_commit_flush
1493
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1494
- 情報: autowarming Searcher@297845e3 main from Searcher@54bc9cb5 main
1493
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1494
+ 情報: autowarming Searcher@4ecc1f26 main from Searcher@181dcd25 main
1495
1495
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1496
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1497
- 情報: autowarming result for Searcher@297845e3 main
1496
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1497
+ 情報: autowarming result for Searcher@4ecc1f26 main
1498
1498
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1499
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1500
- 情報: autowarming Searcher@297845e3 main from Searcher@54bc9cb5 main
1499
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1500
+ 情報: autowarming Searcher@4ecc1f26 main from Searcher@181dcd25 main
1501
1501
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1502
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1503
- 情報: autowarming result for Searcher@297845e3 main
1502
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1503
+ 情報: autowarming result for Searcher@4ecc1f26 main
1504
1504
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1505
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1506
- 情報: autowarming Searcher@297845e3 main from Searcher@54bc9cb5 main
1505
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1506
+ 情報: autowarming Searcher@4ecc1f26 main from Searcher@181dcd25 main
1507
1507
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1508
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1509
- 情報: autowarming result for Searcher@297845e3 main
1508
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1509
+ 情報: autowarming result for Searcher@4ecc1f26 main
1510
1510
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1511
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1512
- 情報: autowarming Searcher@297845e3 main from Searcher@54bc9cb5 main
1511
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1512
+ 情報: autowarming Searcher@4ecc1f26 main from Searcher@181dcd25 main
1513
1513
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1514
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher warm
1515
- 情報: autowarming result for Searcher@297845e3 main
1514
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher warm
1515
+ 情報: autowarming result for Searcher@4ecc1f26 main
1516
1516
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1517
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1518
- 情報: QuerySenderListener sending requests to Searcher@297845e3 main
1519
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.QuerySenderListener newSearcher
1517
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1518
+ 情報: QuerySenderListener sending requests to Searcher@4ecc1f26 main
1519
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.QuerySenderListener newSearcher
1520
1520
  情報: QuerySenderListener done.
1521
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore registerSearcher
1522
- 情報: [] Registered new searcher Searcher@297845e3 main
1523
- 3 16, 2013 1:11:44 午後 org.apache.solr.search.SolrIndexSearcher close
1524
- 情報: Closing Searcher@54bc9cb5 main
1521
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore registerSearcher
1522
+ 情報: [] Registered new searcher Searcher@4ecc1f26 main
1523
+ 4 17, 2013 11:36:01 午前 org.apache.solr.search.SolrIndexSearcher close
1524
+ 情報: Closing Searcher@181dcd25 main
1525
1525
  fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
1526
1526
  filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
1527
1527
  queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=5,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=5,cumulative_evictions=0}
1528
1528
  documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=20,cumulative_hits=10,cumulative_hitratio=0.50,cumulative_inserts=10,cumulative_evictions=0}
1529
- 3 16, 2013 1:11:44 午後 org.apache.solr.update.processor.LogUpdateProcessor finish
1530
- 情報: {commit=} 0 55
1531
- 3 16, 2013 1:11:44 午後 org.apache.solr.core.SolrCore execute
1532
- 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=55
1529
+ 4 17, 2013 11:36:01 午前 org.apache.solr.update.processor.LogUpdateProcessor finish
1530
+ 情報: {commit=} 0 39
1531
+ 4 17, 2013 11:36:01 午前 org.apache.solr.core.SolrCore execute
1532
+ 情報: [] webapp=/solr path=/update params={wt=ruby} status=0 QTime=39