| Package | Description |
|---|---|
| org.apache.maven.index | |
| org.apache.maven.index.expr |
| Modifier and Type | Method and Description |
|---|---|
static SearchType |
SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchType[] |
SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
IndexerField indexerField,
String query,
SearchType type) |
org.apache.lucene.search.Query |
QueryCreator.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
Use
QueryCreator.constructQuery(Field, SearchExpression) instead. |
org.apache.lucene.search.Query |
NexusIndexer.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
Use
Indexer instead. |
org.apache.lucene.search.Query |
Indexer.constructQuery(Field field,
String expression,
SearchType searchType)
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a
field indexed, and WHAT query is needed to achieve that search.
|
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
String query,
SearchType type) |
org.apache.lucene.search.Query |
DefaultNexusIndexer.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
|
org.apache.lucene.search.Query |
DefaultIndexer.constructQuery(Field field,
String expression,
SearchType searchType) |
IndexerField |
QueryCreator.selectIndexerField(Field field,
SearchType type)
Performs a selection of the appropriate IndexerField belonging to proper Field.
|
IndexerField |
DefaultQueryCreator.selectIndexerField(Field field,
SearchType type) |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SearchTypedStringSearchExpression.getSearchType() |
SearchType |
SearchTyped.getSearchType() |
| Constructor and Description |
|---|
SearchTypedStringSearchExpression(String expression,
SearchType searchType) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.