On 13/10/16 12:50, Paul Starrett wrote:
> I am trying to select a search engine and I have tested Solr and ELK
> which tend to be beyond what I need.
I originally used solr before switching to whoosh. It came to a head
because the XML config files alone were larger than the code to just use
whoosh. And then doing any kind of customisation for solr involved yet
more copious xml and verbose java.
Fundamentally whoosh works well, and is easy to customise.
I don't believe there are any arbitrary limits. My data measures in the
gigabytes. What you'll generally see is that the time to process
queries gets larger and larger. If sub one second response times are a
requirement for you, then you'll need to pay close attention. If you
don't mind how long queries take then you'll be fine.
Roger