Re: How to navigate through indexed terms

2005-06-13 Thread Antoine Brun
Hi, thanks for the hint. I guess that the best solution would be to implement a previous() method. I was wondering if anyone has ever planned on doing this? Antoine Brun Of course, you could also add a previous() method into the source and submit the patch, as the code would be very similar t

Re: How to navigate through indexed terms

2005-05-25 Thread Grant Ingersoll
This isn't totally what you want, but is a intermediate step between going through all terms is something like what is in Luke. In Luke on the Documents tab, you can put in a single letter in the Browse by term field and then hit "next term" and it will give you the next term, which you could th

How to navigate through indexed terms

2005-05-25 Thread Antoine Brun
Hello, I am currently looking for a way to navigate forward and backward among the indexed terms. For example, given a Term t, I would like to be able to get the next 10 terms or the previous 10 ones. Getting the next terms is quite straitforward, using the terms(Term t) method from IndexRea