• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

full text index stumbles over tags

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I installed the forum on my tutorial website and came accross an issue with the full text indexing. The [ b] tags from the posts are not deleted from the indexed word. A text like
[ b]Hibernate book[ /b] is indexed as two words:
[ b]Hibernate
and book[ /b]
A search for Hibernate will have no success. A string replace at least for the standard tags would be fine. I have not tested it but the same is probably true for HTML tags.

A short question besides:
search.indexer.implementation is used in the CVS tree. I did not define it but the posts are still indexed. What setting do you recommend?
Regards Sebastian
PS:
The full text indexing and the existence of the two config files should in my opinion be mentioned in the docs.

[originally posted on jforum.net by laliluna]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please register the bug at http://www.jforum.net/jira ?

Thanks
Rafael
[originally posted on jforum.net by Rafael Steil]
 
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic