[ts] min_word_length

2010-12-17 Thread Simon
onfig file? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to thinking-sph...@googlegroups.com. To unsubscribe from this group, send email to thinking-sphinx+unsubscr...@googlegroups.c

[ts] Re: min_word_length

2010-12-17 Thread Simon
Whoops, nevermind. Apparently I completely overlooked the fact that its only min_word_len, and not min_word_length, every time I looked at what I had written in my config file. On Dec 17, 10:35 am, Simon wrote: > Hi, > > Is the sphinx min_word_length option supported in Thinkng S

[ts] normal indexing speed?

2010-12-17 Thread Simon
compared to what I've seen as sample times from other people. Does anybody have any suggestions for what I could do to improve the performance, or any comments on the speed of the indexing compared to what they have seen? Thanks, Simon -- You received this message because you are subscri

[ts] Re: normal indexing speed?

2010-12-19 Thread Simon
the default value, in 100,000 blocks, and with the huge value to try and get all the values at once. I thought it seemed pretty slow too, considering there are no joins or anything like that happening. Thanks again, Simon On Dec 19, 2:33 am, Pat Allan wrote: > Hi Simon > > Is x_id and

[ts] Re: normal indexing speed?

2010-12-20 Thread Simon
definitely feels too slow. What machine are you running this on? And > does the speed improve if you remove body from the index definition? > > -- > Pat > > On 20/12/2010, at 12:38 AM, Simon wrote: > > > Hi, > > > Thanks for the reply.  Not sure what yo

[ts] Re: normal indexing speed?

2010-12-26 Thread Simon
Yeah, I think so. It has over 1.5 GBs and I have the mem_limit set to 256M. Simon On Dec 23, 3:36 am, Pat Allan wrote: > Does the VM have enough RAM? I'm running out of suggestions for the cause to > be honest. And I don't have any similar sized datasets on hand to co

[ts] searching for empty fields

2011-01-10 Thread Simon
an AND condition? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to thinking-sph...@googlegroups.com. To unsubscribe from this group, send email to thinking-sphinx+unsubscr...@googlegr

[ts] Re: searching for empty fields

2011-01-13 Thread Simon
Clever. Thanks for the help! Simon On Jan 13, 2:33 am, Pat Allan wrote: > Hi Simon > > Sphinx has no concept of searching for empty fields. I think a better option > would be to add an attribute indicating whether the specific column is blank: > >   has "LENGTH(body) &

[ts] delayed_delta not found

2011-03-10 Thread Simon
on't have any other file in the deltas/ dir other than default_delta.rb. Any ideas what the issue might be? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to thinking-sphinx@go

[ts] Re: delayed_delta not found

2011-03-10 Thread Simon
ked with 2.0.4, where I think the latest ts-delayed-delta required >= 2.0. So once I sorted out what worked with Rails 2, and what versions of dependencies these needed, everything got up and running. Hopefully this will help out somebody else trying to get this going on Rails 2. Cheers, Simon

[ts] rake ts:start gives 'searchd is already running' error

2011-09-21 Thread Simon
/usr/bin/rake:19:in `load' /usr/bin/rake:19 Tasks: TOP => ts:start => thinking_sphinx:start There is no .pid file in the log dir (and no searchd log files whatsoever), and I can't find searchd actually running anywhere on my system. In fact, when I try to get thinking sphinx runn

[ts] Re: rake ts:start gives 'searchd is already running' error

2011-09-22 Thread Simon
> rake ts:start rake aborted! searchd is already running. Tasks: TOP => ts:start => thinking_sphinx:start (See full trace by running task with --trace) > ps aux | grep searchd 1000 4553 0.0 0.0 3336 800 pts/0S+ 08:18 0:00 grep searchd One right after the other. S

[ts] Re: rake ts:start gives 'searchd is already running' error

2011-09-22 Thread Simon
I was, since in production I have it sitting on a remote server. Commeted that out from my dev environment and its up and running again. Thanks so much. Simon On Sep 22, 8:29 am, Pat Allan wrote: > You're not setting ThinkingSphinx.remote_sphinx to true at any point, are you? >

[ts] disabling '|' (OR) and '-' (NOT) clauses in the search string

2009-05-04 Thread Simon
atement since it is a runtime value. Any ideas on how I can handle this? Thanks, Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to thinking-sph

[ts] Re: disabling '|' (OR) and '-' (NOT) clauses in the search string

2009-05-04 Thread Simon
t was a field, I changed it to be an attribute, and now it behaves perfectly. Thanks! Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to thinki

[ts] delta indexing on demand?

2009-05-14 Thread Simon
that the UI hangs when an entry is created/ modified, as the delta indexing is being done. Is there a way to push this to a background or asynchronous process so that it doesn't interfere with the UI rendering? Thanks, Simon --~--~-~--~~~---~--~~ You received

[ts] Re: delta indexing on demand?

2009-05-16 Thread Simon
tion, but if I could avoid the overhead caused by the delta indexing altogether, that seems like a more desireable outcome. If I do end up using the delta indexing, is there a way to make it an asynchronous task, so that it does not block on the UI rendering? Thanks again, Simon On May 14, 8:52 

[ts] Re: delta indexing on demand?

2009-05-18 Thread Simon
all git://github.com/freelancing-god/thinking-sphinx.git" I was getting back the error "Plugin not found: ["git://github.com/freelancing-god/ thinking-sphinx.git"]". Perhaps the tarball wasn't updated to the latest version? Simon On May 16, 10:09 pm, Pat Allan wrote: &

[ts] Re: delta indexing on demand?

2009-05-19 Thread Simon
is also up to date :) Thanks again, Simon On May 18, 8:46 pm, Pat Allan wrote: > Hi Simon > > Just so I'm aware of what we're working with, can you share your   > define_index block? Also, what version of Rails are you using? The   > attribute-only-updates requires @

[ts] Thinking Sphinx Delayed Job rake task during deployment

2009-12-10 Thread Simon
server command line: namespace :thinkingsphinx do desc 'Start Delayed Job Sphinx delta indexing' task :dd do run "cd #{current_path} && rake ts:dd RAILS_ENV=#{rails_env} &" end end How can I get the delayed jobs rake tasks to start from the deployment

[ts] should the ts:dd rake task keep running while re-indexing

2012-10-26 Thread Simon
during this time? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To view this discussion on the web visit https://groups.google.com/d/msg/thinking-sphinx/-/5skq38P9ko0J. To post to this group, send email to think

[ts] New additions not appearing in search results

2016-11-29 Thread Simon
hing seems to make a difference. Does anybody have any ideas what might be happening here, or any other suggestions for what I can try? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this gr

Re: [ts] New additions not appearing in search results

2016-11-30 Thread Simon
order = '@relevance DESC' end entries = Entry.search params[:criteria], :with => filters, :sort_mode => :extended, :order => order Thanks again, Simon On Wednesday, 30 November 2016 07:29:36 UTC-5, Pat Allan wrote: > > Hi Simon, > > I guess the first place I

Re: [ts] New additions not appearing in search results

2016-12-01 Thread Simon
ke I need to turn my attention to non-sphinx issues. Thanks again Pat for taking the time to respond, and for getting me thinking about some different possibilities. It's greatly appreciated! Cheers, Simon On Wednesday, 30 November 2016 07:47:18 UTC-5, Pat Allan wrote: > > Hmm, this is cert

[ts] How to handle multiple databases for multi tenancy using apartment gem

2013-06-04 Thread Simon Hürlimann
atabase selection is implemented using apartment and a subdomain matcher. You can find current code in the tenancy branch of Bookyt (https://github.com/huerlisi/bookyt/tree/tenancy). Installation docs (INSTALL.textile might be a little out of date regarding tenancy, just ping me). Thanx and cheers Sim