support – Flax http://www.flax.co.uk The Open Source Search Specialists Thu, 10 Oct 2019 09:03:26 +0000 en-GB hourly 1 https://wordpress.org/?v=4.9.8 Flax wins contract with NHS Wales to support Apache Solr for Welsh Clinical Portal http://www.flax.co.uk/blog/2016/04/12/flax-wins-contract-nhs-wales-support-apache-solr-welsh-clinical-portal/ http://www.flax.co.uk/blog/2016/04/12/flax-wins-contract-nhs-wales-support-apache-solr-welsh-clinical-portal/#respond Tue, 12 Apr 2016 08:52:07 +0000 http://www.flax.co.uk/?p=3179 We’re very pleased to announce that Flax has won a 3-year contract with the NHS Wales Informatics Service to support the Apache Lucene/Solr search engine used by the Welsh Clinical Portal, during which period we’ll be backing up the in-house … More

The post Flax wins contract with NHS Wales to support Apache Solr for Welsh Clinical Portal appeared first on Flax.

]]>
We’re very pleased to announce that Flax has won a 3-year contract with the NHS Wales Informatics Service to support the Apache Lucene/Solr search engine used by the Welsh Clinical Portal, during which period we’ll be backing up the in-house team with our deep experience of Solr.

The Welsh Clinical Portal is a classic example of how a search engine can be used to bring together huge amounts of data. Many records are still paper based and electronic records are created across different applications, hospitals and GP practices. The Welsh Clinical Portal allows hospital clinicians to easily find and view essential healthcare information such as medication details and referral notes.

The system itself has been designed to handle up to 300 million documents and will be constantly updated with the thousands of new items added every day. Solr provides powerful and accurate search and fast response times.

As their recent newsletter notes, “this is considered to be the first time Solr has been applied to a health enterprise architecture on a national scale”. We’re seeing increasing adoption of open source software in the healthcare domain, with a recent development being NHS England’s creation of the Apperta Foundation to help manage the adoption of new open source applications that can easily be extended and re-used with no license fees payable. The Welsh Clinical Portal is a great example of what can be achieved with open source software while reducing costs – an essential consideration for a publicly-funded healthcare organisation.

If you need help designing, building or supporting applications based on Solr, for healthcare or any other application, do get in touch.

The post Flax wins contract with NHS Wales to support Apache Solr for Welsh Clinical Portal appeared first on Flax.

]]>
http://www.flax.co.uk/blog/2016/04/12/flax-wins-contract-nhs-wales-support-apache-solr-welsh-clinical-portal/feed/ 0
Choosing between Elasticsearch and Solr http://www.flax.co.uk/blog/2016/03/15/choosing-elasticsearch-solr/ http://www.flax.co.uk/blog/2016/03/15/choosing-elasticsearch-solr/#respond Tue, 15 Mar 2016 15:42:32 +0000 http://www.flax.co.uk/?p=3124 One of the questions we’re asked all the time is which of the two most popular open source search engines is best for a particular use case – and the answer is always ‘it depends’. Broadly speaking, Apache Lucene/Solr and … More

The post Choosing between Elasticsearch and Solr appeared first on Flax.

]]>
One of the questions we’re asked all the time is which of the two most popular open source search engines is best for a particular use case – and the answer is always ‘it depends’. Broadly speaking, Apache Lucene/Solr and Elasticsearch are very similar in terms of features and performance. If you’ve already chosen one of them, there’s very few reasons to incur the inevitable extra work of switching to the other. However if you’re still not sure which to choose, read on.

Solr, being the older and more mature project, is often chosen by organisations who are comfortable with building and managing enterprise Java applications, already using other Apache open source projects and whose data is generally complex and of many different sizes and types. The queries used may also be quite complex. They like the fact that there are many places to obtain support and development services from and the wide range of documentation, books and articles on Solr. They also like its proven stability at large scale. Some examples from our own client list are Bloomberg, News UK, Reed Specialist Recruitment and Infomedia.

Elasticsearch is often chosen by organisations who are following the latest trends in terms of programming languages and frameworks, aren’t necessarily thinking they need a ‘search engine’ (they may for example be building analytics tools) and are likely to be ingesting a large number of reasonably small items of data. They want a tool that will scale easily and automatically without them having to think about how to do it. Although there isn’t so much documentation on Elasticsearch, and the support and training options are pretty much centred around one company (who also control the development roadmap), they like the fact that it’s quick to get started with. Some examples from our own client list are Arachnys, the Office for National Statistics, Westcoast and Eagle Genomics.

There’s exceptions of course and several of our clients use both Solr and Elasticsearch in different situations and for different purposes. You can build site search, enterprise search, Big Data and analytics systems with either – and we’re happy to offer consulting, training and support for both. If you need advice or help with your choice do get in touch or come along to a Meetup and chat to us in person.

The post Choosing between Elasticsearch and Solr appeared first on Flax.

]]>
http://www.flax.co.uk/blog/2016/03/15/choosing-elasticsearch-solr/feed/ 0
The four types of open source search project http://www.flax.co.uk/blog/2015/07/08/the-four-types-of-open-source-search-project/ http://www.flax.co.uk/blog/2015/07/08/the-four-types-of-open-source-search-project/#respond Wed, 08 Jul 2015 09:43:07 +0000 http://www.flax.co.uk/blog/?p=1517 As I’m currently writing content for our new Flax website (which is taking far longer than anticipated for various reasons I won’t bore you with) I’ve been thinking about the sort of projects we encounter at Flax. You might find … More

The post The four types of open source search project appeared first on Flax.

]]>
As I’m currently writing content for our new Flax website (which is taking far longer than anticipated for various reasons I won’t bore you with) I’ve been thinking about the sort of projects we encounter at Flax. You might find this useful if you’re planning or starting a search project with Solr or Elasticsearch. Note that not everything we do fits cleanly into these four categories!

The search idea

So you’ve got this idea and you’re convinced that you need search as part of the puzzle, but you’re not sure where it fits, whether it will be performant or how to gather and transform your data so it’s ready for searching. Perhaps you’re from a startup, or maybe part of a skunkworks projects in a larger organisation. What you need is someone who really understands search software and what can be done with it to sit with you for a day or two, validate your technical choices, help you understand how to shape your data, even play with some basic indexing.

The proof of concept

You’re a little further along – you know what technology you’ll be using and you have some data all ready for indexing. However, before your funders or boss will release more budget you need to build something they can see (and search) – you’ll need an indexer and a basic search application. You could do it yourself but time is limited and you’ve not built a search application before. You’re expecting to spend a week or two developing something to show others, that lets them search real data and see real results. You might also want to experiment with scale – see what happens to performance when you add a few million items to the index, even if the schema isn’t quite right yet.

The big one

You’re building the big one – indexing complex data or many millions of items, and/or for a huge user base. You need to be very sure your indexing pipeline is fast, scales well, copes with updates and can transform data from many sources. You need to develop the very best search schema. Your search architecture must be resilient, cope with heavy load, failover cleanly and give the correct results. You’re assembling a team to build it but you need specialist help from people who have built this kind of system at scale before.

The migration

Finally you’ve secured budget to move away from the slow and innacurate search engine that everyone hates! Search really does suck, but you now have a chance to make it better. However, although you know how to keep the old engine running you don’t have much experience of open source search. Even though the old engine isn’t great, you’re doing a lot of business with it and you want to be confident that relevance is as good (and hopefully better) with the new engine – maybe you want to develop a testing framework?

We’re also increasingly delivering training (both for business users who want to know the capabilities of open source search and for technical users who want to improve their knowledge – we can tailor this to your requirements) and ongoing support – but everything starts with a search project of some kind!

The post The four types of open source search project appeared first on Flax.

]]>
http://www.flax.co.uk/blog/2015/07/08/the-four-types-of-open-source-search-project/feed/ 0
Trading-up to open source – a safer route to effective search http://www.flax.co.uk/blog/2012/12/05/trading-up-to-open-source-a-safer-route-to-effective-search/ http://www.flax.co.uk/blog/2012/12/05/trading-up-to-open-source-a-safer-route-to-effective-search/#respond Wed, 05 Dec 2012 12:13:42 +0000 http://www.flax.co.uk/blog/?p=918 It hasn’t taken long for some of Autonomy’s rivals to attempt to capitalise on the recent bad PR around HP’s acquisition – OpenText has offered a ‘software trade-in’, Recommind has offered a ‘trade-up’ and Swiss company RSD has offered a … More

The post Trading-up to open source – a safer route to effective search appeared first on Flax.

]]>
It hasn’t taken long for some of Autonomy’s rivals to attempt to capitalise on the recent bad PR around HP’s acquisition – OpenText has offered a ‘software trade-in’, Recommind has offered a ‘trade-up’ and Swiss company RSD has offered a free license for their governance software to Autonomy customers. No word yet from Exalead, Oracle (Endeca), Microsoft (FAST) or any of the other big commercial search companies but I’m sure their salespeople are making the most of the situation.

Migrating a search engine from one technology to another is rarely trouble-free: data must be re-indexed, query architectures rewritten, integration with external systems re-done, relevancy checked…however with sufficient forethought it can be done successfully. We’ve just helped one client migrate from a commercial engine to Apache Solr in a matter of weeks: although at first glance Solr didn’t seem to support all of the features the commercial engine provided, it proved possible to simulate them using multiple queries and with careful design for scalability, query performance is comparable.

Choosing one closed source engine to replace another doesn’t remove the risk that future corporate mergers & acquisitions will cause exactly the same lack of confidence that is no doubt affecting Autonomy customers – or huge increases in license fees, a drop in the quality of available support or the end of the product line altogether – and we’ve heard of all of these effects over the last few years. Moving to an open source search engine gives you freedom and control of the future of the technology your business is reliant upon, with a wealth of options for migration assistance, development and support.

So here’s our offer – we’d be happy to talk, for free (by phone or face-to-face for customers within reach of our Cambridge offices), to any Autonomy customers considering migration and to help them consider the open source options (some of these even have the Bayesian, probabilistic search features Autonomy IDOL provides) – and together with our partners we can also provide a level of ongoing support comparable to any closed source vendor. We don’t have salespeople, we don’t have a product to sell you and you’ll be talking directly to experts with decades of experience implementing search – and there’s no obligation to take things any further. We’d simply like to offer an alternative (and we believe, safer) route to effective search.

The post Trading-up to open source – a safer route to effective search appeared first on Flax.

]]>
http://www.flax.co.uk/blog/2012/12/05/trading-up-to-open-source-a-safer-route-to-effective-search/feed/ 0
Flax partners with open source support specialists Sirius Corporation http://www.flax.co.uk/blog/2012/06/28/flax-partners-with-open-source-support-specialists-sirius-corporation/ http://www.flax.co.uk/blog/2012/06/28/flax-partners-with-open-source-support-specialists-sirius-corporation/#respond Thu, 28 Jun 2012 13:56:26 +0000 http://www.flax.co.uk/blog/?p=815 We’re very happy to announce we’ve partnered with Sirius Corporation. Sirius are the leading U.K. provider of managed services, support and training for open source software with an impressive and growing list of clients including Canonical, Médecins Sans Frontières and … More

The post Flax partners with open source support specialists Sirius Corporation appeared first on Flax.

]]>
We’re very happy to announce we’ve partnered with Sirius Corporation. Sirius are the leading U.K. provider of managed services, support and training for open source software with an impressive and growing list of clients including Canonical, Médecins Sans Frontières and the Met Office. We’ve recently carried out a major project for which Sirius will be providing ongoing support on a 24/7 SLA basis and we’re looking forward to further collaboration with this energetic, highly professional and skilled company.

We’re also happy to announce that Flax and Sirius will be co-hosting a free, half day event on Open Source Enterprise Search on Friday 20th July from 9.30 a.m. Held at the Sirius Corporation offices in Weybridge, Surrey, this will be an opportunity to find out how open source search can directly benefit your business. Whether you need search over documents on an intranet or database, pages on a website or more specialised applications such as media monitoring, taxonomy and classification, open source technologies can offer an economical and highly scalable route to success. The event will feature focussed briefings, networking and discussion with leading experts in the field. It’s completely free to attend and breakfast, refreshments and a riverside barbeque lunch will be provided.

You can register and find out more online.

The post Flax partners with open source support specialists Sirius Corporation appeared first on Flax.

]]>
http://www.flax.co.uk/blog/2012/06/28/flax-partners-with-open-source-support-specialists-sirius-corporation/feed/ 0