Uses of Class org.apache.lucene.queryParser.QueryParser

Uses in package org.apache.lucene.queryParser

Classes derived from org.apache.lucene.queryParser.QueryParser

class
A QueryParser which constructs queries to search multiple fields.

Uses in package org.apache.lucene.queryParser.analyzing

Classes derived from org.apache.lucene.queryParser.QueryParser

class
Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but ? and * don't get removed from the search terms.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.