Questions tagged [ultrasphinx]
9 questions
3
votes
1 answer
What does the error "ERROR: index ‘product’: raw_hits: write error: 122070 of 262017 bytes written" mean in Sphinx?
Some of my indexes appear to be failing during the nightly rebuild with this error:
ERROR: index ‘product’: raw_hits: write error: 122070 of 262017 bytes written
The only reference I can find on the internet is in some multibyte language that I…

RubyRedGrapefruit
- 12,066
- 16
- 92
- 193
3
votes
1 answer
Ultrasphinx Error after installation Gitorious
I installed Gitorious on my server Linux. I login with my admin user. I uploaded my public ssh key on Gitorious.
Now, I would like create a new project, but when I create a new project I have this error on my log
** ultrasphinx: spelling…

Whitney R.
- 630
- 4
- 10
- 20
2
votes
1 answer
Search by record id with ultrasphinx
I'm trying to search by record id with ultrasphinx on Rails 2.3.8
In my model i tried the following:
class Offer < ActiveRecord::Base
is_indexed :fields => [{:field => 'id', :as => 'offer_id'}]
end
and
class Offer < ActiveRecord::Base
…

daviceitor
- 21
- 2
1
vote
1 answer
How can I index and search on the percent (%) character in sphinx
Our index is full of data that have associated units with them.
Units such as degrees (°) and percent (%) are proving difficult to index and search on.
We're using ultrasphinx and sphinx 0.9.9 but Riddle/ThinkingSphinx doesn't seem to handle…

lebreeze
- 5,094
- 26
- 34
1
vote
1 answer
Is it possible to use Sphinx search with dynamic conditions?
In my web app I need to perform 3 types of searching on items table with the following conditions:
items.is_public = 1 (use title field for indexing) - a lot of results can be retrieved(cardinality is much higher than in other…

BinaryButterfly
- 18,137
- 13
- 50
- 91
1
vote
2 answers
ruby on rails - ultrasphinx
Ruby on Rails - UltraSphinx
Hi guys, I'm using Ultrasphinx for the search thing.
My question is : I have the "rake ultrasphinx:daemon:start" running in the background. Now, should I have a cron job that does "rake ultrasphinx:index" regularly or…

Satya Kalluri
- 5,148
- 4
- 28
- 37
0
votes
1 answer
Ultrasphinx and Rails: Completely wrong results - Why?
I'm using Ultrasphinx for searching on a Rails App. Everything seems to be working, the only thing is that the search results are not matching the search query in any way. I really don't understand this. I rebuilt my indexes and config files several…

Ole Spaarmann
- 15,845
- 27
- 98
- 160
0
votes
1 answer
Problem with Ultrasphinx & Aspell & Boolean Search (spell check missbehaves...)
I'm using Ultrasphinx with Aspell spelling support to search a Rails app. I want my users to be able to search using boolean operators ("king OR queen"). I'm using the german aspell directory, since the app is for Germany.
The Problem: Ultrasphinx…

Ole Spaarmann
- 15,845
- 27
- 98
- 160
0
votes
1 answer
Using Ruby-on-Rails, Sphinx or UltraSphinx and an HTML source (not a database)
The documentation states for sphinx-0.9.9-rc2:
The data to be indexed can generally come from very different sources: SQL
databases, plain text files, HTML files, mailboxes, and so on.
However, I can't find any documentation on setting up a a source…

Tyler K
- 526
- 1
- 4
- 12