Giter Club home page Giter Club logo

sunspot_autocomplete's People

Contributors

xponrails avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sunspot_autocomplete's Issues

Error when Sunspot solr reindex - RSolr::Error::Http - 400 Bad Request Error: Invalid Date String:''

(Please read all mentioned details first)
Getting this error while running Sunspot Reindexing-
rake aborted!
RSolr::Error::Http - 400 Bad Request
Error: Invalid Date String:''

Used Command - "rake sunspot:solr:reindex" and "rake sunspot:reindex"

My Sunspot server is running
Used Command : "rake sunspot:solr:start" and "rake sunspot:solr:run"

In my sunspot configure (model), I mentioned-
searchable do
text :search_coupon, :more_like_this => true
text :name, :city, :country
boolean :is_active, :using => :is_active?
string :name
string :product_type
string :city
string :country
string :star_rating
string :property_type
string :amenities, :multiple => true
string :search_coupon
integer :price, :using => :starting_price
integer :prices_array, :multiple => true
integer :price_min, :using => :starting_price
integer :price_max, :using => :ending_price
time :available_dates, :multiple => true, :trie => true
time :deleted_at
end

All reindexing is running in other machine via the same code. There is no error in another machine. Also searched over internet but did not find anything useful.
I am using Ubuntu 12.10 64-bit version.

Please resolve this problem asap.
Thank you in advance

RSolr::Error::Http - 400 Bad Request Error: ERROR:unknown field 'tags_ac'

Hello everyone !!
i did what's written :
but when i try to reindex.. i have this error :
rake aborted!
RSolr::Error::Http - 400 Bad Request
Error: ERROR:unknown field 'tags_ac'

as the model that searchable called Experience and i put this block in it

searchable do
text :tags, :boost => 3
text :title, :boost => 2
text :tips
autocomplete :tags, :using => :tags
end
what's the problem guys ? Thanks a lot :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.