: Subject: MultiFieldQueryParser question
: Date: Fri, 8 Feb 2008 14:53:37 -
: Message-ID:
: <[EMAIL PROTECTED]>
: In-Reply-To: <[EMAIL PROTECTED]>
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please
Solved it, for those who were wondering where I went wrong
I've built up an ArrayList while adding my attributes to a lucence doc
and updated my multiquerySearchParser to contain all these attribute
names as follows
Object[] attributeNamesArray = (Object[]) attrList.toArray();
String[