------------------------ Jackrabbit Index Filters ------------------------ ~~ Licensed to the Apache Software Foundation (ASF) under one or more ~~ contributor license agreements. See the NOTICE file distributed with ~~ this work for additional information regarding copyright ownership. ~~ The ASF licenses this file to You under the Apache License, Version 2.0 ~~ (the "License"); you may not use this file except in compliance with ~~ the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, software ~~ distributed under the License is distributed on an "AS IS" BASIS, ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~~ See the License for the specific language governing permissions and ~~ limitations under the License. Jackrabbit Index Filters This is the Index Filters component of the Apache Jackrabbit project. This component contains filter classes that allow Jackrabbit to extract text content from binary properties for full text indexing. * Supported document formats The following document formats and MIME types are currently supported: * Microsoft Word [org.apache.jackrabbit.core.query.MsWordTextFilter] * <<>> * <<>> * Microsoft Excel [org.apache.jackrabbit.core.query.MsExcelTextFilter] * <<>> * Microsoft PowerPoint [org.apache.jackrabbit.core.query.MsPowerPointTextFilter] * <<>> * <<>> * Portable Document Format (PDF) [org.apache.jackrabbit.core.query.PdfTextFilter] * <<>> * OpenOffice.org [org.apache.jackrabbit.core.query.OpenOfficeTextFilter] * <<>> * <<>> * <<>> * <<>> * <<>> * <<>> * Rich Text Format (RTF) [org.apache.jackrabbit.core.query.RTFTextFilter] * <<>> * HyperText Markup Language (HTML) [org.apache.jackrabbit.core.query.HTMLTextFilter] * <<>> * Extensible Markup Language (XML) [org.apache.jackrabbit.core.query.XMLTextFilter] * <<>> * Using the index filters To use these index filters with the Jackrabbit Core: [[1]] add the jackrabbit-index-filters jar file and the dependencies defined in the Maven POM in the Jackrabbit classpath, and [[2]] add the fully qualified class names listed above in the "textFilterClasses" parameter of the "SearchIndex" configuration element of a Jackrabbit workspace configuration file (workspace.xml). * More information See the javadocs of org.apache.jackrabbit.core.query.TextFilter in the {{{core.html}Jackrabbit Core}} compoment for more information.