Nick Zadrozny

Results 9 comments of Nick Zadrozny

@njakobsen can you express the query you're trying to generate in terms of Solr's query parameters? for the level of changes you're suggesting here we should really be talking more...

Thanks @njakobsen, that makes a bit more sense. I suspect you might be overcomplicating your approach here, and a day spent working with raw Solr queries could really help you...

anyone want to tackle the above? good intro project for contributing :)

Seems like that invocation of `all_text_fields` could start by checking if the object even responds to that method in the first place, and short circuiting with an error message if...

Phill got in touch with me via [email protected], so I am taking a look from my end as well.

@d1b1 can you send me an email at [email protected] with your app name? if either you or @phillro can help distill a request down into a failing `curl -v` command,...

This might be a half solution, but it looks pretty un-invasive and very helpful in the context of issues like #324. :+1:

Relevant to my interests. If I recall correctly, the `mapping` method defined in the `Tire::Model::Indexing` module will attempt to make a request to the Elasticsearch server when called. For most...

Followup, regarding "Model Callbacks" by which I suppose you mean [Tire::Model::Callbacks](https://github.com/karmi/retire/blob/master/lib/tire/model/callbacks.rb). If those `tire.update_index` methods throw an exception, then creating and updating records will fail. This could be dealt with...