Ive got some problems getting fsriver to index my files, ive got a 
diskimage mounted on /mnt/ and it contains a folder files containing files. 
I am running this on a single server for testing purposes.

When I try to index the files in the folder with:

curl -XPUT 'localhost:9200/_river/mydocs/_meta' -d '{
  "type": "fs",
  "fs": {
    "name": "mnt",
    "url": "/mnt/files/"
    
  },
  "index": {
    "index": "index",
    "type": "doc"
  }
}'

the folder contains 1gig of data in various formats and the command only 
produces:

{"ok":true,"_index":"_river","_type":"mydocs","_id":"_meta","_version":17}

i can see that it updates the version but it does not produce any index to 
my knowledge.
GET /_river/mydocs/_search returns with a blank.

curl -XGET 'http://localhost:9200/'
{
  "ok" : true,
  "status" : 200,
  "name" : "Sigyn",
  "version" : {
    "number" : "0.90.7",
    "build_hash" : "36897d07dadcb70886db7f149e645ed3d44eb5f2",
    "build_timestamp" : "2013-11-13T12:06:54Z",
    "build_snapshot" : false,
    "lucene_version" : "4.5.1"
  },
  "tagline" : "You Know, for Search"

fsriver version 1.0.0


Thankful for any help with this matter.




-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/30b9b34f-c30a-4105-b632-dbd927713280%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to