sunspot 2.0.0.pre.120924 → 2.0.0.pre.120925
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +11 -9
- data/{sunspot/Gemfile → Gemfile} +0 -0
- data/{sunspot/History.txt → History.txt} +0 -0
- data/{sunspot/LICENSE → LICENSE} +0 -0
- data/Rakefile +8 -32
- data/{sunspot/TODO → TODO} +0 -0
- data/{sunspot/lib → lib}/light_config.rb +0 -0
- data/{sunspot/lib → lib}/sunspot.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/adapters.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/batcher.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/class_set.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/composite_setup.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/configuration.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/data_extractor.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/adjustable.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/field_group.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/field_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/fields.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/fulltext.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/function.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/functional.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/more_like_this_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/paginatable.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/query_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/restriction.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/restriction_with_near.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/scope.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/search.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/dsl/standard_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/field.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/field_factory.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/indexer.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/abstract_field_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/bbox.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/boost_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/common_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/composite_fulltext.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/connective.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/date_field_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/dismax.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/field_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/field_group.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/filter.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/function_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/geo.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/geofilt.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/highlighting.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/more_like_this.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/more_like_this_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/pagination.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/query_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/range_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/restriction.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/scope.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/sort.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/sort_composite.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/standard_query.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/query/text_field_boost.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/schema.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/abstract_search.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/date_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/facet_row.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/field_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/field_group.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/group.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/highlight.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/hit.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/hit_enumerable.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/more_like_this_search.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/paginated_collection.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/query_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/range_facet.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/search/standard_search.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/abstract_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/class_sharding_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/id_sharding_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/master_slave_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/retry_5xx_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/sharding_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/silent_fail_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/session_proxy/thread_local_session_proxy.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/setup.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/text_field_setup.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/type.rb +0 -0
- data/{sunspot/lib → lib}/sunspot/util.rb +0 -0
- data/lib/sunspot/version.rb +3 -0
- data/{sunspot/script → script}/console +0 -0
- data/{sunspot/spec → spec}/api/adapters_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/batcher_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/binding_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/class_set_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/hit_enumerable_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/attributes_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/batch_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/dynamic_fields_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/fixed_fields_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/fulltext_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/removal_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer/spec_helper.rb +0 -0
- data/{sunspot/spec → spec}/api/indexer_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/advanced_manipulation_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/connectives_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/dsl_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/dynamic_fields_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/faceting_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/fulltext_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/function_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/geo_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/group_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/highlighting_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/more_like_this_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/ordering_pagination_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/scope_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/spatial_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/spec_helper.rb +0 -0
- data/{sunspot/spec → spec}/api/query/standard_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/query/text_field_scoping_examples.rb +0 -0
- data/{sunspot/spec → spec}/api/query/types_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/dynamic_fields_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/faceting_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/highlighting_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/hits_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/paginated_collection_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/results_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/search_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/search/spec_helper.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/class_sharding_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/id_sharding_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/master_slave_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/retry_5xx_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/sharding_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/silent_fail_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/spec_helper.rb +0 -0
- data/{sunspot/spec → spec}/api/session_proxy/thread_local_session_proxy_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/session_spec.rb +0 -0
- data/{sunspot/spec → spec}/api/spec_helper.rb +0 -0
- data/{sunspot/spec → spec}/api/sunspot_spec.rb +0 -0
- data/{sunspot/spec → spec}/ext.rb +0 -0
- data/{sunspot/spec → spec}/helpers/indexer_helper.rb +0 -0
- data/{sunspot/spec → spec}/helpers/integration_helper.rb +0 -0
- data/{sunspot/spec → spec}/helpers/mock_session_helper.rb +0 -0
- data/{sunspot/spec → spec}/helpers/query_helper.rb +0 -0
- data/{sunspot/spec → spec}/helpers/search_helper.rb +0 -0
- data/{sunspot/spec → spec}/integration/dynamic_fields_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/faceting_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/field_grouping_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/geospatial_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/highlighting_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/indexing_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/keyword_search_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/local_search_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/more_like_this_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/scoped_search_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/stored_fields_spec.rb +0 -0
- data/{sunspot/spec → spec}/integration/test_pagination.rb +0 -0
- data/{sunspot/spec → spec}/integration/unicode_spec.rb +0 -0
- data/{sunspot/spec → spec}/mocks/adapters.rb +0 -0
- data/{sunspot/spec → spec}/mocks/blog.rb +0 -0
- data/{sunspot/spec → spec}/mocks/comment.rb +0 -0
- data/{sunspot/spec → spec}/mocks/connection.rb +0 -0
- data/{sunspot/spec → spec}/mocks/mock_adapter.rb +0 -0
- data/{sunspot/spec → spec}/mocks/mock_class_sharding_session_proxy.rb +0 -0
- data/{sunspot/spec → spec}/mocks/mock_record.rb +0 -0
- data/{sunspot/spec → spec}/mocks/mock_sharding_session_proxy.rb +0 -0
- data/{sunspot/spec → spec}/mocks/photo.rb +0 -0
- data/{sunspot/spec → spec}/mocks/post.rb +0 -0
- data/{sunspot/spec → spec}/mocks/super_class.rb +0 -0
- data/{sunspot/spec → spec}/mocks/user.rb +0 -0
- data/{sunspot/spec → spec}/spec_helper.rb +0 -0
- data/{sunspot/sunspot.gemspec → sunspot.gemspec} +0 -0
- data/{sunspot/tasks → tasks}/rdoc.rake +0 -0
- data/{sunspot/tasks → tasks}/schema.rake +0 -0
- data/{sunspot/tasks → tasks}/todo.rake +0 -0
- metadata +271 -304
- data/.travis.yml +0 -35
- data/README.md +0 -863
- data/ci/travis.sh +0 -67
- data/sunspot/.gitignore +0 -13
- data/sunspot/Rakefile +0 -13
- data/sunspot/lib/sunspot/version.rb +0 -3
- data/sunspot_rails/.gitignore +0 -7
- data/sunspot_rails/.rspec +0 -1
- data/sunspot_rails/History.txt +0 -74
- data/sunspot_rails/LICENSE +0 -18
- data/sunspot_rails/MIT-LICENSE +0 -20
- data/sunspot_rails/README.rdoc +0 -265
- data/sunspot_rails/Rakefile +0 -17
- data/sunspot_rails/TODO +0 -8
- data/sunspot_rails/dev_tasks/rdoc.rake +0 -24
- data/sunspot_rails/dev_tasks/release.rake +0 -4
- data/sunspot_rails/dev_tasks/spec.rake +0 -107
- data/sunspot_rails/dev_tasks/todo.rake +0 -4
- data/sunspot_rails/gemfiles/rails-2.3.14 +0 -12
- data/sunspot_rails/gemfiles/rails-3.0.15 +0 -12
- data/sunspot_rails/gemfiles/rails-3.1.6 +0 -12
- data/sunspot_rails/gemfiles/rails-3.2.6 +0 -12
- data/sunspot_rails/generators/sunspot/sunspot_generator.rb +0 -9
- data/sunspot_rails/generators/sunspot/templates/sunspot.yml +0 -20
- data/sunspot_rails/install.rb +0 -1
- data/sunspot_rails/lib/generators/sunspot_rails.rb +0 -9
- data/sunspot_rails/lib/generators/sunspot_rails/install/install_generator.rb +0 -13
- data/sunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml +0 -19
- data/sunspot_rails/lib/sunspot/rails.rb +0 -69
- data/sunspot_rails/lib/sunspot/rails/adapters.rb +0 -88
- data/sunspot_rails/lib/sunspot/rails/configuration.rb +0 -352
- data/sunspot_rails/lib/sunspot/rails/init.rb +0 -5
- data/sunspot_rails/lib/sunspot/rails/log_subscriber.rb +0 -45
- data/sunspot_rails/lib/sunspot/rails/railtie.rb +0 -41
- data/sunspot_rails/lib/sunspot/rails/railties/controller_runtime.rb +0 -36
- data/sunspot_rails/lib/sunspot/rails/request_lifecycle.rb +0 -36
- data/sunspot_rails/lib/sunspot/rails/searchable.rb +0 -495
- data/sunspot_rails/lib/sunspot/rails/server.rb +0 -106
- data/sunspot_rails/lib/sunspot/rails/solr_instrumentation.rb +0 -19
- data/sunspot_rails/lib/sunspot/rails/solr_logging.rb +0 -62
- data/sunspot_rails/lib/sunspot/rails/spec_helper.rb +0 -26
- data/sunspot_rails/lib/sunspot/rails/stub_session_proxy.rb +0 -146
- data/sunspot_rails/lib/sunspot/rails/tasks.rb +0 -94
- data/sunspot_rails/lib/sunspot_rails.rb +0 -12
- data/sunspot_rails/spec/configuration_spec.rb +0 -209
- data/sunspot_rails/spec/model_lifecycle_spec.rb +0 -63
- data/sunspot_rails/spec/model_spec.rb +0 -601
- data/sunspot_rails/spec/rails_template/app/controllers/application_controller.rb +0 -10
- data/sunspot_rails/spec/rails_template/app/controllers/posts_controller.rb +0 -6
- data/sunspot_rails/spec/rails_template/app/models/author.rb +0 -10
- data/sunspot_rails/spec/rails_template/app/models/blog.rb +0 -14
- data/sunspot_rails/spec/rails_template/app/models/location.rb +0 -3
- data/sunspot_rails/spec/rails_template/app/models/photo_post.rb +0 -2
- data/sunspot_rails/spec/rails_template/app/models/post.rb +0 -13
- data/sunspot_rails/spec/rails_template/app/models/post_with_auto.rb +0 -12
- data/sunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb +0 -13
- data/sunspot_rails/spec/rails_template/config/boot.rb +0 -127
- data/sunspot_rails/spec/rails_template/config/preinitializer.rb +0 -22
- data/sunspot_rails/spec/rails_template/config/routes.rb +0 -9
- data/sunspot_rails/spec/rails_template/config/sunspot.yml +0 -24
- data/sunspot_rails/spec/rails_template/db/schema.rb +0 -27
- data/sunspot_rails/spec/request_lifecycle_spec.rb +0 -61
- data/sunspot_rails/spec/schema.rb +0 -27
- data/sunspot_rails/spec/searchable_spec.rb +0 -12
- data/sunspot_rails/spec/server_spec.rb +0 -33
- data/sunspot_rails/spec/session_spec.rb +0 -57
- data/sunspot_rails/spec/shared_examples/indexed_after_save.rb +0 -8
- data/sunspot_rails/spec/shared_examples/not_indexed_after_save.rb +0 -8
- data/sunspot_rails/spec/spec_helper.rb +0 -48
- data/sunspot_rails/spec/stub_session_proxy_spec.rb +0 -122
- data/sunspot_rails/sunspot_rails.gemspec +0 -43
- data/sunspot_solr/Gemfile +0 -3
- data/sunspot_solr/README.rdoc +0 -24
- data/sunspot_solr/bin/sunspot-installer +0 -20
- data/sunspot_solr/bin/sunspot-solr +0 -80
- data/sunspot_solr/lib/sunspot/solr/installer.rb +0 -25
- data/sunspot_solr/lib/sunspot/solr/installer/config_installer.rb +0 -46
- data/sunspot_solr/lib/sunspot/solr/installer/task_helper.rb +0 -13
- data/sunspot_solr/lib/sunspot/solr/java.rb +0 -10
- data/sunspot_solr/lib/sunspot/solr/railtie.rb +0 -15
- data/sunspot_solr/lib/sunspot/solr/server.rb +0 -223
- data/sunspot_solr/lib/sunspot/solr/tasks.rb +0 -49
- data/sunspot_solr/lib/sunspot_solr.rb +0 -5
- data/sunspot_solr/solr/README.txt +0 -42
- data/sunspot_solr/solr/etc/jetty.xml +0 -219
- data/sunspot_solr/solr/etc/webdefault.xml +0 -379
- data/sunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar +0 -0
- data/sunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
- data/sunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
- data/sunspot_solr/solr/lib/servlet-api-2.5-20081211.jar +0 -0
- data/sunspot_solr/solr/solr/.gitignore +0 -1
- data/sunspot_solr/solr/solr/README.txt +0 -54
- data/sunspot_solr/solr/solr/conf/admin-extra.html +0 -31
- data/sunspot_solr/solr/solr/conf/elevate.xml +0 -36
- data/sunspot_solr/solr/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/sunspot_solr/solr/solr/conf/protwords.txt +0 -21
- data/sunspot_solr/solr/solr/conf/schema.xml +0 -250
- data/sunspot_solr/solr/solr/conf/scripts.conf +0 -24
- data/sunspot_solr/solr/solr/conf/solrconfig.xml +0 -934
- data/sunspot_solr/solr/solr/conf/spellings.txt +0 -2
- data/sunspot_solr/solr/solr/conf/stopwords.txt +0 -58
- data/sunspot_solr/solr/solr/conf/synonyms.txt +0 -31
- data/sunspot_solr/solr/solr/conf/xslt/example.xsl +0 -132
- data/sunspot_solr/solr/solr/conf/xslt/example_atom.xsl +0 -67
- data/sunspot_solr/solr/solr/conf/xslt/example_rss.xsl +0 -66
- data/sunspot_solr/solr/solr/conf/xslt/luke.xsl +0 -337
- data/sunspot_solr/solr/start.jar +0 -0
- data/sunspot_solr/solr/webapps/solr.war +0 -0
- data/sunspot_solr/spec/server_spec.rb +0 -98
- data/sunspot_solr/spec/spec_helper.rb +0 -18
- data/sunspot_solr/sunspot_solr.gemspec +0 -37
- data/tools/gem_tasks.rb +0 -69
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunspot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.pre.
|
4
|
+
version: 2.0.0.pre.120925
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,11 +27,11 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2012-09-
|
30
|
+
date: 2012-09-25 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: rsolr
|
34
|
-
requirement: &
|
34
|
+
requirement: &70302521090680 !ruby/object:Gem::Requirement
|
35
35
|
none: false
|
36
36
|
requirements:
|
37
37
|
- - ~>
|
@@ -39,10 +39,10 @@ dependencies:
|
|
39
39
|
version: 1.0.7
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
|
-
version_requirements: *
|
42
|
+
version_requirements: *70302521090680
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: pr_geohash
|
45
|
-
requirement: &
|
45
|
+
requirement: &70302521089300 !ruby/object:Gem::Requirement
|
46
46
|
none: false
|
47
47
|
requirements:
|
48
48
|
- - ~>
|
@@ -50,10 +50,10 @@ dependencies:
|
|
50
50
|
version: '1.0'
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
|
-
version_requirements: *
|
53
|
+
version_requirements: *70302521089300
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: rspec
|
56
|
-
requirement: &
|
56
|
+
requirement: &70302521088380 !ruby/object:Gem::Requirement
|
57
57
|
none: false
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
@@ -61,10 +61,10 @@ dependencies:
|
|
61
61
|
version: 2.6.0
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
|
-
version_requirements: *
|
64
|
+
version_requirements: *70302521088380
|
65
65
|
- !ruby/object:Gem::Dependency
|
66
66
|
name: hanna
|
67
|
-
requirement: &
|
67
|
+
requirement: &70302521086620 !ruby/object:Gem::Requirement
|
68
68
|
none: false
|
69
69
|
requirements:
|
70
70
|
- - ! '>='
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
version: '0'
|
73
73
|
type: :development
|
74
74
|
prerelease: false
|
75
|
-
version_requirements: *
|
75
|
+
version_requirements: *70302521086620
|
76
76
|
description: ! " Sunspot is a library providing a powerful, all-ruby API for the
|
77
77
|
Solr search engine. Sunspot manages the configuration of persistent\n Ruby classes
|
78
78
|
for search and indexing and exposes Solr's most powerful features through a collection
|
@@ -85,300 +85,185 @@ extensions: []
|
|
85
85
|
extra_rdoc_files: []
|
86
86
|
files:
|
87
87
|
- .gitignore
|
88
|
-
-
|
89
|
-
-
|
88
|
+
- Gemfile
|
89
|
+
- History.txt
|
90
|
+
- LICENSE
|
90
91
|
- Rakefile
|
91
|
-
-
|
92
|
-
-
|
93
|
-
- sunspot
|
94
|
-
- sunspot/
|
95
|
-
- sunspot/
|
96
|
-
- sunspot/
|
97
|
-
- sunspot/
|
98
|
-
- sunspot/
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
150
|
-
-
|
151
|
-
-
|
152
|
-
-
|
153
|
-
-
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
-
|
158
|
-
-
|
159
|
-
-
|
160
|
-
-
|
161
|
-
-
|
162
|
-
-
|
163
|
-
-
|
164
|
-
-
|
165
|
-
-
|
166
|
-
-
|
167
|
-
-
|
168
|
-
-
|
169
|
-
-
|
170
|
-
-
|
171
|
-
-
|
172
|
-
-
|
173
|
-
-
|
174
|
-
-
|
175
|
-
-
|
176
|
-
-
|
177
|
-
-
|
178
|
-
-
|
179
|
-
-
|
180
|
-
-
|
181
|
-
-
|
182
|
-
-
|
183
|
-
-
|
184
|
-
-
|
185
|
-
-
|
186
|
-
-
|
187
|
-
-
|
188
|
-
-
|
189
|
-
-
|
190
|
-
-
|
191
|
-
-
|
192
|
-
-
|
193
|
-
-
|
194
|
-
-
|
195
|
-
-
|
196
|
-
-
|
197
|
-
-
|
198
|
-
-
|
199
|
-
-
|
200
|
-
-
|
201
|
-
-
|
202
|
-
-
|
203
|
-
-
|
204
|
-
-
|
205
|
-
-
|
206
|
-
-
|
207
|
-
-
|
208
|
-
-
|
209
|
-
-
|
210
|
-
-
|
211
|
-
-
|
212
|
-
-
|
213
|
-
-
|
214
|
-
-
|
215
|
-
-
|
216
|
-
-
|
217
|
-
-
|
218
|
-
-
|
219
|
-
-
|
220
|
-
-
|
221
|
-
-
|
222
|
-
-
|
223
|
-
-
|
224
|
-
-
|
225
|
-
-
|
226
|
-
-
|
227
|
-
-
|
228
|
-
-
|
229
|
-
-
|
230
|
-
-
|
231
|
-
-
|
232
|
-
-
|
233
|
-
-
|
234
|
-
-
|
235
|
-
-
|
236
|
-
-
|
237
|
-
-
|
238
|
-
-
|
239
|
-
-
|
240
|
-
-
|
241
|
-
-
|
242
|
-
-
|
243
|
-
-
|
244
|
-
-
|
245
|
-
-
|
246
|
-
-
|
247
|
-
-
|
248
|
-
-
|
249
|
-
-
|
250
|
-
-
|
251
|
-
-
|
252
|
-
-
|
253
|
-
-
|
254
|
-
-
|
255
|
-
-
|
256
|
-
-
|
257
|
-
-
|
258
|
-
-
|
259
|
-
-
|
260
|
-
-
|
261
|
-
-
|
262
|
-
- sunspot
|
263
|
-
-
|
264
|
-
-
|
265
|
-
-
|
266
|
-
- sunspot/spec/mocks/user.rb
|
267
|
-
- sunspot/spec/spec_helper.rb
|
268
|
-
- sunspot/sunspot.gemspec
|
269
|
-
- sunspot/tasks/rdoc.rake
|
270
|
-
- sunspot/tasks/schema.rake
|
271
|
-
- sunspot/tasks/todo.rake
|
272
|
-
- sunspot_rails/.gitignore
|
273
|
-
- sunspot_rails/.rspec
|
274
|
-
- sunspot_rails/History.txt
|
275
|
-
- sunspot_rails/LICENSE
|
276
|
-
- sunspot_rails/MIT-LICENSE
|
277
|
-
- sunspot_rails/README.rdoc
|
278
|
-
- sunspot_rails/Rakefile
|
279
|
-
- sunspot_rails/TODO
|
280
|
-
- sunspot_rails/dev_tasks/rdoc.rake
|
281
|
-
- sunspot_rails/dev_tasks/release.rake
|
282
|
-
- sunspot_rails/dev_tasks/spec.rake
|
283
|
-
- sunspot_rails/dev_tasks/todo.rake
|
284
|
-
- sunspot_rails/gemfiles/rails-2.3.14
|
285
|
-
- sunspot_rails/gemfiles/rails-3.0.15
|
286
|
-
- sunspot_rails/gemfiles/rails-3.1.6
|
287
|
-
- sunspot_rails/gemfiles/rails-3.2.6
|
288
|
-
- sunspot_rails/generators/sunspot/sunspot_generator.rb
|
289
|
-
- sunspot_rails/generators/sunspot/templates/sunspot.yml
|
290
|
-
- sunspot_rails/install.rb
|
291
|
-
- sunspot_rails/lib/generators/sunspot_rails.rb
|
292
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/install_generator.rb
|
293
|
-
- sunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml
|
294
|
-
- sunspot_rails/lib/sunspot/rails.rb
|
295
|
-
- sunspot_rails/lib/sunspot/rails/adapters.rb
|
296
|
-
- sunspot_rails/lib/sunspot/rails/configuration.rb
|
297
|
-
- sunspot_rails/lib/sunspot/rails/init.rb
|
298
|
-
- sunspot_rails/lib/sunspot/rails/log_subscriber.rb
|
299
|
-
- sunspot_rails/lib/sunspot/rails/railtie.rb
|
300
|
-
- sunspot_rails/lib/sunspot/rails/railties/controller_runtime.rb
|
301
|
-
- sunspot_rails/lib/sunspot/rails/request_lifecycle.rb
|
302
|
-
- sunspot_rails/lib/sunspot/rails/searchable.rb
|
303
|
-
- sunspot_rails/lib/sunspot/rails/server.rb
|
304
|
-
- sunspot_rails/lib/sunspot/rails/solr_instrumentation.rb
|
305
|
-
- sunspot_rails/lib/sunspot/rails/solr_logging.rb
|
306
|
-
- sunspot_rails/lib/sunspot/rails/spec_helper.rb
|
307
|
-
- sunspot_rails/lib/sunspot/rails/stub_session_proxy.rb
|
308
|
-
- sunspot_rails/lib/sunspot/rails/tasks.rb
|
309
|
-
- sunspot_rails/lib/sunspot_rails.rb
|
310
|
-
- sunspot_rails/spec/configuration_spec.rb
|
311
|
-
- sunspot_rails/spec/model_lifecycle_spec.rb
|
312
|
-
- sunspot_rails/spec/model_spec.rb
|
313
|
-
- sunspot_rails/spec/rails_template/app/controllers/application_controller.rb
|
314
|
-
- sunspot_rails/spec/rails_template/app/controllers/posts_controller.rb
|
315
|
-
- sunspot_rails/spec/rails_template/app/models/author.rb
|
316
|
-
- sunspot_rails/spec/rails_template/app/models/blog.rb
|
317
|
-
- sunspot_rails/spec/rails_template/app/models/location.rb
|
318
|
-
- sunspot_rails/spec/rails_template/app/models/photo_post.rb
|
319
|
-
- sunspot_rails/spec/rails_template/app/models/post.rb
|
320
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_auto.rb
|
321
|
-
- sunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb
|
322
|
-
- sunspot_rails/spec/rails_template/config/boot.rb
|
323
|
-
- sunspot_rails/spec/rails_template/config/preinitializer.rb
|
324
|
-
- sunspot_rails/spec/rails_template/config/routes.rb
|
325
|
-
- sunspot_rails/spec/rails_template/config/sunspot.yml
|
326
|
-
- sunspot_rails/spec/rails_template/db/schema.rb
|
327
|
-
- sunspot_rails/spec/request_lifecycle_spec.rb
|
328
|
-
- sunspot_rails/spec/schema.rb
|
329
|
-
- sunspot_rails/spec/searchable_spec.rb
|
330
|
-
- sunspot_rails/spec/server_spec.rb
|
331
|
-
- sunspot_rails/spec/session_spec.rb
|
332
|
-
- sunspot_rails/spec/shared_examples/indexed_after_save.rb
|
333
|
-
- sunspot_rails/spec/shared_examples/not_indexed_after_save.rb
|
334
|
-
- sunspot_rails/spec/spec_helper.rb
|
335
|
-
- sunspot_rails/spec/stub_session_proxy_spec.rb
|
336
|
-
- sunspot_rails/sunspot_rails.gemspec
|
337
|
-
- sunspot_rails/tmp/.gitkeep
|
338
|
-
- sunspot_solr/Gemfile
|
339
|
-
- sunspot_solr/README.rdoc
|
340
|
-
- sunspot_solr/bin/sunspot-installer
|
341
|
-
- sunspot_solr/bin/sunspot-solr
|
342
|
-
- sunspot_solr/lib/sunspot/solr/installer.rb
|
343
|
-
- sunspot_solr/lib/sunspot/solr/installer/config_installer.rb
|
344
|
-
- sunspot_solr/lib/sunspot/solr/installer/task_helper.rb
|
345
|
-
- sunspot_solr/lib/sunspot/solr/java.rb
|
346
|
-
- sunspot_solr/lib/sunspot/solr/railtie.rb
|
347
|
-
- sunspot_solr/lib/sunspot/solr/server.rb
|
348
|
-
- sunspot_solr/lib/sunspot/solr/tasks.rb
|
349
|
-
- sunspot_solr/lib/sunspot_solr.rb
|
350
|
-
- sunspot_solr/solr/README.txt
|
351
|
-
- sunspot_solr/solr/etc/jetty.xml
|
352
|
-
- sunspot_solr/solr/etc/webdefault.xml
|
353
|
-
- sunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar
|
354
|
-
- sunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar
|
355
|
-
- sunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar
|
356
|
-
- sunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar
|
357
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar
|
358
|
-
- sunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar
|
359
|
-
- sunspot_solr/solr/lib/servlet-api-2.5-20081211.jar
|
360
|
-
- sunspot_solr/solr/solr/.gitignore
|
361
|
-
- sunspot_solr/solr/solr/README.txt
|
362
|
-
- sunspot_solr/solr/solr/conf/admin-extra.html
|
363
|
-
- sunspot_solr/solr/solr/conf/elevate.xml
|
364
|
-
- sunspot_solr/solr/solr/conf/mapping-ISOLatin1Accent.txt
|
365
|
-
- sunspot_solr/solr/solr/conf/protwords.txt
|
366
|
-
- sunspot_solr/solr/solr/conf/schema.xml
|
367
|
-
- sunspot_solr/solr/solr/conf/scripts.conf
|
368
|
-
- sunspot_solr/solr/solr/conf/solrconfig.xml
|
369
|
-
- sunspot_solr/solr/solr/conf/spellings.txt
|
370
|
-
- sunspot_solr/solr/solr/conf/stopwords.txt
|
371
|
-
- sunspot_solr/solr/solr/conf/synonyms.txt
|
372
|
-
- sunspot_solr/solr/solr/conf/xslt/example.xsl
|
373
|
-
- sunspot_solr/solr/solr/conf/xslt/example_atom.xsl
|
374
|
-
- sunspot_solr/solr/solr/conf/xslt/example_rss.xsl
|
375
|
-
- sunspot_solr/solr/solr/conf/xslt/luke.xsl
|
376
|
-
- sunspot_solr/solr/start.jar
|
377
|
-
- sunspot_solr/solr/webapps/solr.war
|
378
|
-
- sunspot_solr/spec/server_spec.rb
|
379
|
-
- sunspot_solr/spec/spec_helper.rb
|
380
|
-
- sunspot_solr/sunspot_solr.gemspec
|
381
|
-
- tools/gem_tasks.rb
|
92
|
+
- TODO
|
93
|
+
- lib/light_config.rb
|
94
|
+
- lib/sunspot.rb
|
95
|
+
- lib/sunspot/adapters.rb
|
96
|
+
- lib/sunspot/batcher.rb
|
97
|
+
- lib/sunspot/class_set.rb
|
98
|
+
- lib/sunspot/composite_setup.rb
|
99
|
+
- lib/sunspot/configuration.rb
|
100
|
+
- lib/sunspot/data_extractor.rb
|
101
|
+
- lib/sunspot/dsl.rb
|
102
|
+
- lib/sunspot/dsl/adjustable.rb
|
103
|
+
- lib/sunspot/dsl/field_group.rb
|
104
|
+
- lib/sunspot/dsl/field_query.rb
|
105
|
+
- lib/sunspot/dsl/fields.rb
|
106
|
+
- lib/sunspot/dsl/fulltext.rb
|
107
|
+
- lib/sunspot/dsl/function.rb
|
108
|
+
- lib/sunspot/dsl/functional.rb
|
109
|
+
- lib/sunspot/dsl/more_like_this_query.rb
|
110
|
+
- lib/sunspot/dsl/paginatable.rb
|
111
|
+
- lib/sunspot/dsl/query_facet.rb
|
112
|
+
- lib/sunspot/dsl/restriction.rb
|
113
|
+
- lib/sunspot/dsl/restriction_with_near.rb
|
114
|
+
- lib/sunspot/dsl/scope.rb
|
115
|
+
- lib/sunspot/dsl/search.rb
|
116
|
+
- lib/sunspot/dsl/standard_query.rb
|
117
|
+
- lib/sunspot/field.rb
|
118
|
+
- lib/sunspot/field_factory.rb
|
119
|
+
- lib/sunspot/indexer.rb
|
120
|
+
- lib/sunspot/query.rb
|
121
|
+
- lib/sunspot/query/abstract_field_facet.rb
|
122
|
+
- lib/sunspot/query/bbox.rb
|
123
|
+
- lib/sunspot/query/boost_query.rb
|
124
|
+
- lib/sunspot/query/common_query.rb
|
125
|
+
- lib/sunspot/query/composite_fulltext.rb
|
126
|
+
- lib/sunspot/query/connective.rb
|
127
|
+
- lib/sunspot/query/date_field_facet.rb
|
128
|
+
- lib/sunspot/query/dismax.rb
|
129
|
+
- lib/sunspot/query/field_facet.rb
|
130
|
+
- lib/sunspot/query/field_group.rb
|
131
|
+
- lib/sunspot/query/filter.rb
|
132
|
+
- lib/sunspot/query/function_query.rb
|
133
|
+
- lib/sunspot/query/geo.rb
|
134
|
+
- lib/sunspot/query/geofilt.rb
|
135
|
+
- lib/sunspot/query/highlighting.rb
|
136
|
+
- lib/sunspot/query/more_like_this.rb
|
137
|
+
- lib/sunspot/query/more_like_this_query.rb
|
138
|
+
- lib/sunspot/query/pagination.rb
|
139
|
+
- lib/sunspot/query/query_facet.rb
|
140
|
+
- lib/sunspot/query/range_facet.rb
|
141
|
+
- lib/sunspot/query/restriction.rb
|
142
|
+
- lib/sunspot/query/scope.rb
|
143
|
+
- lib/sunspot/query/sort.rb
|
144
|
+
- lib/sunspot/query/sort_composite.rb
|
145
|
+
- lib/sunspot/query/standard_query.rb
|
146
|
+
- lib/sunspot/query/text_field_boost.rb
|
147
|
+
- lib/sunspot/schema.rb
|
148
|
+
- lib/sunspot/search.rb
|
149
|
+
- lib/sunspot/search/abstract_search.rb
|
150
|
+
- lib/sunspot/search/date_facet.rb
|
151
|
+
- lib/sunspot/search/facet_row.rb
|
152
|
+
- lib/sunspot/search/field_facet.rb
|
153
|
+
- lib/sunspot/search/field_group.rb
|
154
|
+
- lib/sunspot/search/group.rb
|
155
|
+
- lib/sunspot/search/highlight.rb
|
156
|
+
- lib/sunspot/search/hit.rb
|
157
|
+
- lib/sunspot/search/hit_enumerable.rb
|
158
|
+
- lib/sunspot/search/more_like_this_search.rb
|
159
|
+
- lib/sunspot/search/paginated_collection.rb
|
160
|
+
- lib/sunspot/search/query_facet.rb
|
161
|
+
- lib/sunspot/search/range_facet.rb
|
162
|
+
- lib/sunspot/search/standard_search.rb
|
163
|
+
- lib/sunspot/session.rb
|
164
|
+
- lib/sunspot/session_proxy.rb
|
165
|
+
- lib/sunspot/session_proxy/abstract_session_proxy.rb
|
166
|
+
- lib/sunspot/session_proxy/class_sharding_session_proxy.rb
|
167
|
+
- lib/sunspot/session_proxy/id_sharding_session_proxy.rb
|
168
|
+
- lib/sunspot/session_proxy/master_slave_session_proxy.rb
|
169
|
+
- lib/sunspot/session_proxy/retry_5xx_session_proxy.rb
|
170
|
+
- lib/sunspot/session_proxy/sharding_session_proxy.rb
|
171
|
+
- lib/sunspot/session_proxy/silent_fail_session_proxy.rb
|
172
|
+
- lib/sunspot/session_proxy/thread_local_session_proxy.rb
|
173
|
+
- lib/sunspot/setup.rb
|
174
|
+
- lib/sunspot/text_field_setup.rb
|
175
|
+
- lib/sunspot/type.rb
|
176
|
+
- lib/sunspot/util.rb
|
177
|
+
- lib/sunspot/version.rb
|
178
|
+
- log/.gitignore
|
179
|
+
- pkg/.gitignore
|
180
|
+
- script/console
|
181
|
+
- spec/api/adapters_spec.rb
|
182
|
+
- spec/api/batcher_spec.rb
|
183
|
+
- spec/api/binding_spec.rb
|
184
|
+
- spec/api/class_set_spec.rb
|
185
|
+
- spec/api/hit_enumerable_spec.rb
|
186
|
+
- spec/api/indexer/attributes_spec.rb
|
187
|
+
- spec/api/indexer/batch_spec.rb
|
188
|
+
- spec/api/indexer/dynamic_fields_spec.rb
|
189
|
+
- spec/api/indexer/fixed_fields_spec.rb
|
190
|
+
- spec/api/indexer/fulltext_spec.rb
|
191
|
+
- spec/api/indexer/removal_spec.rb
|
192
|
+
- spec/api/indexer/spec_helper.rb
|
193
|
+
- spec/api/indexer_spec.rb
|
194
|
+
- spec/api/query/advanced_manipulation_examples.rb
|
195
|
+
- spec/api/query/connectives_examples.rb
|
196
|
+
- spec/api/query/dsl_spec.rb
|
197
|
+
- spec/api/query/dynamic_fields_examples.rb
|
198
|
+
- spec/api/query/faceting_examples.rb
|
199
|
+
- spec/api/query/fulltext_examples.rb
|
200
|
+
- spec/api/query/function_spec.rb
|
201
|
+
- spec/api/query/geo_examples.rb
|
202
|
+
- spec/api/query/group_spec.rb
|
203
|
+
- spec/api/query/highlighting_examples.rb
|
204
|
+
- spec/api/query/more_like_this_spec.rb
|
205
|
+
- spec/api/query/ordering_pagination_examples.rb
|
206
|
+
- spec/api/query/scope_examples.rb
|
207
|
+
- spec/api/query/spatial_examples.rb
|
208
|
+
- spec/api/query/spec_helper.rb
|
209
|
+
- spec/api/query/standard_spec.rb
|
210
|
+
- spec/api/query/text_field_scoping_examples.rb
|
211
|
+
- spec/api/query/types_spec.rb
|
212
|
+
- spec/api/search/dynamic_fields_spec.rb
|
213
|
+
- spec/api/search/faceting_spec.rb
|
214
|
+
- spec/api/search/highlighting_spec.rb
|
215
|
+
- spec/api/search/hits_spec.rb
|
216
|
+
- spec/api/search/paginated_collection_spec.rb
|
217
|
+
- spec/api/search/results_spec.rb
|
218
|
+
- spec/api/search/search_spec.rb
|
219
|
+
- spec/api/search/spec_helper.rb
|
220
|
+
- spec/api/session_proxy/class_sharding_session_proxy_spec.rb
|
221
|
+
- spec/api/session_proxy/id_sharding_session_proxy_spec.rb
|
222
|
+
- spec/api/session_proxy/master_slave_session_proxy_spec.rb
|
223
|
+
- spec/api/session_proxy/retry_5xx_session_proxy_spec.rb
|
224
|
+
- spec/api/session_proxy/sharding_session_proxy_spec.rb
|
225
|
+
- spec/api/session_proxy/silent_fail_session_proxy_spec.rb
|
226
|
+
- spec/api/session_proxy/spec_helper.rb
|
227
|
+
- spec/api/session_proxy/thread_local_session_proxy_spec.rb
|
228
|
+
- spec/api/session_spec.rb
|
229
|
+
- spec/api/spec_helper.rb
|
230
|
+
- spec/api/sunspot_spec.rb
|
231
|
+
- spec/ext.rb
|
232
|
+
- spec/helpers/indexer_helper.rb
|
233
|
+
- spec/helpers/integration_helper.rb
|
234
|
+
- spec/helpers/mock_session_helper.rb
|
235
|
+
- spec/helpers/query_helper.rb
|
236
|
+
- spec/helpers/search_helper.rb
|
237
|
+
- spec/integration/dynamic_fields_spec.rb
|
238
|
+
- spec/integration/faceting_spec.rb
|
239
|
+
- spec/integration/field_grouping_spec.rb
|
240
|
+
- spec/integration/geospatial_spec.rb
|
241
|
+
- spec/integration/highlighting_spec.rb
|
242
|
+
- spec/integration/indexing_spec.rb
|
243
|
+
- spec/integration/keyword_search_spec.rb
|
244
|
+
- spec/integration/local_search_spec.rb
|
245
|
+
- spec/integration/more_like_this_spec.rb
|
246
|
+
- spec/integration/scoped_search_spec.rb
|
247
|
+
- spec/integration/stored_fields_spec.rb
|
248
|
+
- spec/integration/test_pagination.rb
|
249
|
+
- spec/integration/unicode_spec.rb
|
250
|
+
- spec/mocks/adapters.rb
|
251
|
+
- spec/mocks/blog.rb
|
252
|
+
- spec/mocks/comment.rb
|
253
|
+
- spec/mocks/connection.rb
|
254
|
+
- spec/mocks/mock_adapter.rb
|
255
|
+
- spec/mocks/mock_class_sharding_session_proxy.rb
|
256
|
+
- spec/mocks/mock_record.rb
|
257
|
+
- spec/mocks/mock_sharding_session_proxy.rb
|
258
|
+
- spec/mocks/photo.rb
|
259
|
+
- spec/mocks/post.rb
|
260
|
+
- spec/mocks/super_class.rb
|
261
|
+
- spec/mocks/user.rb
|
262
|
+
- spec/spec_helper.rb
|
263
|
+
- sunspot.gemspec
|
264
|
+
- tasks/rdoc.rake
|
265
|
+
- tasks/schema.rake
|
266
|
+
- tasks/todo.rake
|
382
267
|
homepage: http://outoftime.github.com/sunspot
|
383
268
|
licenses: []
|
384
269
|
post_install_message:
|
@@ -408,4 +293,86 @@ rubygems_version: 1.8.15
|
|
408
293
|
signing_key:
|
409
294
|
specification_version: 3
|
410
295
|
summary: Library for expressive, powerful interaction with the Solr search engine
|
411
|
-
test_files:
|
296
|
+
test_files:
|
297
|
+
- spec/api/adapters_spec.rb
|
298
|
+
- spec/api/batcher_spec.rb
|
299
|
+
- spec/api/binding_spec.rb
|
300
|
+
- spec/api/class_set_spec.rb
|
301
|
+
- spec/api/hit_enumerable_spec.rb
|
302
|
+
- spec/api/indexer/attributes_spec.rb
|
303
|
+
- spec/api/indexer/batch_spec.rb
|
304
|
+
- spec/api/indexer/dynamic_fields_spec.rb
|
305
|
+
- spec/api/indexer/fixed_fields_spec.rb
|
306
|
+
- spec/api/indexer/fulltext_spec.rb
|
307
|
+
- spec/api/indexer/removal_spec.rb
|
308
|
+
- spec/api/indexer/spec_helper.rb
|
309
|
+
- spec/api/indexer_spec.rb
|
310
|
+
- spec/api/query/advanced_manipulation_examples.rb
|
311
|
+
- spec/api/query/connectives_examples.rb
|
312
|
+
- spec/api/query/dsl_spec.rb
|
313
|
+
- spec/api/query/dynamic_fields_examples.rb
|
314
|
+
- spec/api/query/faceting_examples.rb
|
315
|
+
- spec/api/query/fulltext_examples.rb
|
316
|
+
- spec/api/query/function_spec.rb
|
317
|
+
- spec/api/query/geo_examples.rb
|
318
|
+
- spec/api/query/group_spec.rb
|
319
|
+
- spec/api/query/highlighting_examples.rb
|
320
|
+
- spec/api/query/more_like_this_spec.rb
|
321
|
+
- spec/api/query/ordering_pagination_examples.rb
|
322
|
+
- spec/api/query/scope_examples.rb
|
323
|
+
- spec/api/query/spatial_examples.rb
|
324
|
+
- spec/api/query/spec_helper.rb
|
325
|
+
- spec/api/query/standard_spec.rb
|
326
|
+
- spec/api/query/text_field_scoping_examples.rb
|
327
|
+
- spec/api/query/types_spec.rb
|
328
|
+
- spec/api/search/dynamic_fields_spec.rb
|
329
|
+
- spec/api/search/faceting_spec.rb
|
330
|
+
- spec/api/search/highlighting_spec.rb
|
331
|
+
- spec/api/search/hits_spec.rb
|
332
|
+
- spec/api/search/paginated_collection_spec.rb
|
333
|
+
- spec/api/search/results_spec.rb
|
334
|
+
- spec/api/search/search_spec.rb
|
335
|
+
- spec/api/search/spec_helper.rb
|
336
|
+
- spec/api/session_proxy/class_sharding_session_proxy_spec.rb
|
337
|
+
- spec/api/session_proxy/id_sharding_session_proxy_spec.rb
|
338
|
+
- spec/api/session_proxy/master_slave_session_proxy_spec.rb
|
339
|
+
- spec/api/session_proxy/retry_5xx_session_proxy_spec.rb
|
340
|
+
- spec/api/session_proxy/sharding_session_proxy_spec.rb
|
341
|
+
- spec/api/session_proxy/silent_fail_session_proxy_spec.rb
|
342
|
+
- spec/api/session_proxy/spec_helper.rb
|
343
|
+
- spec/api/session_proxy/thread_local_session_proxy_spec.rb
|
344
|
+
- spec/api/session_spec.rb
|
345
|
+
- spec/api/spec_helper.rb
|
346
|
+
- spec/api/sunspot_spec.rb
|
347
|
+
- spec/ext.rb
|
348
|
+
- spec/helpers/indexer_helper.rb
|
349
|
+
- spec/helpers/integration_helper.rb
|
350
|
+
- spec/helpers/mock_session_helper.rb
|
351
|
+
- spec/helpers/query_helper.rb
|
352
|
+
- spec/helpers/search_helper.rb
|
353
|
+
- spec/integration/dynamic_fields_spec.rb
|
354
|
+
- spec/integration/faceting_spec.rb
|
355
|
+
- spec/integration/field_grouping_spec.rb
|
356
|
+
- spec/integration/geospatial_spec.rb
|
357
|
+
- spec/integration/highlighting_spec.rb
|
358
|
+
- spec/integration/indexing_spec.rb
|
359
|
+
- spec/integration/keyword_search_spec.rb
|
360
|
+
- spec/integration/local_search_spec.rb
|
361
|
+
- spec/integration/more_like_this_spec.rb
|
362
|
+
- spec/integration/scoped_search_spec.rb
|
363
|
+
- spec/integration/stored_fields_spec.rb
|
364
|
+
- spec/integration/test_pagination.rb
|
365
|
+
- spec/integration/unicode_spec.rb
|
366
|
+
- spec/mocks/adapters.rb
|
367
|
+
- spec/mocks/blog.rb
|
368
|
+
- spec/mocks/comment.rb
|
369
|
+
- spec/mocks/connection.rb
|
370
|
+
- spec/mocks/mock_adapter.rb
|
371
|
+
- spec/mocks/mock_class_sharding_session_proxy.rb
|
372
|
+
- spec/mocks/mock_record.rb
|
373
|
+
- spec/mocks/mock_sharding_session_proxy.rb
|
374
|
+
- spec/mocks/photo.rb
|
375
|
+
- spec/mocks/post.rb
|
376
|
+
- spec/mocks/super_class.rb
|
377
|
+
- spec/mocks/user.rb
|
378
|
+
- spec/spec_helper.rb
|