I have am using mongodb with mongomapper to store all my products.Each product belongs to multiple categories that have many levels i.e. category, sub category etc.
Environment Rails 3.0.4, Ruby 1.8.7, Sphinx 0.99, Dreamhost VPS I have a simple blog search set up as follows:
If I use the wordforms file, to a word like this: television > tv If i search for television,开发者_运维百科 i\'d get results with TV on it, but i also want to have television results, is that possi
I would like to know if Heroku supports开发者_StackOverflow Sphinx (and its gem Thinking Sphinx)Looks like Heroku soon will support Sphinx through Flying-SphinxYou would need to launch an ec2 instance
i have another question! I have an index with SPH_MATCH_ALL SPH_RANK_SPH04 and when i search for the word \"ipad\" the word \"dissIPADor\" is comming before the word IPAD alone, how can i make \'ip
I have an app , using ruby and thinking sphinx . right now each one of my web servers running a local sphinx daemon.
I have the following index with sphinx : source src1 { type= mysql sql_host= localhost sql_user= ... sql_pass= ...
We are building an application which will require us to index data for each of our users so that we can provide full text search on their data. Here are some notable things about the application:
I\'m looking into Thinking Sphinx for it\'s potential to solve an indexing problem.It looks like it has a very specific API for telling it what fields to index on a model.I don\'t like having this lay
Do I have to run the indexer each time I add new records unto my tables? Is there no other way around this? Whenever I add a new record I always have to do indexer test1 --rotate on my searchd service