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
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
>
> 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
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
>
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
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
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
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