AW: get terms by positions

2006-10-03 Thread Renzo Scheffer
e Lundi 02 Octobre 2006 23:06, Renzo Scheffer a écrit : > Hi, > > > > can anybody be so kind to tell me if it is possible to search a Term by its > position? > > > > I search a term (for excample "soccer") and get back the DocId's and > positions as follows

get terms by positions

2006-10-02 Thread Renzo Scheffer
Hi, can anybody be so kind to tell me if it is possible to search a Term by its position? I search a term (for excample "soccer") and get back the DocId's and positions as follows: TermPositions termPos = reader.termPositions(new Term("contents","soccer")); while(termPos.next()){ i