You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rails new searchapp --skip --skip-bundle --template https://raw.github.com/elasticsearch/elasticsearch-rails/master/elasticsearch-rails/lib/rails/templates/02-pretty.rb
92
95
```
93
96
94
-
Run the same command with the `03-expert.rb` template to refactor the application into a more complex use case,
97
+
Run the same command with the [`03-expert.rb`](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-rails/lib/rails/templates/03-expert.rb)
98
+
template to refactor the application into a more complex use case,
95
99
with couple of hundreds of The New York Times articles as the example content.
96
100
The template will extract the Elasticsearch integration into a `Searchable` "concern" module,
97
101
define complex mapping, custom serialization, implement faceted navigation and suggestions as a part of
0 commit comments