| Package | Description |
|---|---|
| org.neo4j.index.lucene |
Contains
QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
| Modifier and Type | Method and Description |
|---|---|
QueryContext |
QueryContext.defaultOperator(org.apache.lucene.queryparser.classic.QueryParser.Operator defaultOperator)
Deprecated.
|
static QueryContext |
QueryContext.numericRange(String key,
Number from,
Number to)
Deprecated.
|
static QueryContext |
QueryContext.numericRange(String key,
Number from,
Number to,
boolean includeFrom,
boolean includeTo)
Deprecated.
|
QueryContext |
QueryContext.sort(org.apache.lucene.search.Sort sorting)
Deprecated.
|
QueryContext |
QueryContext.sort(String key,
String... additionalKeys)
Deprecated.
|
QueryContext |
QueryContext.sortByScore()
Deprecated.
|
QueryContext |
QueryContext.sortNumeric(String key,
boolean reversed)
Deprecated.
|
QueryContext |
QueryContext.top(int numberOfTopHits)
Deprecated.
|
QueryContext |
QueryContext.tradeCorrectnessForSpeed()
Deprecated.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.