alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (1.txt)

This example jforum source code file (1.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

admin, admin, first, introduction, it, jforum, jforum, lucene, lucene, on, panel, reindexing, there, versions

The jforum 1.txt source code

!!! Reindexing messages
!! Introduction
JForum uses [Lucene|http://lucene.apache.org] as search engine, which provides an excellent and fast platform for fast content search and indexing. Versions of JForum previous to 2.1.8 used a database-driven approach for searching, which included several tables for word indexing and search.

Lucene stores its index in the filesystem using a [special|http://lucene.apache.org/java/docs/fileformats.html] document format, which provides great performance. On a regular development machine, JForum indexes about 1000 messages per second, value that can be higher on powerful machines. 

!! How to reindex 
There are two possible ways to reindex the messages: using a command-line tool, or using JForum's Admin Panel (web interface). It is up to you to choose which one to use, although there are some considerations. 

First, 

Other jforum examples (source code examples)

Here is a short list of links related to this jforum 1.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.