DocValues statistics helper

2017-02-09 Thread Chitra R
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

Re: How do I write in 3.x format to an upgradeded index using Lucene 4.10

2017-02-09 Thread kiwi clive
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

SynonymGraphFilter Usage

2017-02-09 Thread Corbin, J.D.
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

Re: SynonymFilterFactory deprecated since 6.4.0

2017-02-09 Thread Michael McCandless
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