On Thu, Jan 12, 2017 at 1:02 PM, Kumaran Ramasubramanian
<kums....@gmail.com> wrote:
> I always use filter when i need to add more than 1024 ( for no scoring
> cases ).  If filter is removed in lucene 6, what will happen to
> maxbooleanclauses limit? Am i missing anything?

That sounds like a BooleanQuery with FILTER clauses to me, a totally
different use case. I'm talking about using Filter as a base class to
implement queries where you already have the results as a set of some
sort without scoring.

TX

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to