RE: too many boolean clauses

2012-02-01 Thread Uwe Schindler
oleanClause.Occur.MUST); searcher.search(bq,...); Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Praveen Yarlagadda [mailto:praveen.yarlaga...@gmail.com] > Sent: Wednesday, February 01, 2012 8:5

too many boolean clauses

2012-01-31 Thread Praveen Yarlagadda
for the keywords only in the records found above I am preparing the search query like this: +(content: (hello world)) +(id: (234 235 899 534 345 898)) If the number of documents (in the identifier field) reaches more than 1024, search fails with "too many boolean clauses". I can't

Re: ParseException: Cannot parse.... too many boolean clauses

2009-03-16 Thread liat oren
> > You can always bump the allowed, see BooleanQuery.setMaxClauseCount() > > Best > Erick > > On Mon, Mar 16, 2009 at 6:52 AM, liat oren wrote: > > > Hi, > > > > I try to search a long query and get the following erroe: > > org.apache.lucene.queryP

Re: ParseException: Cannot parse.... too many boolean clauses

2009-03-16 Thread Erick Erickson
ollowing erroe: > org.apache.lucene.queryParser.ParseException: Cannot parse too many > boolean clauses > Is there any way for Lucene to receive a long query? > > Thanks, > Liat >

ParseException: Cannot parse.... too many boolean clauses

2009-03-16 Thread liat oren
Hi, I try to search a long query and get the following erroe: org.apache.lucene.queryParser.ParseException: Cannot parse too many boolean clauses Is there any way for Lucene to receive a long query? Thanks, Liat

Re: ParseException: Too many boolean clauses

2006-05-03 Thread Erick Erickson
This is a well-known Lucene issue, having to do with the way Lucene expands queries with ranges, etc. There is a thread in this archive titled "I just don't get wildcards at all" that will be very helpful. See especially Chris Hostetter's reply to some of my questions. The short form is that I *t

Re: ParseException: Too many boolean clauses

2006-05-03 Thread RamPrasad Suswaram
quot; <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Subject: ParseException: Too many boolean clauses > Date: Wed, 03 May 2006 18:10:26 +0800 > > > Hi, > I am new to Lucene & am using Lucene 1.9.1. Frequently I get a > ParseException due to "To

ParseException: Too many boolean clauses

2006-05-03 Thread RamPrasad Suswaram
Hi, I am new to Lucene & am using Lucene 1.9.1. Frequently I get a ParseException due to "Too many boolean clauses". The lucene documents that I have created have three fields "userID", "desc" and "codes". I need to find the information pertaing