Hi,
Great to see DocValuesStatsCollector is available in Lucene 6.4. It
helps to compute statistics on DocValues Field. Hope, it has been achieved
using GlobalOrdinalsCollector.
My doubt is
For statistics,
>
Global ordinals are computed only for query matching ordinals of a specific
> field
Hi Tx,
This is just to close the loop. Thank you very much for your helpful
suggestions.
This works fine and solves our problem.
Much appreciated.Clive
From: kiwi clive
To: Trejkaz ; Lucene Users Mailing List
Sent: Wednesday, February 1, 2017 7:37 PM
Subject: Re: How do I write in 3
I am using the SynonymGraphFilter(SGF) in a custom analyzer (query side
only) and when I print out the query generated from the QueryParser, it
displays some clauses that I would like to understand. I am not sure I'm
using the SGF properly.
Example Query output:(using Lucene 6.4.1)
..., (Synony
On Thu, Feb 9, 2017 at 2:40 AM, Bernd Fehling
wrote:
> I tried SynonymGraphFilter with my setup and it works right away.
> It payed of that I did some modifications on my filters while
> testing 6.3 with my setup.
Good!
> I only replaced SynonymFilter with SynonymGraphFilter and did not
> use Fl