jbjares2

placas_index

Apr 3rd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function (doc) {
  2. for(var i in doc.placas){
  3. index("placas", doc.placas[i],{"store":true, "facet":true});
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment