RE: SpanQuery - How to wrap a NOT subquery

2016-06-20 Thread Allison, Timothy B.
Bouncing over to user’s list. As you’ve found, spans are different from regular queries. MUST_NOT at the BooleanQuery level means that the term must not appear anywhere in the document; whereas spans focus on terms near each other. Have you tried SpanNotQuery? This would allow you at least

Re: Facet

2016-06-20 Thread Marcio Napoli
Mike, Sure, but we can override the method FacetsConfig#dupAndEncode by IntPoint#encodeDimension, storing bytesref as a docvalue? Thanks! Marcio Em sex, 17 de jun de 2016 às 19:42, Michael McCandless < luc...@mikemccandless.com> escreveu: > IntPoint would really work for facets because it's an

Restoring the Snapshot taken by Lucene

2016-06-20 Thread Ankit.Murarka
Hello, In my project, we are using Lucene 5.5.0. We took advantage of the Snapshot API (Persistent) to take the snapshot of the indexes which are currently being used in the application. The indexes are stored in the directory. The snapshot takes the snapshot of the indexes and store it in