I have a quick question on the Field class. What is the difference between this:
for () Field content = new Field("content", contentArray[i], true, true, true, true); doc.add(content); and this: doc.add(Field.Keyword("userAlias", userAlias )); In the first example where the constructor is uesed will the second term be entered as a Keyword by default? I am a little confused because the JavaDoc's list both and I am not clear on the difference. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]