SolrCloud Time Routed Alias Architecture

2021-03-31 Thread Nahian-Al Hasan
To whom it may concern, This is a broader question around building the architecture for SolrCloud Time Routed Alias application. I'm using SolrCloud to ingest time-series data on a regular basis and have SolrCloud running in a Kubernetes Cluster. A Solr node gets attached every time we add a new P

Edismax skips first part of phrase when q contains explicit field and parenthesis

2021-03-31 Thread Thomas Karampelas
Hi, I run solr 8.4.1 and I issue the following query on edismax parser: *defType=edismax&q=Title:(word1 for word2) &pf=Title&q.op=AND* The parsed query edismax comes out with is the following: +( +( +(+Title:word1 +Title_en:word2))) (+(Title:\"for word2\")) Firstly, I expected t

Unified Highlighter and Fuzzy Searches

2021-03-31 Thread seez
Hello, I have the following fuzzy search criteria: runnings~0 Search itself returns expected results and I see documents that have the exact term "runnings". However the same query criteria is not honored by unified highlighter. It gives back no matching results. Although "runnings~1" works (w

Re: Unified Highlighter and Fuzzy Searches

2021-03-31 Thread David Smiley
I tried this in tests both at the Lucene layer and Solr layer and I'm not seeing the failure to highlight for the UH. What query parser are you using? ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Mar 31, 2021 at 11:39 AM seez wrote: > Hell