Re: 504 timeout

2018-09-11 Thread John Blythe
ah, great thought. didn't even think of that. we already have a couple ngram-based fields. will send over to the stakeholder who was attempting this. thanks! -- John Blythe On Sun, Sep 9, 2018 at 11:31 PM Erick Erickson wrote: > First of all, wildcards are evil. Be sure that the reason people

Re: 504 timeout

2018-09-09 Thread Erick Erickson
First of all, wildcards are evil. Be sure that the reason people are using wildcards wouldn't be better served by proper tokenizing, perhaps something like stemming etc. Assuming that wildcards must be handled though, there are two main strategies: 1> if you want to use leading wildcards, look at

504 timeout

2018-09-09 Thread John Blythe
hi all. we just migrated to cloud on friday night (woohoo!). everything is looking good (great!) overall. we did, however, just run into a hiccup. running a query like this got us a 504 gateway time-out error: **some* *foo* *bar* *query** it was about 6 partials with encapsulating wildcards that