>From the fsriver doc:

curl -XPUT 'localhost:9200/_river/mydocs/_meta' -d '{
  "type": "fs",
  "fs": {
     "url": "/tmp",
     "update_rate": 900000,
     "includes": "*.doc,*.pdf",
     "excludes": "resume"
   }
}'

How does this translate to the Python API?

Thanks,
Kent

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAAa_k2f9zW7VLR5%3DjkqipQwzZanU%2BQxCDWSVJ0FD1L_6RP6g7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to