Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ArtistsIndex = new Index({
  2. collection: Artists,
  3. fields: ['name'],
  4. engine: new ElasticSearchEngine({
  5. query: function () {
  6. // what goes in here???
  7. }
  8. })
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement