3 Replies Latest reply on Mar 23, 2004 6:28 AM by julien1

    forum search improvements

      I have checked in improvements for both index module and forum module.

      The forum index is more efficient and the results are sorted when they are retrieved. Also the query langage is the one given with lucene.

      When message were added/removed/updated the index was not updated, now it is fixed.

      Also you can see that in the main forum page, it is possible to look at the message you own and at the message that have been posted since the last visit date of the user on the website.

      In the index module, it is possible to know when an index is being created and more importantly it is possible to interrupt that process (very usefull when testing large index building).

        • 1. Re: forum search improvements
          joanrey

          Hello Julien,

          We want to test this new feature, but unfortunately the BB module will not compile due to the ff errors:

          BBModule.java:957: cannot resolve symbol
          symbol : method getPage ()
          location: class org.jboss.nukes.handler.PageResult
          m.invoke(this, new Object[]{result.getPage()});


          BBModule.java:940: cannot resolve symbol
          symbol : method getPage ()
          location: class org.jboss.nukes.handler.PageResult
          Page page = result.getPage();
          ^

          will try to figure this out myself... The PageResult file was refactored, what are your plans on this?

          Thanks,
          Joan Rey Noval

          • 2. Re: forum search improvements


            I replicated the PageFragment change from ModuleSupport into the BBModule and checked it in.

            Things compile now.


            Sherman

            • 3. Re: forum search improvements

              thanks, my fault.