|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBuilder | |
---|---|
org.apache.lucene.xmlparser | |
org.apache.lucene.xmlparser.builders |
Uses of QueryBuilder in org.apache.lucene.xmlparser |
---|
Classes in org.apache.lucene.xmlparser that implement QueryBuilder | |
---|---|
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Methods in org.apache.lucene.xmlparser that return QueryBuilder | |
---|---|
QueryBuilder |
QueryBuilderFactory.getQueryBuilder(String nodeName)
|
Methods in org.apache.lucene.xmlparser with parameters of type QueryBuilder | |
---|---|
void |
QueryBuilderFactory.addBuilder(String nodeName,
QueryBuilder builder)
|
void |
CoreParser.addQueryBuilder(String nodeName,
QueryBuilder builder)
|
Uses of QueryBuilder in org.apache.lucene.xmlparser.builders |
---|
Subinterfaces of QueryBuilder in org.apache.lucene.xmlparser.builders | |
---|---|
interface |
SpanQueryBuilder
|
Classes in org.apache.lucene.xmlparser.builders that implement QueryBuilder | |
---|---|
class |
BooleanQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
class |
FuzzyLikeThisQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
class |
LikeThisQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
class |
SpanTermBuilder
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
class |
TermQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
class |
TermsQueryBuilder
Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer |
class |
UserInputQueryBuilder
UserInputQueryBuilder uses 1 of 2 strategies for thread-safe parsing: 1) Synchronizing access to "parse" calls on a previously supplied QueryParser or.. |
Constructors in org.apache.lucene.xmlparser.builders with parameters of type QueryBuilder | |
---|---|
BooleanQueryBuilder(QueryBuilder factory)
|
|
BoostingQueryBuilder(QueryBuilder factory)
|
|
FilteredQueryBuilder(FilterBuilder filterFactory,
QueryBuilder queryFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |