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
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