Matt Pearce
Matt Pearce
Hi, It looks like it's failing to find the archetype repository. Do you have the archetype repository set up in your Maven configuration? RRE isn't in the central Maven repository,...
It's a version issue, I believe. The generic search archetype was added in version 1.1, so if you change archetypeVersion to 1.1, it should work for you. I'll update the...
I've been looking into this, and while the transport client is a fairly trivial change, the node client is not. In addition, changes to the way ES is built are...
I've ended up disabling the NodeClient completely - Elastic reckon you should run a local coordinating node, and use the TransportClient to communicate with that. You can still use the...
Hi, There are some sample documents in the swat4ls_demo folder, in the data folder, along with an indexer application to build an index both with and without the ontology data....
No, that is not something this plugin can do. I suggest you look at the Zooma tool, which may be useful to you. See http://www.ebi.ac.uk/spot/zooma/ for more details. Thanks.
The plugin has been written using some of the new functions in Java 8, including lambda functions and expressions, so it would require some re-writing to compile in Java 7....
I've made some small changes to the Solr start and stop scripts to make them work better with Solr 4 as well as Solr 5. I've tested against Solr 4.10.3,...
Hi, The spot-ontology directory has an example set-up using an OWL ontology. See the solrconfig.xml in https://github.com/flaxsearch/BioSolr/blob/master/spot/spot-ontology/solr-conf/documents/conf/solrconfig.xml, line 586, to see how it is configured. The properties file referred to...
Sorry, but I have not had a chance to look closely at your problem. One quick suggestion though - I see from the log file you are using ES 2.2.0....