A C D E F G H I K L M N O P 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.
allow_store_upgrade - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 

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
 
ConnectionBroker - Class in org.neo4j.index.impl.lucene
 
ConnectionBroker(TransactionManager, LuceneDataSource) - Constructor for class org.neo4j.index.impl.lucene.ConnectionBroker
 
createIndex(Class<? extends PropertyContainer>, String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneXaConnection
 
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

elementCleaned(IndexReference) - Method in class org.neo4j.index.impl.lucene.IndexClockCache
 
elementCleaned(Pair<IndexReference, AtomicBoolean>) - Method in class org.neo4j.index.impl.lucene.IndexSearcherLruCache
 
elementCleaned(IndexWriter) - Method in class org.neo4j.index.impl.lucene.IndexWriterLruCache
 
ephemeral - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
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
 
getGraphDatabase() - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
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
 
getXaResource() - Method in class org.neo4j.index.impl.lucene.LuceneXaConnection
 
graphDb() - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 

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 org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.index.impl.lucene
 
IdToEntityIterator(IndexHits<Long>) - Constructor for class org.neo4j.index.impl.lucene.IdToEntityIterator
 
INDEX_VERSION - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
IndexClockCache - Class in org.neo4j.index.impl.lucene
 
IndexClockCache(int) - Constructor for class org.neo4j.index.impl.lucene.IndexClockCache
 
indexNumeric() - Method in class org.neo4j.index.lucene.ValueContext
Returns a ValueContext to be used with Index.add(PropertyContainer, String, Object)
IndexSearcherLruCache - Class in org.neo4j.index.impl.lucene
An Lru Cache for Lucene Index searchers.
IndexSearcherLruCache(int) - Constructor for class org.neo4j.index.impl.lucene.IndexSearcherLruCache
Creates a LRU cache.
IndexWriterLruCache - Class in org.neo4j.index.impl.lucene
An Lru Cache for Lucene Index Writers.
IndexWriterLruCache(int) - Constructor for class org.neo4j.index.impl.lucene.IndexWriterLruCache
Creates a LRU cache.
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(DependencyResolver) - 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.
LowerCaseKeywordAnalyzer - Class in org.neo4j.index.impl.lucene
 
LowerCaseKeywordAnalyzer() - Constructor for class org.neo4j.index.impl.lucene.LowerCaseKeywordAnalyzer
 
lucene_searcher_cache_size - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
LUCENE_VERSION - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource
 
LuceneBatchInserterIndexProvider - Class in org.neo4j.index.impl.lucene
Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.
LuceneBatchInserterIndexProvider(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.
LuceneBatchInserterIndexProvider - Class in org.neo4j.unsafe.batchinsert
The BatchInserter version of the Lucene-based indexes.
LuceneBatchInserterIndexProvider(BatchInserter) - Constructor for class org.neo4j.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
LuceneBatchInserterIndexProviderImpl - Class in org.neo4j.index.impl.lucene
Deprecated. This class is being replaced by LuceneBatchInserterIndexProviderNewImpl as of Neo4j 1.7.
LuceneBatchInserterIndexProviderImpl(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderImpl
Deprecated.  
LuceneBatchInserterIndexProviderNewImpl - Class in org.neo4j.index.impl.lucene
The BatchInserter version of LuceneIndexImplementation.
LuceneBatchInserterIndexProviderNewImpl(BatchInserter) - Constructor for class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
LuceneDataSource - Class in org.neo4j.index.impl.lucene
An XaDataSource optimized for the LuceneIndexImplementation.
LuceneDataSource(Config, IndexStore, FileSystemAbstraction, XaFactory) - Constructor for class org.neo4j.index.impl.lucene.LuceneDataSource
Constructs this data source.
LuceneDataSource.Configuration - Class in org.neo4j.index.impl.lucene
 
LuceneDataSource.Configuration() - Constructor for class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
LuceneIndex<T extends org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation - Class in org.neo4j.index.impl.lucene
 
LuceneIndexImplementation(GraphDatabaseService, LuceneDataSource, IndexConnectionBroker<LuceneXaConnection>) - 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
 
LuceneIndexProvider.Configuration - Class in org.neo4j.index.lucene
 
LuceneIndexProvider.Configuration() - Constructor for class org.neo4j.index.lucene.LuceneIndexProvider.Configuration
 
LuceneTimeline<T extends org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.index.lucene
 
LuceneTimeline(GraphDatabaseService, Index<T>) - Constructor for class org.neo4j.index.lucene.LuceneTimeline
 
LuceneUtil - Class in org.neo4j.index.impl.lucene
 
LuceneUtil() - Constructor for class org.neo4j.index.impl.lucene.LuceneUtil
 
LuceneXaConnection - Class in org.neo4j.index.impl.lucene
An XA connection used with LuceneDataSource.

M

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

N

newAddCommand(PropertyContainer, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 
newConnection() - Method in class org.neo4j.index.impl.lucene.ConnectionBroker
 
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
Deprecated.  
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderImpl
Deprecated.  
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
nodeIndex(String, GraphDatabaseService, LuceneIndexImplementation) - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
nodeIndex(String, Map<String, String>) - Method in class org.neo4j.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
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.
org.neo4j.unsafe.batchinsert - package org.neo4j.unsafe.batchinsert
 

P

putIfAbsent(T, String, Object) - Method in class org.neo4j.index.impl.lucene.LuceneIndex
 

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

rangeQuery(String, Number, Number, boolean, boolean) - Static method in class org.neo4j.index.impl.lucene.LuceneUtil
Will create a Query with a query for numeric ranges, that is values that have been indexed using ValueContext.indexNumeric().
read_only - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 
read_only - Static variable in class org.neo4j.index.lucene.LuceneIndexProvider.Configuration
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider
Deprecated.  
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderImpl
Deprecated.  
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
relationshipIndex(String, GraphDatabaseService, LuceneIndexImplementation) - Method in class org.neo4j.index.impl.lucene.LuceneDataSource
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 
relationshipIndex(String, Map<String, String>) - Method in class org.neo4j.unsafe.batchinsert.LuceneBatchInserterIndexProvider
 
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.
reset(LuceneDataSource, IndexConnectionBroker<LuceneXaConnection>) - Method in class org.neo4j.index.impl.lucene.LuceneIndexImplementation
 

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
Deprecated.  
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderImpl
Deprecated.  
shutdown() - Method in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProviderNewImpl
 
shutdown() - Method in class org.neo4j.unsafe.batchinsert.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 QueryContext.numericRange(String, Number, Number), Otherwise an IllegalStateException will be thrown.
store_dir - Static variable in class org.neo4j.index.impl.lucene.LuceneDataSource.Configuration
 

T

TimelineIndex<T extends org.neo4j.graphdb.PropertyContainer> - Interface in org.neo4j.index.lucene
A utility for ordering nodes or relationships in a timeline.
tokenStream(String, Reader) - Method in class org.neo4j.index.impl.lucene.LowerCaseKeywordAnalyzer
 
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.impl.lucene.LowerCaseKeywordAnalyzer
 
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 P Q R S T V W

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.