Lucene Section Index

How can I index Powerpoint documents?

Can Lucene do a "search within search", so that the second search is constrained by the results of the first query?

Can I use Lucene to index text in Chinese, Japanese, Korean, and other multi-byte character sets?

Where does the name Lucene come from?

Where does the name Lucene come from?

Can I cache search results with Lucene?

Why can't I use Lucene with IBM JDK 1.3.1?

What is the difference between IndexWriter.addIndexes(IndexReader[]) and IndexWriter.addIndexes(Directory[]), besides them taking different arguments?

If I have two indexes and use the MultiSearcher will it be faster than only one index with all my documents?

If I use a compound file-style index, do I still need to optimize my index?

What version of the JDK is required to use Lucene?

Which version of the JDK does Lucene require?

Can I search an index while it is being optimized?

Can I search an index while it is being optimized?

How can I index JSP files?

About | Sitemap | Contact