Re: Portable Solr

2019-11-03 Thread Jörn Franke
Yes, simply search the mailing list or the web for embedded Solr and you will find what you need. Nevertheless, running embedded is just for development (also in case of Spring and others). Avoid it for an end user facing server application. > Am 03.11.2019 um 17:02 schrieb Java Developer : >

Re: Query on stemming

2019-11-03 Thread Shubham Goswami
Hi Paras/Jorn Thanks for your support. I am using Solr version 7.5. I tried with SnowballPorterFilterFactory class and its working fine. Thanks for your help. On Fri, Nov 1, 2019 at 5:52 PM Paras Lehana wrote: > Hi Shubham, > > I am getting the ClassNotFoundException while indexing after makin

utilizenode doesn't work after cluster policy set

2019-11-03 Thread Yuan Zhao
Hi Team, I came across a strange behavior: When I use the default cluster policy like: ``` { "cluster-preferences":[ { "minimize":"cores", "precision":1}, {"maximize":"freedisk"}], "triggers":{".auto_add_replicas":{ "name":".auto_add_replicas", "event":"nodeLost

Portable Solr

2019-11-03 Thread Java Developer
Hi, Like portable embedded web server (Spring Boot or Takes Or Rapid) Takes ( https://github.com/yegor256/takes) or Undertow (http://undertow.io/) or Rapidoid (https://www.rapidoid.org/) Do we have portable Solr server? Want to build an Web application with Solr with portability? The user needs