03:13 p.m.
Para: Lucene Users List
Asunto: Re: problem with SortField[] in search method (newbie)
Does it mean you indexed all "not null" fields?. I think you should change
your code so that you always index the fields you want to sort.
In any case, it looks like some of your documents hav
x,
I don't think u would have got that error. But I may be wrong.
Praveen
- Original Message -
From: "Wermus Fernando" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 15, 2004 1:53 PM
Subject: RE: problem with
ment.
What if I don't have any document indexed?
-Mensaje original-
De: Aviran [mailto:[EMAIL PROTECTED]
Enviado el: MiƩrcoles, 15 de Septiembre de 2004 02:35 p.m.
Para: 'Lucene Users List'
Asunto: RE: problem with SortField[] in search method (newbie)
You ca
with SortField[] in search method (newbie)
Luceners,
My search looks up the whole entities. My entities are accounts, contacts,
tasks, etc. My searching looks up a group of entity's fields. This works
fine despite, I don't have indexed any entity in a document. But If I sort
by some fields
Luceners,
My search looks up the whole entities. My entities are accounts,
contacts, tasks, etc. My searching looks up a group of entity's fields.
This works fine despite, I don't have indexed any entity in a document.
But If I sort by some fields from different entities, I get the
following error.