Hello All,
I am trying to add a new field to the Document as below:

doc.add(new Field("authorname", authorname, false, true, false));

When I am doing the search after rebuilding the index, I am not getting any
results if I search on this field.

Is there a size limit or limit on the number of fields a Document can have ?

Any guidance is much appreciated.

Thanks.
Vijay

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to