o, if it hasn't been asked for before, here comes: It would be nice if
Lucene could search by binary fields.
--
Mikko Noromaa ([EMAIL PROTECTED]) - tel. +358 40 7348034
Noromaa Solutions - see http://www.nm-sol.com/
> -Original Message-
> From: jian chen [mailto:[EMAIL PROTECT
int[] pos=tpv.getTermPositions(t);
for (int tp = 0; tp < pos.length; tp++) {
HiliString+=(HiliString!=""?",":"")+offsets[tp].getStartOffset()+"-"+offsets
[tp].getEndOffset();
}
erhaps IndexWriter should implement IndexReader, so delete() would be
callable on IndexWriter as well?
--
Mikko Noromaa ([EMAIL PROTECTED]) - tel. +358 40 7348034
Noromaa Solutions - see http://www.nm-sol.com/
-
To unsubscribe,