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