SubversionRiver
SubversionRiver copied to clipboard
A River for ElasticSearch to index subversion repositories.
Have no idea what is wrong here. The revision exists for sure and it does work for other repo paths: ``` [svn_bin2] creating index, cause [api], shards [5]/[1], mappings []...
Since we are storing source code in ElasticSearch with this plugin the documents are fairly long. Is it possible to only show and highlight the lines/words of the document which...
The constant DATE_TIME_ISO8601_FORMAT in class org.elasticsearch.river.subversion.type.SubversionRevision is using a wrong date format, It should be "yyyy-MM-dd'T'HH:mm:ss.SSSZ" instead of ""yyyy-MM-dd'T'hh:mm:ss.SSSZ". This cause the timestamp of the revision sometimes to be 12...
Not sure why our repository is set up the way that it is (it predates my employment), but when trying to index the branch, it fails due to an unhandled...
It would be nice to have an option for the river to be able to store the revision diffs.
Hello, your SVN River is working great. While testing it i run into following situtation: In an to be indexed SVN i have a SVN Revision Number in which a...
When you delete an index (but not the river) to let the river reindex the repository, the index creation does not take the custom mapping into account. Thus can lead...