Last active
August 15, 2017 21:09
-
-
Save yulgit1/41331339fef5ae4d774bb3d2a4b3c1fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C02RL0LKFVH8% rails s | |
=> Booting Puma | |
=> Rails 5.1.1 application starting in development on http://localhost:3000 | |
=> Run `rails server -h` for more startup options | |
[55127] Puma starting in cluster mode... | |
[55127] * Version 3.9.1 (ruby 2.4.1-p111), codename: Private Caller | |
[55127] * Min threads: 5, max threads: 5 | |
[55127] * Environment: development | |
[55127] * Process workers: 2 | |
[55127] * Preloading application | |
[55127] * Listening on tcp://0.0.0.0:3000 | |
[55127] Use Ctrl-C to stop | |
[55127] - Worker 0 (pid: 55143) booted, phase: 0 | |
[55127] - Worker 1 (pid: 55144) booted, phase: 0 | |
Started GET "/catalog/range_limit?range_end=1926&range_field=earliestDate_i&range_start=1703" for 127.0.0.1 at 2017-08-15 16:39:07 -0400 | |
Started GET "/" for 127.0.0.1 at 2017-08-15 16:39:07 -0400 | |
Started GET "/catalog/range_limit?range_end=259&range_field=physical_widthValue_is&range_start=63" for 127.0.0.1 at 2017-08-15 16:39:07 -0400 | |
Started GET "/catalog/range_limit?range_end=1926&range_field=latestDate_i&range_start=1713" for 127.0.0.1 at 2017-08-15 16:39:07 -0400 | |
Started GET "/catalog/range_limit?range_end=201&range_field=physical_heightValue_is&range_start=73" for 127.0.0.1 at 2017-08-15 16:39:07 -0400 | |
(0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
(0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
(0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
(0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
Processing by CatalogController#index as HTML | |
Processing by CatalogController#range_limit as HTML | |
(0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
Parameters: {"range_end"=>"1926", "range_field"=>"earliestDate_i", "range_start"=>"1703"} | |
Processing by CatalogController#range_limit as HTML | |
Parameters: {"range_end"=>"1926", "range_field"=>"latestDate_i", "range_start"=>"1713"} | |
Processing by CatalogController#range_limit as HTML | |
Processing by CatalogController#range_limit as HTML | |
Parameters: {"range_end"=>"259", "range_field"=>"physical_widthValue_is", "range_start"=>"63"} | |
Parameters: {"range_end"=>"201", "range_field"=>"physical_heightValue_is", "range_start"=>"73"} | |
------ | |
Started GET "/catalog/range_limit?range_end=9999&range_field=earliestDate_i&range_start=0" for 127.0.0.1 at 2017-08-15 17:02:12 -0400 | |
Started GET "/catalog/range_limit?range_end=575&range_field=physical_widthValue_is&range_start=0" for 127.0.0.1 at 2017-08-15 17:02:12 -0400 | |
Processing by CatalogController#range_limit as HTML | |
Parameters: {"range_end"=>"9999", "range_field"=>"earliestDate_i", "range_start"=>"0"} | |
Started GET "/catalog/range_limit?range_end=700&range_field=physical_heightValue_is&range_start=0" for 127.0.0.1 at 2017-08-15 17:02:12 -0400 | |
Processing by CatalogController#range_limit as HTML | |
Parameters: {"range_end"=>"700", "range_field"=>"physical_heightValue_is", "range_start"=>"0"} | |
Processing by CatalogController#range_limit as HTML | |
Parameters: {"range_end"=>"575", "range_field"=>"physical_widthValue_is", "range_start"=>"0"} | |
Solr query: get select {"qt"=>nil, "facet.field"=>[], "facet.query"=>["earliestDate_i:[0 TO 999]", "earliestDate_i:[1000 TO 1999]", "earliestDate_i:[2000 TO 2999]", "earliestDate_i:[3000 TO 3999]", "earliestDate_i:[4000 TO 4999]", "earliestDate_i:[5000 TO 5999]", "earliestDate_i:[6000 TO 6999]", "earliestDate_i:[7000 TO 7999]", "earliestDate_i:[8000 TO 8999]", "earliestDate_i:[9000 TO 9999]"], "facet.pivot"=>[], "fq"=>[], "hl.fl"=>[], "rows"=>0, "facet"=>true, "f.collection_facet.facet.limit"=>21, "f.language_facet.facet.limit"=>11} | |
Solr fetch (122.5ms) | |
Solr query: get select {"qt"=>nil, "facet.field"=>[], "facet.query"=>["physical_heightValue_is:[0 TO 49]", "physical_heightValue_is:[50 TO 99]", "physical_heightValue_is:[100 TO 149]", "physical_heightValue_is:[150 TO 199]", "physical_heightValue_is:[200 TO 249]", "physical_heightValue_is:[250 TO 299]", "physical_heightValue_is:[300 TO 349]", "physical_heightValue_is:[350 TO 399]", "physical_heightValue_is:[400 TO 449]", "physical_heightValue_is:[450 TO 499]", "physical_heightValue_is:[500 TO 549]", "physical_heightValue_is:[550 TO 599]", "physical_heightValue_is:[600 TO 649]", "physical_heightValue_is:[650 TO 699]", "physical_heightValue_is:[700 TO 700]"], "facet.pivot"=>[], "fq"=>[], "hl.fl"=>[], "rows"=>0, "facet"=>true, "f.collection_facet.facet.limit"=>21, "f.language_facet.facet.limit"=>11} | |
Solr fetch (131.8ms) | |
Rendering /Users/erjhome/.rvm/gems/ruby-2.4.1/gems/blacklight_range_limit-6.1.2/app/views/blacklight_range_limit/range_segments.html.erb | |
Rendering /Users/erjhome/.rvm/gems/ruby-2.4.1/gems/blacklight_range_limit-6.1.2/app/views/blacklight_range_limit/range_segments.html.erb | |
Solr query: get select {"qt"=>nil, "facet.field"=>[], "facet.query"=>["physical_widthValue_is:[0 TO 49]", "physical_widthValue_is:[50 TO 99]", "physical_widthValue_is:[100 TO 149]", "physical_widthValue_is:[150 TO 199]", "physical_widthValue_is:[200 TO 249]", "physical_widthValue_is:[250 TO 299]", "physical_widthValue_is:[300 TO 349]", "physical_widthValue_is:[350 TO 399]", "physical_widthValue_is:[400 TO 449]", "physical_widthValue_is:[450 TO 499]", "physical_widthValue_is:[500 TO 549]", "physical_widthValue_is:[550 TO 575]"], "facet.pivot"=>[], "fq"=>[], "hl.fl"=>[], "rows"=>0, "facet"=>true, "f.collection_facet.facet.limit"=>21, "f.language_facet.facet.limit"=>11} | |
Solr fetch (164.5ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment