Re: Error with maxClauseCount

2012-04-07 Thread Anders Lybecker
Hi, The SuperficieTotal and SuperficieCubierta fields are properly the cause. Only store the precession needed for SuperficieTotal and SuperficieCubierta fields - e.g. two decimals. You can speed the searching and remove you problem by using TrieFields. e.g. document.Add(new NumericField("Superf

Re: Error with maxClauseCount

2012-04-07 Thread Leandro Halfon
Hi, i have 300.000 documents. I'm indexing the docs in this way: Document document = new Document(); document.Add(new Field("IDInmueble", reader.GetInt32(0).ToString(), Field.Store.YES, Field.Index.NOT_ANALYZED)); document.Add(new Field("IDTipoOperacion", reader.GetInt32

Re: Error with maxClauseCount

2012-04-07 Thread Anders Lybecker
Hi, Normally you shouldn't see this problem. How many documents do you have in you index? How are you indexing your documents? Are you using TrieFields? Regards, Anders Lybecker On Fri, Apr 6, 2012 at 6:18 PM, Leandro Halfon wrote: > Hi! > I'm having an error with this clause. > When i do a