Uses of Interface
org.apache.lucene.xmlparser.FilterBuilder

Packages that use FilterBuilder
org.apache.lucene.xmlparser   
org.apache.lucene.xmlparser.builders   
 

Uses of FilterBuilder in org.apache.lucene.xmlparser
 

Classes in org.apache.lucene.xmlparser that implement FilterBuilder
 class FilterBuilderFactory
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

Methods in org.apache.lucene.xmlparser that return FilterBuilder
 FilterBuilder FilterBuilderFactory.getFilterBuilder(java.lang.String nodeName)
           
 

Methods in org.apache.lucene.xmlparser with parameters of type FilterBuilder
 void FilterBuilderFactory.addBuilder(java.lang.String nodeName, FilterBuilder builder)
           
 void CoreParser.addFilterBuilder(java.lang.String nodeName, FilterBuilder builder)
           
 

Uses of FilterBuilder in org.apache.lucene.xmlparser.builders
 

Classes in org.apache.lucene.xmlparser.builders that implement FilterBuilder
 class BooleanFilterBuilder
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class CachedFilterBuilder
          Filters are cached in an LRU Cache keyed on the contained query or filter object.
 class DuplicateFilterBuilder
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class RangeFilterBuilder
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class TermsFilterBuilder
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

Constructors in org.apache.lucene.xmlparser.builders with parameters of type FilterBuilder
BooleanFilterBuilder(FilterBuilder factory)
           
FilteredQueryBuilder(FilterBuilder filterFactory, QueryBuilder queryFactory)
           
 



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