Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

updating to Sunspot 2.2 #2

Merged
merged 261 commits into from
Jun 18, 2015
Merged

updating to Sunspot 2.2 #2

merged 261 commits into from
Jun 18, 2015

Conversation

anujluthra
Copy link

No description provided.

throwern and others added 30 commits November 13, 2012 13:42
DataAccessor and InstanceAdapter classes are looked up for derived types
by inspecting the type's ancestors and searching for registered adapters
up the chain.

When loading a large number of facets this causes the lookup to be
invoked many times with the same arguments. By registering the located
adapter or accessor with the derived type, this is avoided for all calls
but the first.
This allows your timid code to go from looking like this
  with(:my_field, some_values) if some_values.present?
to become confident code like this
  with(:my_field, some_values)
…is that the default core moves from /solr to /solr/default, due to the requirement in Solr 4+ to be multicore by default
* 'master' of git://github.com/sunspot/sunspot:
  Sunspot 2.0.0.pre is now 2.0.0
  Update the Rakefile to run the tests for the current versions of Rails that we're testing against.
  add license information to gemspec
  Bump sqlite3 from 1.3.1 to 1.3.7
  Adds note to rake task informing user that it is destructive
This commit adds a silence option for users that have automated this
task and want to skip the destructive prompt. It also changes the
matching of a user's answer to explicitally check for 'y'.
Added support for empty arrays in restrictions.
Fixed cut and paste error that was merged before it was fixed.
Rails offers support for custom primary_keys, e.g. UUID.
The start option default always expected an integer PK,
which causes find_in_batches to crash.
…-adapters

Register looked-up adapters/accessors for later access
Conflicts:
	sunspot/lib/sunspot/version.rb
John Backus and others added 23 commits March 27, 2015 02:03
* `DateRangeType` adds support for the new `DateRangeField` added in Solr 5
  - http://lucene.apache.org/solr/5_0_0/solr-core/org/apache/solr/schema/DateRangeField.html
* DateRangeField supports three predicates:
  - `Contains` will match a date range query when the indexed value is a superset range
  - `Intersects` will match a date range query when it overlaps with the indexed value
  - `Within` will match a date range query when the indexed value is a subset of the query range
* The commit also adds `abstract_constants` into the query restriction module for restricting
  abstract constants from being exposed to the API. The code in place to do this before was not working

recognize containing, within, and intersecting for date range
* Tests date range fields being indexed
* Tests querying date range fields using the three new restrictions
* upstream/master:
  Bumped version to 2.2.0
  Remove ruby 1.8.7 tests from Travis Matrix.
  fix deprecation warnings from RSolr 1.0.11
@dvydra
Copy link

dvydra commented Jun 15, 2015

Do we still need our weird fork of sunspot?

On 15 Jun 2015 16:53 +1000, Anuj Luthranotifications@github.com, wrote:

You can view, comment on, or merge this pull request online at:

#2

Commit Summary
Bump sqlite3 from 1.3.1 to 1.3.7
Merge pull request sunspot#357 from mkrisher/task_warning
add license information to gemspec
Merge pull request sunspot#359 from jordimassaguerpla/master
update jars and wars to solr 4.1.0
update jetty-specific config files
convenient install task for development
set version to 2.0.0.pre.experimental.solr4
try this with default logging
add context descriptor
update solr configuration to work with solr 4.1. Most notable change is that the default core moves from /solr to /solr/default, due to the requirement in Solr 4+ to be multicore by default
fix typo
Update the Rakefile to run the tests for the current versions of Rails that we're testing against.
Sunspot 2.0.0.pre is now 2.0.0
Merge branch 'master' of git://github.com/sunspot/sunspot
Adds silence option to argument array, and better matching to answer
Made empty array trigger a query equivalent to a no-op. Added documentation about the behaviour.
Merge pull request sunspot#334 from culturecode/empty-array-support
Update README.md
Let Rails handle defaults for find_in_batches
Support Sunspot.batch on the sub_session_proxy.
Require Forwardable in sunspot/adapters.
Merge pull request sunspot#322 from urbanautomaton/register-looked-up-adapters
Merge remote-tracking branch 'fizx/solr4' into solr4
Use per-environment cores, and a default, with shared instanceDir and separate dataDir
Update Gemfiles to the latest Bundler requirements
Correctly prepare the Solr installation in an app for multicore
Update to Solr 4.2.0
Make sure travis is testing with rubygems<2.0 for now
Clarify version support in Travis build matrix
Silence Java detection by redirecting STDERR
Merge pull request sunspot#364 from fizx/solr4
Fix rails 2.3.16 gemfile for ruby 2.0.0
Update build matrix excludes for ruby 2.0.0
Re-exclude exotic rails 2.3.16 / ruby 2.0.0 build from travis ci
Merge pull request sunspot#387 from felixbuenemann/fix-travis-ci-builds
Reenable GET requests to SOLR if they are under 2K
remove, replace, or use archive.org for dead links in articles list on README
Merge pull request sunspot#391 from pduey/master
Rails 4: replaced deprecated finder option "include" from find_in_batches options
added compatibility for rails 2
Merge pull request sunspot#393 from christophemaximin/fix_find_in_batches
enabeled sunspot task when running with Rails 4
Merge pull request sunspot#370 from mkrisher/task_warning_bypass
Merge branch 'master' of github.com:sunspot/sunspot
Merge pull request sunspot#380 from hsbt/enabled-rails4
Update AS instrumentation to match RSolr 1.0.7
Merge pull request sunspot#377 from felixbuenemann/fix-activesupport-instrumentation
Update travis and gemfiles so now runs the latest Rails version in all cases
Merge pull request sunspot#428 from sunspot/test-with-latest-rails
Merge branch 'master' of github.com:sunspot/sunspot
Fix class reference in FileAdapter code example
Make stubbed facet respond to 'rows' with an empty array
Dropped support for rails 2.x. Added support for Rails 4.
Merge pull request sunspot#439 from gaelmuller/facet-stub
Merge pull request sunspot#438 from dugsmith/patch-1
Merge pull request sunspot#200 from digineo/master
Add spec test to ensure models are loaded before reindex task is run.
Fix issue in reindex task where not restoring the original session would cause random test failures depending on what order rspec ran tests in.
Merge pull request sunspot#385 from felixbuenemann/silent-java-detection
Passing :silence =>true while invoking the rake sunspot:reindex will no longer show the Progress Bar
Added a link to the susnpot mailing list.
Merge pull request sunspot#451 from sunspot/silence-progress-bar
Ensure all models will load even with an empty string passed as an
Allow expected Travis failures because the CI suite results are useless
Merge pull request sunspot#373 from jassa/fix-find_in_batches
Merge pull request sunspot#376 from strika/master
Added link to stack overflow in readme. Closes sunspot#458.
Calling facets will return empty array on Session Proxy Stub
Added note to README.md regarding threading and ThreadLocalSessionProxy.
holy WIP getting close on this
getting close...I think?
moved to own spec
Merge pull request sunspot#466 from burningpony/master
Remove rake reindex prompt.
Merge pull request sunspot#468 from austinmills/master
Merge pull request sunspot#486 from rywall/no-more-reindex-prompt
Switch to edismax.
Merge pull request sunspot#487 from rywall/edismax
Fix dismax tests.
Merge pull request sunspot#488 from rywall/edismax
We use Rubygems.org now, not Gemcutter.
Added Version badge to readme.
Remove extra README.
Updating gemspec authors.
add order_by_function to readme
Fix a few more rspec deprecations hiding out in the sunspot test suite.
Remove hanna as a development dependency.
Rely on RDoc::Task rather than the defunct Rake::RDocTask
Fix the sunspot and sunspot_rails doc tasks by referencing the proper relative path to the readme file.
Fix the sunspot and sunspot_rails doc task under 1.8.7, primarily to get travis ci green.
Note that rails 4.0 is tested in the sunspot_rails readme.
Add rake to the sunspot gemfile, mainly to satisfy travis ci.
Use rake db:test:prepare in sunspot_rails test setup.
correct Sunspot.remove! with block test, and get it to pass by propagating block down the call chain.
allow all #remove_by_id(!) to accept (splat or) array of ids, and add testing coverage
Remove explicit temp directory setting from solr.xml
Merge pull request sunspot#494 from sourcery/rspec-deprecations
Merge pull request sunspot#493 from sourcery/remove_with_block
If we can't load rdoc, don't provide the doc rake tasks.
Merge pull request sunspot#495 from sourcery/rdoc-travis-updates
Merge pull request sunspot#314 from throwern/master
Adds Solr stats
Adds stats docs to Readme
Refactors stats code to be more in line with facets
Adds reference support for stats facets
Fixes syntax error on Ruby 1.8.7
Fixes another 1.8.7 syntax error
Fixes remaining 1.8.7 issues
Small change to trigger new travis build
Update changelog for 2.1.0
Merge pull request sunspot#506 from joshuacronemeyer/master
Merge pull request sunspot#375 from involver/master
Accept non-string literals when ordering by function.
Typos in README.md
Merge pull request sunspot#514 from mike-stewart/typos
Updating documentation to show how to use the silent option with the reindexing rake task
Merge pull request sunspot#503 from fivedigit/stats
Merge pull request sunspot#507 from mdx-dev/feature/order-by-function-types
README addition
cleanup to shrink the diff
pulled out essentially unused namespace, since the :as option when defining fields can pretty much achieve the same thing
get rid of custom restriction (so you can just use with, or even filter joins using .greater_than, etc), plus handle local_params a little more holistically
README update
Add ability to tag Geofilt restrictions
Added HTTPs configuration support.
Merge pull request sunspot#481 from dblock/https-support
Merge pull request sunspot#526 from mdx-dev/feature/taggable-geo
Merge pull request sunspot#516 from Jaco-Pretorius/master
Merge pull request sunspot#497 from skycocker/master
Merge pull request sunspot#470 from mikeauclair/solr_joins
readme fix
Merge pull request sunspot#531 from mikeauclair/solr_joins
updates stub session proxy to add raw_results
set headless=true
Merge pull request sunspot#536 from mockra/stub-session-proxy-raw-results
Add optimize method
Test that stubbed proxy doesn't receive 'optimize'
add sunspot:solr:restart rake task
Reference configuration instance instead of class
Adding more examples for faceting in README
Fix undefined method =~' runningspring rake`
Fixed error in comments
ActiveSupport JSON support file name changes in Rails 4.1
fixed typo in batcher.rb
Merge pull request sunspot#563 from awpennim/patch-1
Update README.md
Load ActiveSupport JSON support correctly for major Rails versions>4
Merge pull request sunspot#555 from zgchurch/master
Merge pull request sunspot#564 from Valve/patch-1
Merge pull request sunspot#551 from boxofrad/master
Merge pull request sunspot#543 from exAspArk/restart_task
Merge pull request sunspot#553 from benjaminjosephw/patch-1
Merge pull request sunspot#548 from Jaco-Pretorius/master
Merge pull request sunspot#546 from dukedave/master
Merge pull request sunspot#540 from mkoby/539-optimize-method-missing-stubsessionproxy
Merge pull request sunspot#538 from substantial/fix-server-start-headless
Bump version.
add documentation for using functions
update more_like_this part of README
Merge pull request sunspot#581 from Valve/master
Ensure all models in engines are loaded too.
Fix backwards compatibility.
Cursor-based pagination support
Merge branch 'master' into spellcheck
Spellcheck support
Fix readme
Fixes sunspot#596: Implement conjunctions and disjunctions for fulltext search
sunspot#597: Remove debugger to not break the build @ 1.8.7
Rewrite joins support to work with fulltext queries, resolves sunspot#470
Add :prefix option to resolve name conflicts (if multiple models have fields with the same name)
Move options check into a separate method
Bufgix: do not modify the source string (causes boost to be applied multiple times, e.g. field_name^2^2^2 adding it again and again with each new call)
Fix typo
Bugfix: do not mix fulltext and joined fields when adding from the fulltext DSL
Bugfix: update Field#eql? to compare fields of different classes properly
Fix 1.8 build (hash ordering issue)
Merge pull request sunspot#588 from Drakula2k/add-cursor-pagination
Requires YAML to read the configuration
Do not add empty connective to the query
Cursor-based pagination support (add preamble to the readme)
Fix typo
Merge pull request sunspot#597 from Drakula2k/connective-fulltext
Fix windows detection for rake sunspot commands.
Enabling soft commits for Solr4
Adapting session_proxy stub so that softCommit works
using :symbol =>hash style to be ruby 1.8.7 compatible
commit(true) for soft commit
Merge branch 'master' of github.com:hammady/sunspot into softcommits
Got a random failure on Travis: scoped_search ordering by random should order randomly (run this test again if it fails)
Update README.md
Fix: undefined method data_accessor_for for StubSessionProxy::Search
Add auto_index_callback and auto_remove_callback config option
Add auto_*_callback docs
Alias prev_page to previous_page for kaminari compatibility
Update docs and fix argument passing to aliased task
fix deprecation warnings from RSolr 1.0.11
Merge pull request sunspot#654 from diazruy/master
Merge pull request sunspot#619 from dcht00/master
Merge pull request sunspot#636 from yuki24/add-aias-to-prev-page
Merge remote-tracking branch 'coreteam/master' into spellcheck
Correct syntax for 1.8.7
Merge pull request sunspot#591 from scpike/spellcheck
Merge pull request sunspot#629 from aaronjensen/configurable-callbacks
Merge pull request sunspot#628 from 4r2r/fix-data-accessor-for-stub-issue
Merge pull request sunspot#612 from betam4x/master
Merge pull request sunspot#604 from Drakula2k/add-cursor-pagination
Merge pull request sunspot#598 from davidbiehl/patch-1
Merge pull request sunspot#578 from Olgagr/master
changing softCommit to soft_commit
Merge pull request sunspot#614 from hammady/softcommits
fix deprecation warnings from RSolr 1.0.11
Update sunspot_solr files to solr 5 build
Update sunspot servers for booting solr 5
Modify sunspot_solr installers to new file structures
Fix spellcheck_collation.
Drop ruby 1.8.7 from travis
Merge pull request #1 from BlockScore/solr5
remove binding.pry leftover
Merge pull request #2 from BlockScore/solr5
looking like this logging setting doesnt work
register DateRangeType
recognize containing, within, and intersecting for date range
spec for indexing date range attributes
integration specs for date range query types
add 'featured_for' to Post mock testing date ranges
Add daterange to sunspot/schema
add a few cleanup spots to the Rakefile
DateRangeType + 3 restrictions: containing, intersecting, within
Point bin/solr to the right path. Update schema for date ranges
Integration specs for date range fields + restrictions
add a few cleanup spots to the Rakefile
Cast function for recovering stored date range from solr index
negative boolean phrase for AbstractRange
Merge pull request sunspot#662 from codeforkjeff/fix-escape-deprecation
Remove ruby 1.8.7 tests from Travis Matrix.
use query on AbstractRange so it can be negated
update scoped_search_spec to reflect negated range field queries
Merge pull request #4 from BlockScore/date-range-fields
Bumped version to 2.2.0
Merge remote-tracking branch 'upstream/master' into merge-upstream-1
Merge branch 'master' into merge-upstream-1
Merge pull request sunspot#5 from BlockScore/merge-upstream-1
Merge pull request sunspot#675 from BlockScore/master
updated to use solr 4.10.4
upped the version number
fixed version number again
missed some jars for slf
hopefully fixed the solr binary to work now
Merge remote-tracking branch 'sunspot-original/master' into sunspot-2.2

File Changes
M.gitignore(https://github.com/redbubble/sunspot/pull/2/files#diff-0)(1)
M.travis.yml(https://github.com/redbubble/sunspot/pull/2/files#diff-1)(38)
MREADME.md(https://github.com/redbubble/sunspot/pull/2/files#diff-2)(477)
MRakefile(https://github.com/redbubble/sunspot/pull/2/files#diff-3)(30)
Mci/travis.sh(https://github.com/redbubble/sunspot/pull/2/files#diff-4)(11)
Msunspot/Gemfile(https://github.com/redbubble/sunspot/pull/2/files#diff-5)(4)
Msunspot/History.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-6)(10)
Msunspot/lib/sunspot.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-7)(34)
Msunspot/lib/sunspot/adapters.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-8)(81)
Msunspot/lib/sunspot/batcher.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-9)(2)
Msunspot/lib/sunspot/configuration.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-10)(2)
Msunspot/lib/sunspot/dsl.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-11)(7)
Msunspot/lib/sunspot/dsl/field_query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-12)(54)
Asunspot/lib/sunspot/dsl/field_stats.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-13)(18)
Msunspot/lib/sunspot/dsl/fields.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-14)(20)
Msunspot/lib/sunspot/dsl/paginatable.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-15)(5)
Asunspot/lib/sunspot/dsl/spellcheckable.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-16)(14)
Msunspot/lib/sunspot/dsl/standard_query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-17)(98)
Msunspot/lib/sunspot/field.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-18)(69)
Msunspot/lib/sunspot/field_factory.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-19)(31)
Msunspot/lib/sunspot/indexer.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-20)(4)
Msunspot/lib/sunspot/query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-21)(6)
Asunspot/lib/sunspot/query/abstract_fulltext.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-22)(69)
Msunspot/lib/sunspot/query/common_query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-23)(20)
Msunspot/lib/sunspot/query/composite_fulltext.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-24)(66)
Msunspot/lib/sunspot/query/dismax.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-25)(83)
Asunspot/lib/sunspot/query/field_stats.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-26)(28)
Msunspot/lib/sunspot/query/function_query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-27)(3)
Msunspot/lib/sunspot/query/geo.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-28)(2)
Msunspot/lib/sunspot/query/geofilt.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-29)(11)
Asunspot/lib/sunspot/query/join.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-30)(90)
Msunspot/lib/sunspot/query/pagination.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-31)(16)
Msunspot/lib/sunspot/query/restriction.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-32)(89)
Msunspot/lib/sunspot/query/sort.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-33)(41)
Msunspot/lib/sunspot/query/sort_composite.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-34)(7)
Asunspot/lib/sunspot/query/spellcheck.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-35)(19)
Msunspot/lib/sunspot/query/standard_query.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-36)(26)
Msunspot/lib/sunspot/query/text_field_boost.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-37)(4)
Msunspot/lib/sunspot/schema.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-38)(3)
Msunspot/lib/sunspot/search.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-39)(3)
Msunspot/lib/sunspot/search/abstract_search.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-40)(109)
Asunspot/lib/sunspot/search/cursor_paginated_collection.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-41)(32)
Msunspot/lib/sunspot/search/field_facet.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-42)(8)
Asunspot/lib/sunspot/search/field_stats.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-43)(21)
Msunspot/lib/sunspot/search/paginated_collection.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-44)(1)
Msunspot/lib/sunspot/search/standard_search.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-45)(74)
Asunspot/lib/sunspot/search/stats_facet.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-46)(25)
Asunspot/lib/sunspot/search/stats_row.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-47)(66)
Msunspot/lib/sunspot/session.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-48)(24)
Msunspot/lib/sunspot/session_proxy/class_sharding_session_proxy.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-49)(10)
Msunspot/lib/sunspot/session_proxy/id_sharding_session_proxy.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-50)(24)
Msunspot/lib/sunspot/setup.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-51)(11)
Msunspot/lib/sunspot/type.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-52)(20)
Msunspot/lib/sunspot/util.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-53)(59)
Msunspot/lib/sunspot/version.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-54)(2)
Msunspot/spec/api/adapters_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-55)(12)
Msunspot/spec/api/class_set_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-56)(6)
Msunspot/spec/api/indexer/attributes_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-57)(5)
Msunspot/spec/api/indexer/fixed_fields_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-58)(5)
Msunspot/spec/api/indexer/removal_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-59)(16)
Msunspot/spec/api/query/faceting_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-60)(19)
Msunspot/spec/api/query/fulltext_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-61)(159)
Msunspot/spec/api/query/geo_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-62)(10)
Asunspot/spec/api/query/join_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-63)(19)
Msunspot/spec/api/query/ordering_pagination_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-64)(14)
Asunspot/spec/api/query/spellcheck_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-65)(20)
Msunspot/spec/api/query/standard_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-66)(2)
Asunspot/spec/api/query/stats_examples.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-67)(66)
Asunspot/spec/api/search/cursor_paginated_collection_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-68)(35)
Msunspot/spec/api/search/paginated_collection_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-69)(3)
Asunspot/spec/api/search/stats_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-70)(94)
Msunspot/spec/api/session_proxy/class_sharding_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-71)(12)
Msunspot/spec/api/session_proxy/id_sharding_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-72)(16)
Msunspot/spec/api/session_proxy/retry_5xx_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-73)(8)
Msunspot/spec/api/session_proxy/sharding_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-74)(2)
Msunspot/spec/api/session_proxy/silent_fail_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-75)(4)
Msunspot/spec/api/session_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-76)(42)
Msunspot/spec/helpers/integration_helper.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-77)(11)
Msunspot/spec/helpers/query_helper.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-78)(2)
Msunspot/spec/helpers/search_helper.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-79)(30)
Msunspot/spec/integration/highlighting_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-80)(6)
Msunspot/spec/integration/indexing_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-81)(5)
Msunspot/spec/integration/keyword_search_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-82)(28)
Msunspot/spec/integration/scoped_search_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-83)(121)
Asunspot/spec/integration/spellcheck_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-84)(74)
Asunspot/spec/integration/stats_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-85)(47)
Msunspot/spec/mocks/adapters.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-86)(3)
Msunspot/spec/mocks/connection.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-87)(8)
Msunspot/spec/mocks/photo.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-88)(23)
Msunspot/spec/mocks/post.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-89)(4)
Msunspot/spec/spec_helper.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-90)(4)
Msunspot/sunspot.gemspec(https://github.com/redbubble/sunspot/pull/2/files#diff-91)(4)
Msunspot/tasks/rdoc.rake(https://github.com/redbubble/sunspot/pull/2/files#diff-92)(36)
Msunspot_rails/History.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-93)(7)
Msunspot_rails/README.rdoc(https://github.com/redbubble/sunspot/pull/2/files#diff-94)(55)
Msunspot_rails/Rakefile(https://github.com/redbubble/sunspot/pull/2/files#diff-95)(6)
Msunspot_rails/dev_tasks/rdoc.rake(https://github.com/redbubble/sunspot/pull/2/files#diff-96)(28)
Msunspot_rails/dev_tasks/spec.rake(https://github.com/redbubble/sunspot/pull/2/files#diff-97)(38)
Rsunspot_rails/gemfiles/rails-3.0.0(https://github.com/redbubble/sunspot/pull/2/files#diff-98)(16)
Rsunspot_rails/gemfiles/rails-3.1.0(https://github.com/redbubble/sunspot/pull/2/files#diff-99)(15)
Rsunspot_rails/gemfiles/rails-3.2.0(https://github.com/redbubble/sunspot/pull/2/files#diff-100)(15)
Dsunspot_rails/gemfiles/rails-3.2.9(https://github.com/redbubble/sunspot/pull/2/files#diff-101)(12)
Asunspot_rails/gemfiles/rails-4.0.0(https://github.com/redbubble/sunspot/pull/2/files#diff-102)(20)
Msunspot_rails/generators/sunspot/templates/sunspot.yml(https://github.com/redbubble/sunspot/pull/2/files#diff-103)(18)
Msunspot_rails/lib/generators/sunspot_rails/install/templates/config/sunspot.yml(https://github.com/redbubble/sunspot/pull/2/files#diff-104)(4)
Msunspot_rails/lib/sunspot/rails.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-105)(12)
Msunspot_rails/lib/sunspot/rails/adapters.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-106)(23)
Msunspot_rails/lib/sunspot/rails/configuration.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-107)(152)
Msunspot_rails/lib/sunspot/rails/log_subscriber.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-108)(17)
Msunspot_rails/lib/sunspot/rails/railtie.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-109)(2)
Msunspot_rails/lib/sunspot/rails/searchable.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-110)(40)
Msunspot_rails/lib/sunspot/rails/server.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-111)(24)
Msunspot_rails/lib/sunspot/rails/solr_instrumentation.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-112)(12)
Msunspot_rails/lib/sunspot/rails/solr_logging.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-113)(7)
Msunspot_rails/lib/sunspot/rails/stub_session_proxy.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-114)(54)
Msunspot_rails/lib/sunspot/rails/tasks.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-115)(94)
Msunspot_rails/lib/sunspot_rails.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-116)(13)
Msunspot_rails/spec/configuration_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-117)(174)
Msunspot_rails/spec/model_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-118)(67)
Msunspot_rails/spec/rails_template/app/models/post_with_default_scope.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-119)(4)
Asunspot_rails/spec/rails_template/app/models/rake_task_auto_load_test_model.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-120)(13)
Dsunspot_rails/spec/rails_template/config/boot.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-121)(127)
Asunspot_rails/spec/rails_template/config/database.yml(https://github.com/redbubble/sunspot/pull/2/files#diff-122)(11)
Dsunspot_rails/spec/rails_template/config/preinitializer.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-123)(22)
Msunspot_rails/spec/rails_template/config/routes.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-124)(12)
Msunspot_rails/spec/rails_template/config/sunspot.yml(https://github.com/redbubble/sunspot/pull/2/files#diff-125)(9)
Asunspot_rails/spec/rake_task_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-126)(40)
Msunspot_rails/spec/searchable_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-127)(3)
Msunspot_rails/spec/server_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-128)(10)
Msunspot_rails/spec/session_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-129)(2)
Msunspot_rails/spec/spec_helper.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-130)(91)
Msunspot_rails/spec/stub_session_proxy_spec.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-131)(44)
Msunspot_rails/sunspot_rails.gemspec(https://github.com/redbubble/sunspot/pull/2/files#diff-132)(2)
Msunspot_solr/README.rdoc(https://github.com/redbubble/sunspot/pull/2/files#diff-133)(2)
Msunspot_solr/lib/sunspot/solr/server.rb(https://github.com/redbubble/sunspot/pull/2/files#diff-134)(2)
Msunspot_solr/solr/README.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-135)(70)
Asunspot_solr/solr/contexts/solr-jetty-context.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-136)(8)
Asunspot_solr/solr/etc/create-solrtest.keystore.sh(https://github.com/redbubble/sunspot/pull/2/files#diff-137)(37)
Msunspot_solr/solr/etc/jetty.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-138)(275)
Asunspot_solr/solr/etc/solrtest.keystore(https://github.com/redbubble/sunspot/pull/2/files#diff-139)(0)
Msunspot_solr/solr/etc/webdefault.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-140)(468)
Asunspot_solr/solr/lib/ext/jcl-over-slf4j-1.7.6.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-141)(0)
Asunspot_solr/solr/lib/ext/jul-to-slf4j-1.7.6.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-142)(0)
Asunspot_solr/solr/lib/ext/log4j-1.2.17.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-143)(0)
Asunspot_solr/solr/lib/ext/slf4j-api-1.7.6.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-144)(0)
Asunspot_solr/solr/lib/ext/slf4j-log4j12-1.7.6.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-145)(0)
Dsunspot_solr/solr/lib/jetty-6.1.26-patched-JETTY-1340.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-146)(0)
Asunspot_solr/solr/lib/jetty-continuation-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-147)(0)
Asunspot_solr/solr/lib/jetty-deploy-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-148)(0)
Asunspot_solr/solr/lib/jetty-http-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-149)(0)
Asunspot_solr/solr/lib/jetty-io-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-150)(0)
Asunspot_solr/solr/lib/jetty-jmx-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-151)(0)
Asunspot_solr/solr/lib/jetty-security-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-152)(0)
Asunspot_solr/solr/lib/jetty-server-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-153)(0)
Asunspot_solr/solr/lib/jetty-servlet-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-154)(0)
Dsunspot_solr/solr/lib/jetty-util-6.1.26-patched-JETTY-1340.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-155)(0)
Asunspot_solr/solr/lib/jetty-util-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-156)(0)
Asunspot_solr/solr/lib/jetty-webapp-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-157)(0)
Asunspot_solr/solr/lib/jetty-xml-8.1.10.v20130312.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-158)(0)
Dsunspot_solr/solr/lib/jsp-2.1/ant-1.6.5.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-159)(0)
Dsunspot_solr/solr/lib/jsp-2.1/core-3.1.1.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-160)(0)
Dsunspot_solr/solr/lib/jsp-2.1/jsp-2.1.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-161)(0)
Dsunspot_solr/solr/lib/jsp-2.1/jsp-api-2.1.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-162)(0)
Dsunspot_solr/solr/lib/servlet-api-2.5-20081211.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-163)(0)
Asunspot_solr/solr/lib/servlet-api-3.0.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-164)(0)
Asunspot_solr/solr/resources/log4j.properties(https://github.com/redbubble/sunspot/pull/2/files#diff-165)(24)
Dsunspot_solr/solr/solr/.gitignore(https://github.com/redbubble/sunspot/pull/2/files#diff-166)(1)
Msunspot_solr/solr/solr/README.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-167)(61)
Asunspot_solr/solr/solr/collection1/README.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-168)(50)
Asunspot_solr/solr/solr/collection1/conf/_rest_managed.json(https://github.com/redbubble/sunspot/pull/2/files#diff-169)(1)
Asunspot_solr/solr/solr/collection1/conf/_schema_analysis_stopwords_english.json(https://github.com/redbubble/sunspot/pull/2/files#diff-170)(38)
Asunspot_solr/solr/solr/collection1/conf/_schema_analysis_synonyms_english.json(https://github.com/redbubble/sunspot/pull/2/files#diff-171)(11)
Rsunspot_solr/solr/solr/collection1/conf/admin-extra.html(https://github.com/redbubble/sunspot/pull/2/files#diff-172)(17)
Asunspot_solr/solr/solr/collection1/conf/admin-extra.menu-bottom.html(https://github.com/redbubble/sunspot/pull/2/files#diff-173)(25)
Asunspot_solr/solr/solr/collection1/conf/admin-extra.menu-top.html(https://github.com/redbubble/sunspot/pull/2/files#diff-174)(25)
Asunspot_solr/solr/solr/collection1/conf/clustering/carrot2/kmeans-attributes.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-175)(19)
Asunspot_solr/solr/solr/collection1/conf/clustering/carrot2/lingo-attributes.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-176)(24)
Asunspot_solr/solr/solr/collection1/conf/clustering/carrot2/stc-attributes.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-177)(19)
Asunspot_solr/solr/solr/collection1/conf/currency.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-178)(67)
Rsunspot_solr/solr/solr/collection1/conf/elevate.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-179)(4)
Asunspot_solr/solr/solr/collection1/conf/lang/contractions_ca.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-180)(8)
Asunspot_solr/solr/solr/collection1/conf/lang/contractions_fr.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-181)(15)
Asunspot_solr/solr/solr/collection1/conf/lang/contractions_ga.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-182)(5)
Asunspot_solr/solr/solr/collection1/conf/lang/contractions_it.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-183)(23)
Asunspot_solr/solr/solr/collection1/conf/lang/hyphenations_ga.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-184)(5)
Asunspot_solr/solr/solr/collection1/conf/lang/stemdict_nl.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-185)(6)
Asunspot_solr/solr/solr/collection1/conf/lang/stoptags_ja.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-186)(420)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ar.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-187)(125)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_bg.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-188)(193)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ca.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-189)(220)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ckb.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-190)(136)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_cz.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-191)(172)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_da.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-192)(110)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_de.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-193)(294)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_el.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-194)(78)
Rsunspot_solr/solr/solr/collection1/conf/lang/stopwords_en.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-195)(6)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_es.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-196)(356)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_eu.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-197)(99)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_fa.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-198)(313)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_fi.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-199)(97)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_fr.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-200)(186)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ga.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-201)(110)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_gl.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-202)(161)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_hi.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-203)(235)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_hu.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-204)(211)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_hy.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-205)(46)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_id.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-206)(359)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_it.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-207)(303)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ja.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-208)(127)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_lv.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-209)(172)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_nl.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-210)(119)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_no.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-211)(194)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_pt.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-212)(253)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ro.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-213)(233)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_ru.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-214)(243)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_sv.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-215)(133)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_th.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-216)(119)
Asunspot_solr/solr/solr/collection1/conf/lang/stopwords_tr.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-217)(212)
Asunspot_solr/solr/solr/collection1/conf/lang/userdict_ja.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-218)(29)
Asunspot_solr/solr/solr/collection1/conf/mapping-FoldToASCII.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-219)(3813)
Rsunspot_solr/solr/solr/collection1/conf/mapping-ISOLatin1Accent.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-220)(0)
Rsunspot_solr/solr/solr/collection1/conf/protwords.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-221)(0)
Asunspot_solr/solr/solr/collection1/conf/schema.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-222)(1163)
Rsunspot_solr/solr/solr/collection1/conf/scripts.conf(https://github.com/redbubble/sunspot/pull/2/files#diff-223)(0)
Asunspot_solr/solr/solr/collection1/conf/solrconfig.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-224)(1905)
Rsunspot_solr/solr/solr/collection1/conf/spellings.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-225)(0)
Asunspot_solr/solr/solr/collection1/conf/stopwords.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-226)(14)
Rsunspot_solr/solr/solr/collection1/conf/synonyms.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-227)(8)
Asunspot_solr/solr/solr/collection1/conf/update-script.js(https://github.com/redbubble/sunspot/pull/2/files#diff-228)(53)
Asunspot_solr/solr/solr/collection1/conf/velocity/README.txt(https://github.com/redbubble/sunspot/pull/2/files#diff-229)(101)
Asunspot_solr/solr/solr/collection1/conf/velocity/VM_global_library.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-230)(182)
Asunspot_solr/solr/solr/collection1/conf/velocity/browse.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-231)(33)
Asunspot_solr/solr/solr/collection1/conf/velocity/cluster.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-232)(19)
Asunspot_solr/solr/solr/collection1/conf/velocity/cluster_results.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-233)(31)
Asunspot_solr/solr/solr/collection1/conf/velocity/debug.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-234)(28)
Asunspot_solr/solr/solr/collection1/conf/velocity/did_you_mean.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-235)(11)
Asunspot_solr/solr/solr/collection1/conf/velocity/error.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-236)(11)
Asunspot_solr/solr/solr/collection1/conf/velocity/facet_fields.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-237)(21)
Asunspot_solr/solr/solr/collection1/conf/velocity/facet_pivot.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-238)(12)
Asunspot_solr/solr/solr/collection1/conf/velocity/facet_queries.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-239)(12)
Asunspot_solr/solr/solr/collection1/conf/velocity/facet_ranges.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-240)(23)
Asunspot_solr/solr/solr/collection1/conf/velocity/facets.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-241)(10)
Asunspot_solr/solr/solr/collection1/conf/velocity/footer.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-242)(43)
Asunspot_solr/solr/solr/collection1/conf/velocity/head.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-243)(35)
Asunspot_solr/solr/solr/collection1/conf/velocity/header.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-244)(7)
Asunspot_solr/solr/solr/collection1/conf/velocity/hit.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-245)(25)
Asunspot_solr/solr/solr/collection1/conf/velocity/hit_grouped.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-246)(43)
Asunspot_solr/solr/solr/collection1/conf/velocity/hit_plain.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-247)(25)
Asunspot_solr/solr/solr/collection1/conf/velocity/join_doc.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-248)(20)
Asunspot_solr/solr/solr/collection1/conf/velocity/jquery.autocomplete.css(https://github.com/redbubble/sunspot/pull/2/files#diff-249)(48)
Asunspot_solr/solr/solr/collection1/conf/velocity/jquery.autocomplete.js(https://github.com/redbubble/sunspot/pull/2/files#diff-250)(763)
Asunspot_solr/solr/solr/collection1/conf/velocity/layout.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-251)(24)
Asunspot_solr/solr/solr/collection1/conf/velocity/main.css(https://github.com/redbubble/sunspot/pull/2/files#diff-252)(230)
Asunspot_solr/solr/solr/collection1/conf/velocity/mime_type_lists.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-253)(68)
Asunspot_solr/solr/solr/collection1/conf/velocity/pagination_bottom.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-254)(22)
Asunspot_solr/solr/solr/collection1/conf/velocity/pagination_top.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-255)(29)
Asunspot_solr/solr/solr/collection1/conf/velocity/product_doc.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-256)(32)
Asunspot_solr/solr/solr/collection1/conf/velocity/query.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-257)(42)
Asunspot_solr/solr/solr/collection1/conf/velocity/query_form.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-258)(64)
Asunspot_solr/solr/solr/collection1/conf/velocity/query_group.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-259)(43)
Asunspot_solr/solr/solr/collection1/conf/velocity/query_spatial.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-260)(75)
Asunspot_solr/solr/solr/collection1/conf/velocity/results_list.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-261)(22)
Asunspot_solr/solr/solr/collection1/conf/velocity/richtext_doc.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-262)(153)
Asunspot_solr/solr/solr/collection1/conf/velocity/suggest.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-263)(8)
Asunspot_solr/solr/solr/collection1/conf/velocity/tabs.vm(https://github.com/redbubble/sunspot/pull/2/files#diff-264)(50)
Rsunspot_solr/solr/solr/collection1/conf/xslt/example.xsl(https://github.com/redbubble/sunspot/pull/2/files#diff-265)(2)
Rsunspot_solr/solr/solr/collection1/conf/xslt/example_atom.xsl(https://github.com/redbubble/sunspot/pull/2/files#diff-266)(2)
Rsunspot_solr/solr/solr/collection1/conf/xslt/example_rss.xsl(https://github.com/redbubble/sunspot/pull/2/files#diff-267)(2)
Rsunspot_solr/solr/solr/collection1/conf/xslt/luke.xsl(https://github.com/redbubble/sunspot/pull/2/files#diff-268)(2)
Asunspot_solr/solr/solr/collection1/conf/xslt/updateXml.xsl(https://github.com/redbubble/sunspot/pull/2/files#diff-269)(70)
Asunspot_solr/solr/solr/collection1/core.properties(https://github.com/redbubble/sunspot/pull/2/files#diff-270)(1)
Dsunspot_solr/solr/solr/conf/schema.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-271)(251)
Dsunspot_solr/solr/solr/conf/solrconfig.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-272)(934)
Asunspot_solr/solr/solr/solr.xml(https://github.com/redbubble/sunspot/pull/2/files#diff-273)(45)
Asunspot_solr/solr/solr/zoo.cfg(https://github.com/redbubble/sunspot/pull/2/files#diff-274)(17)
Msunspot_solr/solr/start.jar(https://github.com/redbubble/sunspot/pull/2/files#diff-275)(0)
Msunspot_solr/solr/webapps/solr.war(https://github.com/redbubble/sunspot/pull/2/files#diff-276)(0)
Msunspot_solr/sunspot_solr.gemspec(https://github.com/redbubble/sunspot/pull/2/files#diff-277)(1)

Patch Links:
https://github.com/redbubble/sunspot/pull/2.patch
https://github.com/redbubble/sunspot/pull/2.diff


Reply to this email directly orview it on GitHub(#2).

Yes, we do :-) for our awesome get/put behaviour

anujluthra added a commit that referenced this pull request Jun 18, 2015
@anujluthra anujluthra merged commit 1e26a19 into master Jun 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.