The documentation for SOLR is good. However it is oriented toward setting
up a new installation, with the data model known.
I have inherited an existing installation. Aspects of the data model I
know, but there's a lot of ways things could have been configured in SOLR,
and for some cases, I don'
aring at configs is what the
> queries look like. You should examine the system interacting with Solr to
> observe embedded comments/docs for insights.
>
> On Thu, May 2, 2019 at 11:21 PM Doug Reeder
> wrote:
>
> > The documentation for SOLR is good. However it is oriented tow
Thanks! Diffs for solr.xml and zoo.cfg were easy, but it looks like we'll
need to strip the comments before we can get a useful diff of
solrconfig.xml or schema.xml. Can you recommend tools to normalize XML
files? XMLStarlet is hosted on SourceForge, which I no longer trust, and
hasn't been updat
ternally if
> you ask.
>
> Regards,
> Alex
>
>
> On Fri, May 3, 2019, 10:30 PM Doug Reeder,
> wrote:
>
> > Thanks! Diffs for solr.xml and zoo.cfg were easy, but it looks like we'll
> > need to strip the comments before we can get a useful diff of
> &
We have a query to return products related to a given product. To give some
variety to the results, we group by vendor:
group=true&group.main=true&group.field=merchantId
We need at least four results to display. Unfortunately, some categories
don't have a lot of products, and grouping takes us (sa
Thanks much! I dropped price from the fq term, changed to an edismax
parser, and boosted with
bq=price:[150+TO+*]^100
On Thu, May 9, 2019 at 7:21 AM Edward Ribeiro
wrote:
> Em qua, 8 de mai de 2019 18:56, Doug Reeder
> escreveu:
>
> >
> > Similarly, we have a filter qu