Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-1295

Make retrieveTerms(int docNum) public in MoreLikeThis

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • modules/other
    • None
    • New

    Description

      It would be useful if

      private PriorityQueue retrieveTerms(int docNum) throws IOException {
      

      were public, since it is similar in use to

      public PriorityQueue retrieveTerms(Reader r) throws IOException {
      

      It also seems useful to add

      public String [] retrieveInterestingTerms(int docNum) throws IOException{
      

      to mirror the one that works on Reader.

      Attachments

        1. LUCENE-1295.patch
          2 kB
          Grant Ingersoll

        Activity

          People

            gsingers Grant Ingersoll
            gsingers Grant Ingersoll
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: