ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
The free Java search engine Apache Lucene is available in version 2.9. The release provides numerous new features and API enhancements.
Among the new features to Apache Lucene are per segment searching and more scalable multi-term queries. New analyzers are available for Persian, Arabic and Chinese. Also, developers increased the speed of numeric range searching so that they need not be converted to text and are indexed in a tree structure for faster processing.
Version 2.9 is not completely backward-compatible. Details are in the Lucene changelog. The team recommends compiling applications with Lucene 2.9 and not simply swap out the binaries. That way problems with backward compatibility can be ironed out more easily.
The next Lucene release should bear the number 3.0, require Java 1.5 and remove "deprecated" code.
Comments