Frames | No Frames |
Methods with return type org.apache.lucene.search.Query | |
Query | Perform synonym expansion on a query. |
Query | Perform synonym expansion on a query. |
Methods with return type org.apache.lucene.search.Query | |
Query[] | Parse the strings containing Lucene queries. |
Query[] | ReutersQueries.getPrebuiltQueries(String field) |
Methods with parameter type org.apache.lucene.search.Query | |
void |
Methods with return type org.apache.lucene.search.Query | |
Query | QueryParser.Clause(String field) |
Query | QueryParser.Query(String field) |
Query | QueryParser.Term(String field) |
Query | QueryParser.getBooleanQuery(Vector clauses) Factory method for generating query, given a set of clauses. |
Query | QueryParser.getBooleanQuery(Vector clauses, boolean disableCoord) Factory method for generating query, given a set of clauses. |
Query | MultiFieldQueryParser.getFieldQuery(String field, String queryText) |
Query | QueryParser.getFieldQuery(String field, String queryText) |
Query | MultiFieldQueryParser.getFieldQuery(String field, String queryText, int slop) Base implementation delegates to QueryParser.getFieldQuery(String,String) . |
Query | QueryParser.getFieldQuery(String field, String queryText, int slop) Base implementation delegates to getFieldQuery(String,String) . |
Query | MultiFieldQueryParser.getFuzzyQuery(String field, String termStr, float minSimilarity) Factory method for generating a query (similar to
QueryParser.getWildcardQuery(String,String) ). |
Query | QueryParser.getFuzzyQuery(String field, String termStr, float minSimilarity) Factory method for generating a query (similar to
getWildcardQuery(String,String) ). |
Query | MultiFieldQueryParser.getPrefixQuery(String field, String termStr) Factory method for generating a query (similar to
QueryParser.getWildcardQuery(String,String) ). |
Query | QueryParser.getPrefixQuery(String field, String termStr) Factory method for generating a query (similar to
getWildcardQuery(String,String) ). |
Query | MultiFieldQueryParser.getRangeQuery(String field, String part1, String part2, boolean inclusive) |
Query | QueryParser.getRangeQuery(String field, String part1, String part2, boolean inclusive) |
Query | MultiFieldQueryParser.getWildcardQuery(String field, String termStr) Factory method for generating a query. |
Query | QueryParser.getWildcardQuery(String field, String termStr) Factory method for generating a query. |
Query | QueryParser.parse(String query) Parses a query string, returning a Query . |
Query | MultiFieldQueryParser.parse(String query, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer) Parses a query, searching on the fields specified. |
Query | Parses a query which searches on the fields specified. |
Query | MultiFieldQueryParser.parse(String[] queries, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer) Parses a query, searching on the fields specified. |
Classes derived from org.apache.lucene.search.Query | |
class | Matches spans near the beginning of a field. |
class | Matches spans which are near one another. |
class | Removes matches which overlap with another SpanQuery. |
class | Matches the union of its clauses. |
class | Base class for span-based queries. |
class | Matches spans containing a term. |
Methods with return type org.apache.lucene.search.Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Classes derived from org.apache.lucene.search.Query | |
class | A Query that matches documents matching boolean combinations of other
queries, e.g. |
class | A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter. |
class | A range query that returns a constant score equal to its boost for
all documents in the range. |
class | A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum
score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries. |
class | A query that applies a filter to the results of another query. |
class | Implements the fuzzy search query. |
class | A query that matches all documents. |
class | MultiPhraseQuery is a generalized version of PhraseQuery, with an added
method add(Term[]) . |
class | A Query that matches documents containing a subset of terms provided
by a FilteredTermEnum enumeration. |
class | A Query that matches documents containing a particular sequence of terms. |
class | A Query that matches documents containing terms with a specified prefix. |
class | A Query that matches documents within an exclusive range. |
class | A Query that matches documents containing a term. |
class | Implements the wildcard search query. |
Constructors with parameter type org.apache.lucene.search.Query | |
Constructs a BooleanClause. | |
Constructs a new query which applies a filter to the results of the original query. | |
Constructs a filter which only matches documents matching
query . |
Methods with parameter type org.apache.lucene.search.Query | |
void | Add a subquery to this disjunction
|
void | Adds a clause to a boolean query. |
Query | Expert: called when re-writing queries under MultiSearcher. |
Weight | Create weight in multiple index scenario. |
Weight | creates a weight for query
|
Explanation | Returns an Explanation that describes how doc scored against
query . |
Query | Expert: merges the clauses of a set of BooleanQuery's into a single
BooleanQuery. |
Query | Expert: called to re-write queries into primitive queries. |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Hits | Returns the documents matching query . |
Hits | Returns the documents matching query and
filter . |
TopDocs | Expert: Low-level search implementation. |
TopFieldDocs | Expert: Low-level search implementation with arbitrary sorting. |
void | Lower-level search API. |
Hits | Returns documents matching query and filter ,
sorted by sort . |
void | Lower-level search API. |
Hits | Returns documents matching query sorted by
sort . |
void |
Methods with return type org.apache.lucene.search.Query | |
Query | Expert: called when re-writing queries under MultiSearcher. |
Query | |
Query | |
Query | |
Query | The query that this concerns. |
Query | Expert: merges the clauses of a set of BooleanQuery's into a single
BooleanQuery. |
Query | |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | Optimize our representation and our subqueries representations
|
Query | Rewrites the wrapped query. |
Query | |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | |
Query | Expert: called to re-write queries into primitive queries. |
Query | Expert: called to re-write queries into primitive queries. |
Methods with return type org.apache.lucene.search.Query | |
Query | Create the next query |
Query | Create the next query |
Query | |
Query | QueryMaker.makeQuery(int size) Create the next query, of the given size. |
Query | ReutersQueryMaker.makeQuery(int size) Create the next query, of the given size. |
Query | SimpleQueryMaker.makeQuery(int size) |
Query[] | Prepare the queries for this test. |
Query[] | Prepare the queries for this test. |
Fields of type org.apache.lucene.search.Query | |
Query |
Methods with parameter type org.apache.lucene.search.Query | |
void |
Methods with return type org.apache.lucene.search.Query | |
Query | DistanceQuery.getSpanNearQuery(IndexReader reader, String fieldName, float boost, BasicQueryFactory qf) |
Query | |
Query | |
Query | |
Query | |
Query | |
Query | |
Query | |
Query | |
Query |
Methods with parameter type org.apache.lucene.search.Query | |
void |
Methods with return type org.apache.lucene.search.Query | |
Query | PrecedenceQueryParser.Clause(String field) |
Query | PrecedenceQueryParser.Query(String field) |
Query | PrecedenceQueryParser.Term(String field) |
Query | PrecedenceQueryParser.andExpression(String field) |
Query | PrecedenceQueryParser.getBooleanQuery(Vector clauses) Factory method for generating query, given a set of clauses. |
Query | PrecedenceQueryParser.getBooleanQuery(Vector clauses, boolean disableCoord) Factory method for generating query, given a set of clauses. |
Query | PrecedenceQueryParser.getFieldQuery(String field, String queryText) |
Query | PrecedenceQueryParser.getFieldQuery(String field, String queryText, int slop) Base implementation delegates to getFieldQuery(String,String) . |
Query | PrecedenceQueryParser.getFuzzyQuery(String field, String termStr, float minSimilarity) Factory method for generating a query (similar to
getWildcardQuery(String,String) ). |
Query | PrecedenceQueryParser.getPrefixQuery(String field, String termStr) Factory method for generating a query (similar to
getWildcardQuery(String,String) ). |
Query | PrecedenceQueryParser.getRangeQuery(String field, String part1, String part2, boolean inclusive) |
Query | PrecedenceQueryParser.getWildcardQuery(String field, String termStr) Factory method for generating a query. |
Query | PrecedenceQueryParser.parse(String expression) Parses a query string, returning a Query . |
Methods with return type org.apache.lucene.search.Query | |
Query | AnalyzingQueryParser.getFuzzyQuery(String field, String termStr, float minSimilarity) Called when parser parses an input term token that has the fuzzy suffix (~) appended. |
Query | AnalyzingQueryParser.getPrefixQuery(String field, String termStr) Called when parser parses an input term
token that uses prefix notation; that is, contains a single '*' wildcard
character as its last character. |
Query | AnalyzingQueryParser.getRangeQuery(String field, String part1, String part2, boolean inclusive) Overrides super class, by passing terms through analyzer. |
Query | AnalyzingQueryParser.getWildcardQuery(String field, String termStr) Called when parser
parses an input term token that contains one or more wildcard
characters (? and *), but is not a prefix term token (one
that has just a single * character at the end)
Depending on analyzer and settings, a wildcard term may (most probably will)
be lower-cased automatically. |
Fields of type org.apache.lucene.search.Query | |
Query | Lucene query |
Methods with parameter type org.apache.lucene.search.Query | |
QueryData[] | Prepare a list of benchmark data, using all possible combinations of
benchmark parameters. |
Classes derived from org.apache.lucene.search.Query | |
class | Implements the regular expression term search query. |
class | A SpanQuery version of RegexQuery allowing regular expression
queries to be nested within other SpanQuery subclasses. |
Methods with return type org.apache.lucene.search.Query | |
Query | Expert: called to re-write queries into primitive queries. |
Methods with parameter type org.apache.lucene.search.Query | |
float | Convenience method that efficiently returns the relevance score by
matching this index against the given Lucene query expression. |
Constructors with parameter type org.apache.lucene.search.Query | |
Methods with parameter type org.apache.lucene.search.Query | |
WeightedTerm[] | Extracts all terms texts of a given Query into an array of WeightedTerms
|
WeightedTerm[] | Extracts all terms texts of a given Query into an array of WeightedTerms
|
WeightedTerm[] | Extracts all terms texts of a given Query into an array of WeightedTerms
|
WeightedTerm[] | Extracts all terms texts of a given Query into an array of WeightedTerms
|