RE: How do I avoid reindexing?

2005-09-11 Thread Mikko Noromaa
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

RE: Example of Field.TermVector.WITH_POSITIONS_OFFSETS usage?

2005-08-24 Thread Mikko Noromaa
int[] pos=tpv.getTermPositions(t); for (int tp = 0; tp < pos.length; tp++) { HiliString+=(HiliString!=""?",":"")+offsets[tp].getStartOffset()+"-"+offsets [tp].getEndOffset(); }

Why is delete() part of IndexREADER?

2005-08-23 Thread Mikko Noromaa
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,