[Ann] Elasticsearch OAI River version 2.0.0

Hej,

Elasticsearch OAI River version 2.0.0 has been released.

What is OAI?

See http://www.openarchives.org/

What's new?

  • redesign of underlying client bulk support (using a sub-plugin
    elasticsearch-transport-support)
  • update of xbib OAI harvesting code
  • update to Elasticsearch 0.20.x
  • binary moved from github to bintray

Github page:

Bintray page:

https://bintray.com/pkg/show/general/jprante/elasticsearch-plugins/elasticsearch-river-oai

I hope you find it useful. It was quickly tested against arxiv.org with

curl -XPUT 'localhost:9200/_river/my_arxiv_river/_meta' -d '
{
"type" : "oai",
"oai" : {
"url" : "http://export.arxiv.org/oai2",
"set" : "cs"
},
"index" : {
"index" : "arxiv",
"type" : "cs"
}
}
'

Have fun,

Jörg

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.