Filter support for string faceting

2017-10-04 Thread Chitra
Hi, As of now, we are implementing faceting (for string fields, indexed under '$facets' SortedSetDocValueField & for numeric field, gives counts by numeric range faceting) using Lucene doc values support. Our new use-case is to filter the matching documents(for the given search query) for

Re: Binary Automaton

2017-10-04 Thread Michael McCandless
Oh I was simply explaining that the Lucene Automaton API uses "int" labels, and so if you want an automaton operating in byte space, you just need to ensure those ints only use the range supported by unsigned bytes (0 - 255). Mike McCandless http://blog.mikemccandless.com On Mon, Oct 2, 2017 at