Re: Replication in soft commit

2020-09-03 Thread Tushar Arora
tp://sematext.com/ > > > > > On 3 Sep 2020, at 08:38, Tushar Arora wrote: > > > > Hi, > > I want to ask if the soft commit works in replication. > > One of our use cases deals with indexing the data every second on a > master > > server. And then it h

Replication in soft commit

2020-09-03 Thread Tushar Arora
Hi, I want to ask if the soft commit works in replication. One of our use cases deals with indexing the data every second on a master server. And then it has to replicate to slaves. So if we use soft commit, then does the data replicate immediately to the slave server or after the hard commit

Real time index data

2020-08-26 Thread Tushar Arora
it. Regards, Tushar Arora

Use of NRTCachingDirectoryFactory

2020-08-18 Thread Tushar Arora
Hi, One of our indexes has a size of around 1GB. And the production server has RAM of 16GB. And this is a slave server. Data replicates from the master server to it every 5 minutes. Is it a good practice to keep this index in RAM? I checked the solr.RAMDirectoryFactory. But, it does not work

Re: How to use two search string in a single solr query

2020-07-03 Thread Tushar Arora
, laptop bags should be returned. I don't want the documents containing only dell, bags,etc. Also no document containing electric bags. Regards, Tushar Arora On Thu, 2 Jul 2020 at 22:37, Walter Underwood wrote: > First, remove the “mm” parameter from the request handler definition. That &g

How to use two search string in a single solr query

2020-07-01 Thread Tushar Arora
Hi, I have a scenario with following entry in the request handler(handler1) of solrconfig.xml.(defType=edismax is used) description category title^4 demand^0.3 2-1 4-30% When I searched 'bags' as a search string, solr returned 15000 results. Query Used :