xref: /Lucene/lucene/analysis/common/src/java/overview.html (revision 77f13708eb792606d9bd3e7b7563cace7d2c1269)
1e8e4245dSRobert Muir<!--
2e8e4245dSRobert Muir Licensed to the Apache Software Foundation (ASF) under one or more
3e8e4245dSRobert Muir contributor license agreements.  See the NOTICE file distributed with
4e8e4245dSRobert Muir this work for additional information regarding copyright ownership.
5e8e4245dSRobert Muir The ASF licenses this file to You under the Apache License, Version 2.0
6e8e4245dSRobert Muir (the "License"); you may not use this file except in compliance with
7e8e4245dSRobert Muir the License.  You may obtain a copy of the License at
8e8e4245dSRobert Muir
9e8e4245dSRobert Muir     http://www.apache.org/licenses/LICENSE-2.0
10e8e4245dSRobert Muir
11e8e4245dSRobert Muir Unless required by applicable law or agreed to in writing, software
12e8e4245dSRobert Muir distributed under the License is distributed on an "AS IS" BASIS,
13e8e4245dSRobert Muir WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14e8e4245dSRobert Muir See the License for the specific language governing permissions and
15e8e4245dSRobert Muir limitations under the License.
16e8e4245dSRobert Muir-->
17e8e4245dSRobert Muir<html>
18e8e4245dSRobert Muir  <head>
19e8e4245dSRobert Muir    <title>Apache Lucene Analyzers</title>
20e8e4245dSRobert Muir  </head>
21e8e4245dSRobert Muir  <body>
22*77f13708SRobert Muir  Analyzers for indexing content in different languages and domains.
23*77f13708SRobert Muir    <p>
24*77f13708SRobert Muir    For an introduction to Lucene's analysis API, see the {@link org.apache.lucene.analysis} package documentation.
25*77f13708SRobert Muir    </p>
26*77f13708SRobert Muir    <p>
27*77f13708SRobert Muir    This module contains concrete components ({@link org.apache.lucene.analysis.charfilter.CharFilter}s,
28*77f13708SRobert Muir    {@link org.apache.lucene.analysis.Tokenizer}s, and ({@link org.apache.lucene.analysis.TokenFilter}s) for
29*77f13708SRobert Muir    analyzing different types of content. It also provides a number of {@link org.apache.lucene.analysis.Analyzer}s
30*77f13708SRobert Muir    for different languages that you can use to get started quickly.
31*77f13708SRobert Muir    </p>
32e8e4245dSRobert Muir  </body>
33e8e4245dSRobert Muir</html>