Package | Description |
---|---|
org.apache.lucene.xmlparser | |
org.apache.lucene.xmlparser.builders |
Modifier and Type | Class and Description |
---|---|
class |
CoreParser
Assembles a QueryBuilder which uses only core Lucene Query objects
|
class |
CorePlusExtensionsParser
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
QueryBuilderFactory |
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
QueryBuilderFactory.getQueryBuilder(String nodeName) |
Modifier and Type | Method and Description |
---|---|
void |
QueryBuilderFactory.addBuilder(String nodeName,
QueryBuilder builder) |
void |
CoreParser.addQueryBuilder(String nodeName,
QueryBuilder builder) |
Modifier and Type | Interface and Description |
---|---|
interface |
SpanQueryBuilder |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryBuilder |
class |
BoostingQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
ConstantScoreQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
FilteredQueryBuilder |
class |
FuzzyLikeThisQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
LikeThisQueryBuilder |
class |
MatchAllDocsQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanBuilderBase
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanFirstBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanNearBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanNotBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanOrBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanOrTermsBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanQueryBuilderFactory |
class |
SpanTermBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
TermQueryBuilder |
class |
TermsQueryBuilder
Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer
|
class |
UserInputQueryBuilder |
Constructor and Description |
---|
BooleanQueryBuilder(QueryBuilder factory) |
BoostingQueryBuilder(QueryBuilder factory) |
FilteredQueryBuilder(FilterBuilder filterFactory,
QueryBuilder queryFactory) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.