Package | Description |
---|---|
org.apache.lucene.xmlparser | |
org.apache.lucene.xmlparser.builders |
Modifier and Type | Class and Description |
---|---|
class |
FilterBuilderFactory
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
FilterBuilder |
FilterBuilderFactory.getFilterBuilder(java.lang.String nodeName) |
Modifier and Type | Method and Description |
---|---|
void |
FilterBuilderFactory.addBuilder(java.lang.String nodeName,
FilterBuilder builder) |
void |
CoreParser.addFilterBuilder(java.lang.String nodeName,
FilterBuilder builder) |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
BooleanFilterBuilder(FilterBuilder factory) |
FilteredQueryBuilder(FilterBuilder filterFactory,
QueryBuilder queryFactory) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.