A C D E F G H I K L M N O Q R S T V W

A

AbstractIndexHits<T> - Class in org.neo4j.index.impl.lucene
 
AbstractIndexHits() - Constructor for class org.neo4j.index.impl.lucene.AbstractIndexHits
 
add(T, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
See Index.add(PropertyContainer, String, Object) for more generic documentation.
add(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
add(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Adds an entity to this timeline with the given timestamp.

C

Cache - Class in org.neo4j.index.impl.lucene
 
Cache() - Constructor for class org.neo4j.index.impl.lucene.Cache
 
close() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
close() - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 
close() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
CombinedIndexHits<T> - Class in org.neo4j.index.impl.lucene
 
CombinedIndexHits(Collection<IndexHits<T>>) - Constructor for class org.neo4j.index.impl.lucene.CombinedIndexHits
 
configMatches(Map<String, String>, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
currentIterator() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
currentScore() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
currentScore() - Method in class org.neo4j.index.impl.lucene.HitsIterator
 
currentScore() - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 

D

DEFAULT_BRANCH_ID - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
DEFAULT_LAZY_THRESHOLD - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
DEFAULT_NAME - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
defaultOperator(QueryParser.Operator) - Method in class org.neo4j.index.lucene.QueryContext
Changes the the default operator used between terms in compound queries, default is OR.
delete() - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
disable(IndexIdentifier, String) - Method in class org.neo4j.index.impl.lucene.Cache
 
disable(IndexIdentifier) - Method in class org.neo4j.index.impl.lucene.Cache
 
doc(int) - Method in class org.neo4j.index.impl.lucene.Hits
Returns the stored fields of the nth document in this set.
DumpLogicalLog - Class in org.neo4j.index.impl.lucene
 
DumpLogicalLog() - Constructor for class org.neo4j.index.impl.lucene.DumpLogicalLog
 

E

EXACT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
ExactTxData - Class in org.neo4j.index.impl.lucene
 
exceptionOk(Throwable) - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 

F

fetchNextOrNull() - Method in class org.neo4j.index.impl.lucene.HitsIterator
 
fetchNextOrNullFromSource(Iterator<Long>) - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 
fillInDefaults(Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
FULLTEXT_CONFIG - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 

G

get(IndexIdentifier, String) - Method in class org.neo4j.index.impl.lucene.Cache
 
get(String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
getBetween(Long, Long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getBetween(Long, Long, boolean) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getBetween(Long, Long, boolean) - Method in interface org.neo4j.index.lucene.TimelineIndex
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date.
getBetween(Long, Long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Query the timeline with optional lower/upper bounds and get back entities within that range, ordered by date with lowest first.
getById(long) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
getCacheCapacity(String) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
getCorrectValue() - Method in class org.neo4j.index.lucene.ValueContext
Returns the string representation of the value given in the constructor, or the unmodified value if ValueContext.indexNumeric() has been called.
getCreationTime() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
getCurrentLogVersion() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
getDataSourceName() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
getDefaultOperator() - Method in class org.neo4j.index.lucene.QueryContext
Returns the default operator used between terms in compound queries.
getEntityId(T) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
getFirst() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getFirst() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getLast() - Method in class org.neo4j.index.lucene.LuceneTimeline
 
getLast() - Method in interface org.neo4j.index.lucene.TimelineIndex
 
getLastCommittedTxId() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
getLogPrefix() - Method in class org.neo4j.index.impl.lucene.DumpLogicalLog
 
getName() - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
getQueryOrQueryObject() - Method in class org.neo4j.index.lucene.QueryContext
 
getRandomIdentifier() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
getSingle() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
getSingle() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
getSingle() - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 
getSorting() - Method in class org.neo4j.index.lucene.QueryContext
Returns the sorting setting for this context.
getTop() - Method in class org.neo4j.index.lucene.QueryContext
Return the max number of results to be returned.
getTradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Returns true if this context is set to prioritize speed over the inclusion of transactional state in the results.
getValue() - Method in class org.neo4j.index.lucene.ValueContext
 
getXaConnection() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
getXaContainer() - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 

H

Hits - Class in org.neo4j.index.impl.lucene
A ranked list of documents, used to hold search results.
Hits(IndexSearcher, Query, Filter) - Constructor for class org.neo4j.index.impl.lucene.Hits
 
Hits(IndexSearcher, Query, Filter, Sort, boolean) - Constructor for class org.neo4j.index.impl.lucene.Hits
 
HitsIterator - Class in org.neo4j.index.impl.lucene
 
HitsIterator(Hits) - Constructor for class org.neo4j.index.impl.lucene.HitsIterator
 

I

id(int) - Method in class org.neo4j.index.impl.lucene.Hits
Returns the id for the nth document in this set.
IdToEntityIterator<T extends PropertyContainer> - Class in org.neo4j.index.impl.lucene
 
IdToEntityIterator(IndexHits<Long>) - Constructor for class org.neo4j.index.impl.lucene.IdToEntityIterator
 
indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Returns a ValueContext to be used with Index.add(PropertyContainer, String, Object)
instantiateCommandFactory() - Method in class org.neo4j.index.impl.lucene.DumpLogicalLog
 
isWriteable() - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
iterator() - Method in class org.neo4j.index.impl.lucene.AbstractIndexHits
 
iterator() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
iterator() - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 

K

KEYWORD_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 

L

length() - Method in class org.neo4j.index.impl.lucene.Hits
Returns the total number of hits available in this set.
listStoreFiles(boolean) - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
load(KernelData) - Method in class org.neo4j.index.lucene.LuceneIndexProvider
 
LOWER_CASE_WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
Default Analyzer for fulltext parsing.
LUCENE_VERSION - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
LuceneBatchInserterIndexProvider - Class in org.neo4j.index.impl.lucene
The BatchInserter version of LuceneIndexImplementation.
LuceneBatchInserterIndexProvider(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
 
LuceneDataSource - Class in org.neo4j.index.impl.lucene
An XaDataSource optimized for the LuceneIndexImplementation.
LuceneDataSource(Map<Object, Object>) - Constructor for class org.neo4j.index.impl.lucene.LuceneDataSource
Constructs this data source.
LuceneIndex<T extends PropertyContainer> - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation(GraphDatabaseService, Config) - Constructor for class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
LuceneIndexProvider - Class in org.neo4j.index.lucene
 
LuceneIndexProvider() - Constructor for class org.neo4j.index.lucene.LuceneIndexProvider
 
LuceneTimeline<T extends PropertyContainer> - Class in org.neo4j.index.lucene
 
LuceneTimeline(GraphDatabaseService, Index<T>) - Constructor for class org.neo4j.index.lucene.LuceneTimeline
 

M

main(String[]) - Static method in class org.neo4j.index.impl.lucene.DumpLogicalLog
 

N

newAddCommand(PropertyContainer, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
newRemoveCommand(PropertyContainer, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
numeric(Number) - Static method in class org.neo4j.index.lucene.ValueContext
Convience method to add a numeric value to an index.
numericRange(String, Number, Number) - Static method in class org.neo4j.index.lucene.QueryContext
Will create a QueryContext with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().
numericRange(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.lucene.QueryContext
Will create a QueryContext with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().

O

org.neo4j.index.impl.lucene - package org.neo4j.index.impl.lucene
An indexing implementation using Apache Lucene as backend.
org.neo4j.index.lucene - package org.neo4j.index.lucene
Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene.

Q

query(String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
queryOrQueryObject can be a String containing the query in Lucene syntax format, http://lucene.apache.org/java/3_0_2/queryparsersyntax.html.
query(Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
query(Query, String, Object, QueryContext) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
QueryContext - Class in org.neo4j.index.lucene
This class has the extra query configuration to use with ReadableIndex.query(Object) and ReadableIndex.query(String, Object).
QueryContext(Object) - Constructor for class org.neo4j.index.lucene.QueryContext
 
QueryNotPossibleException - Exception in org.neo4j.index.impl.lucene
Querying an index inside a transaction where modifications has been made must be explicitly enabled using QueryContext.allowQueryingModifications
QueryNotPossibleException() - Constructor for exception org.neo4j.index.impl.lucene.QueryNotPossibleException
 
QueryNotPossibleException(String, Throwable) - Constructor for exception org.neo4j.index.impl.lucene.QueryNotPossibleException
 
QueryNotPossibleException(String) - Constructor for exception org.neo4j.index.impl.lucene.QueryNotPossibleException
 
QueryNotPossibleException(Throwable) - Constructor for exception org.neo4j.index.impl.lucene.QueryNotPossibleException
 

R

relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
remove(T, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
See Index.remove(PropertyContainer, String, Object) for more generic documentation.
remove(T, String) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
remove(T) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
remove(T, long) - Method in class org.neo4j.index.lucene.LuceneTimeline
 
remove(T, long) - Method in interface org.neo4j.index.lucene.TimelineIndex
Removes an entity from the timeline.

S

score(int) - Method in class org.neo4j.index.impl.lucene.Hits
Returns the score for the nth document in this set.
SERVICE_NAME - Static variable in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
setCacheCapacity(String, int) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
setCapacity(IndexIdentifier, String, int) - Method in class org.neo4j.index.impl.lucene.Cache
 
setLastCommittedTxId(long) - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
 
size() - Method in class org.neo4j.index.impl.lucene.CombinedIndexHits
 
size() - Method in class org.neo4j.index.impl.lucene.HitsIterator
 
size() - Method in class org.neo4j.index.impl.lucene.IdToEntityIterator
 
sort(Sort) - Method in class org.neo4j.index.lucene.QueryContext
Returns a QueryContext with sorting added to it.
sort(String, String...) - Method in class org.neo4j.index.lucene.QueryContext
Returns a QueryContext with sorting added to it.
sortByScore() - Method in class org.neo4j.index.lucene.QueryContext
 
sortNumeric(String, boolean) - Method in class org.neo4j.index.lucene.QueryContext
Sort the results of a numeric range query if the query in this context is a NumericRangeQuery, see numericRange(String, Number, Number), Otherwise an IllegalStateException will be thrown.

T

TimelineIndex<T extends PropertyContainer> - Interface in org.neo4j.index.lucene
A utility for ordering nodes or relationships in a timeline.
top(int) - Method in class org.neo4j.index.lucene.QueryContext
Makes use of IndexSearcher.search(org.apache.lucene.search.Query, int), alternatively IndexSearcher.search(org.apache.lucene.search.Query, org.apache.lucene.search.Filter, int, Sort) where only the top numberOfTopHits hits are returned.
toString() - Method in class org.neo4j.index.lucene.ValueContext
 
tradeCorrectnessForSpeed() - Method in class org.neo4j.index.lucene.QueryContext
Adding to or removing from an index affects results from query methods inside the same transaction, even before those changes are committed.

V

ValueContext - Class in org.neo4j.index.lucene
ValueContext allows you to give not just a value, but to give the value some context to live in.
ValueContext(Object) - Constructor for class org.neo4j.index.lucene.ValueContext
 

W

WHITESPACE_ANALYZER - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 

A C D E F G H I K L M N O Q R S T V W

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.