|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryContext | |
---|---|
org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
Uses of QueryContext in org.neo4j.index.lucene |
---|
Methods in org.neo4j.index.lucene that return QueryContext | |
---|---|
QueryContext |
QueryContext.defaultOperator(org.apache.lucene.queryParser.QueryParser.Operator defaultOperator)
Lucenes default operator is OR. |
QueryContext |
QueryContext.sort(org.apache.lucene.search.Sort sorting)
Returns a QueryContext with sorting added to it. |
QueryContext |
QueryContext.sort(String key,
String... additionalKeys)
Returns a QueryContext with sorting added to it. |
QueryContext |
QueryContext.sortByScore()
|
QueryContext |
QueryContext.top(int numberOfTopHits)
Makes use of Searcher.search(org.apache.lucene.search.Query, int) ,
alt. |
QueryContext |
QueryContext.tradeCorrectnessForSpeed()
Adding to or removing from an index affects results from query methods inside the same transaction, even before those changes are committed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |