Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Migrating to Lucene - result type issue

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I certainly hope i didn't miss that one post that already has to answer to my question but I honestly couldnt find anything regarding the following issue.

I am supposed to change 2.1.7 JForum into a 2.1.8 - no biggy, but i changed to Lucene as well.

The problem is, that the templates are completely tailored so and when it comes to the search i just cant figure out how to change search_results.htm to work for me. The template iterates over "topics" and clearly the search did return topics. Now it retruns results which seem to be posts and cant get from the post to the topic. I figured out how to get to the topicId but thats probably only half the way.

Any hints are highly appreciated!
[originally posted on jforum.net by deminag]
reply
    Bookmark Topic Watch Topic
  • New Topic