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

A

AbstractIndexService - Class in net.sf.lucis.core.impl
Abstract base class for indexing services.
AbstractQueryable - Class in net.sf.lucis.core.impl
 
AbstractQueryable() - Constructor for class net.sf.lucis.core.impl.AbstractQueryable
 
acceptsDocsOutOfOrder() - Method in class net.sf.lucis.core.support.CountingCollector
 
add(Document) - Method in interface net.sf.lucis.core.Adder
Adds a document to the index.
add(Document, Analyzer) - Method in interface net.sf.lucis.core.Adder
Adds a document to the index.
add(Document) - Method in class net.sf.lucis.core.Batch.Builder
 
add(Document, Analyzer) - Method in class net.sf.lucis.core.Batch.Builder
 
Adder - Interface in net.sf.lucis.core
Document adder for full indexers.
AllCollector - Class in net.sf.lucis.core.support
A hit collector that collects the document index of all the hits.
AllCollector() - Constructor for class net.sf.lucis.core.support.AllCollector
Constructor.

B

Batch<T> - Class in net.sf.lucis.core
Class representing the set of operations to be performed in order to take the index to the given checkpoint.
Batch.Addition - Class in net.sf.lucis.core
 
Batch.Builder<T> - Class in net.sf.lucis.core
 
BatchException - Exception in net.sf.lucis.core
 
BatchException() - Constructor for exception net.sf.lucis.core.BatchException
 
BatchException(String, Throwable) - Constructor for exception net.sf.lucis.core.BatchException
 
BatchException(Throwable) - Constructor for exception net.sf.lucis.core.BatchException
 
build(T) - Method in class net.sf.lucis.core.Batch.Builder
 
builder() - Static method in class net.sf.lucis.core.Batch
 

C

Checkpoint<T> - Interface in net.sf.lucis.core
 
Checkpoints - Class in net.sf.lucis.core
 
close() - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
close() - Method in interface net.sf.lucis.core.LucisSearcher
 
collect(int) - Method in class net.sf.lucis.core.support.AllCollector
 
collect(int) - Method in class net.sf.lucis.core.support.CountingCollector
 
ComplexQuery<T> - Interface in net.sf.lucis.core
Interface for objects that can be queried.
constant(long) - Static method in class net.sf.lucis.core.Delays
 
count(Query, Filter) - Static method in class net.sf.lucis.core.LucisQuery
 
CountingCollector - Class in net.sf.lucis.core.support
A hit collector that simply counts the number of hits.
CountingCollector() - Constructor for class net.sf.lucis.core.support.CountingCollector
Constructor.

D

DefaultIndexerService<T> - Class in net.sf.lucis.core.impl
Lucene-based index manager.
DefaultIndexerService(Store<T>, Writer, Indexer<T>, ScheduledExecutorService, boolean) - Constructor for class net.sf.lucis.core.impl.DefaultIndexerService
 
DefaultIndexerService(Store<T>, Writer, Indexer<T>) - Constructor for class net.sf.lucis.core.impl.DefaultIndexerService
 
DefaultLucisSearcher - Class in net.sf.lucis.core.impl
Default LucisSearcher implementation.
DefaultQueryable - Class in net.sf.lucis.core.impl
 
DefaultQueryable(Supplier<LucisSearcher>) - Constructor for class net.sf.lucis.core.impl.DefaultQueryable
 
DefaultReindexingWriter - Class in net.sf.lucis.core.impl
Default reindexing writer.
DefaultReindexingWriter() - Constructor for class net.sf.lucis.core.impl.DefaultReindexingWriter
 
DefaultReindexingWriter(Supplier<IndexWriterConfig>) - Constructor for class net.sf.lucis.core.impl.DefaultReindexingWriter
 
DefaultWriter - Class in net.sf.lucis.core.impl
Default writer implementation.
DefaultWriter() - Constructor for class net.sf.lucis.core.impl.DefaultWriter
 
DefaultWriter(Supplier<IndexWriterConfig>) - Constructor for class net.sf.lucis.core.impl.DefaultWriter
 
Delays - Class in net.sf.lucis.core
 
delete(String, String) - Method in class net.sf.lucis.core.Batch.Builder
 
delete(Term) - Method in class net.sf.lucis.core.Batch.Builder
 
DirectoryProvider - Interface in net.sf.lucis.core
A directory provider for searchers.
doc(int) - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
doc(int) - Method in interface net.sf.lucis.core.LucisSearcher
 
DocMapper<T> - Interface in net.sf.lucis.core
Mapper from a Lucene document to a custom object.

E

equals(Object) - Method in class net.conquiris.lucene.GuavaCachingFilter
 

F

Factory - Class in net.sf.lucis.core
Support class the default values related to the lucene version for this lucis version.
first(Query, Filter, Sort, DocMapper<T>, Highlight) - Static method in class net.sf.lucis.core.LucisQuery
 
first(Query, Filter, Sort, DocMapper<T>) - Static method in class net.sf.lucis.core.LucisQuery
 
first(Query, Sort, DocMapper<T>) - Static method in class net.sf.lucis.core.LucisQuery
 
first(Query, Filter, DocMapper<T>) - Static method in class net.sf.lucis.core.LucisQuery
 
first(Query, DocMapper<T>) - Static method in class net.sf.lucis.core.LucisQuery
 
FSStore<T> - Class in net.sf.lucis.core.impl
File system-based store.
FSStore(Checkpoint<T>, String) - Constructor for class net.sf.lucis.core.impl.FSStore
 
FullIndexer - Interface in net.sf.lucis.core
Inferface for full indexer objects.

G

get() - Static method in class net.sf.lucis.core.Factory
Returns the instance.
get() - Method in class net.sf.lucis.core.impl.ManagedMultiSearcherProvider
 
get() - Method in class net.sf.lucis.core.impl.ManagedSingleSearcherProvider
 
get() - Method in class net.sf.lucis.core.impl.MultiSearcherProvider
 
get() - Method in class net.sf.lucis.core.impl.SingleSearcherProvider
 
getAdditions() - Method in class net.sf.lucis.core.Batch
 
getAnalyzer() - Method in class net.sf.lucis.core.Batch.Addition
 
getBits() - Method in class net.sf.lucis.core.support.AllCollector
 
getCheckpoint() - Method in interface net.sf.lucis.core.Adder
Returns the current checkpoint.
getCheckpoint() - Method in class net.sf.lucis.core.Batch
 
getCheckpoint() - Method in class net.sf.lucis.core.impl.FSStore
 
getCheckpoint() - Method in class net.sf.lucis.core.impl.RAMStore
 
getCheckpoint() - Method in class net.sf.lucis.core.impl.ReindexingFSStore
 
getCheckpoint() - Method in interface net.sf.lucis.core.ReindexingStore
Returns the current checkpoint.
getCheckpoint() - Method in interface net.sf.lucis.core.Store
Returns the current checkpoint.
getCount() - Method in class net.sf.lucis.core.support.CountingCollector
Returns the document count.
getDeletions() - Method in class net.sf.lucis.core.Batch
 
getDestinationDirectory() - Method in class net.sf.lucis.core.impl.ReindexingFSStore
 
getDestinationDirectory() - Method in interface net.sf.lucis.core.ReindexingStore
Returns the directory in which the new index must be created.
getDirectory() - Method in interface net.sf.lucis.core.DirectoryProvider
Returns the underlying directory.
getDirectory() - Method in class net.sf.lucis.core.impl.FSStore
 
getDirectory() - Method in class net.sf.lucis.core.impl.RAMStore
 
getDirectory() - Method in class net.sf.lucis.core.impl.ReindexingFSStore
 
getDocIdSet(IndexReader) - Method in class net.conquiris.lucene.GuavaCachingFilter
 
getDocument() - Method in class net.sf.lucis.core.Batch.Addition
 
getError() - Method in class net.sf.lucis.core.Delays
 
getException() - Method in class net.sf.lucis.core.impl.MayFail
 
getFragments(Document) - Method in class net.sf.lucis.core.Highlight.HighlightedQuery
 
getIdle() - Method in class net.sf.lucis.core.Delays
 
getIndexStatus() - Method in class net.sf.lucis.core.impl.AbstractIndexService
 
getIndexStatus() - Method in interface net.sf.lucis.core.IndexerService
 
getManagedReader() - Method in interface net.sf.lucis.core.DirectoryProvider
Returns a managed index reader for the store.
getMaxScore() - Method in class net.sf.lucis.core.support.CountingCollector
Returns the maximum collected score.
getNormal() - Method in class net.sf.lucis.core.Delays
 
getResult() - Method in class net.sf.lucis.core.impl.MayFail
 
getStatus() - Method in class net.sf.lucis.core.impl.AbstractIndexService
 
getStatus() - Method in class net.sf.lucis.core.impl.MayFail
 
getStatus() - Method in interface net.sf.lucis.core.IndexerService
 
getStatus() - Method in exception net.sf.lucis.core.IndexException
 
getVersion() - Method in interface net.sf.lucis.core.DirectoryProvider
Returns the current version.
getVersion() - Method in class net.sf.lucis.core.impl.FSStore
 
getVersion() - Method in class net.sf.lucis.core.impl.RAMStore
 
getVersion() - Method in class net.sf.lucis.core.impl.ReindexingFSStore
 
group(Query, Filter, List<String>) - Static method in class net.sf.lucis.core.LucisQuery
 
GuavaCachingFilter - Class in net.conquiris.lucene
A wrapping filter based on Guava Cache.
GuavaCachingFilter(Filter, int, long, TimeUnit) - Constructor for class net.conquiris.lucene.GuavaCachingFilter
Constructor.
GuavaCachingFilter(Filter) - Constructor for class net.conquiris.lucene.GuavaCachingFilter
Constructor with a maximum size of 100 elements and a expiration time of 10 minutes.

H

hashCode() - Method in class net.conquiris.lucene.GuavaCachingFilter
 
Highlight - Class in net.sf.lucis.core
Highlight configuration.
highlight(Query) - Method in class net.sf.lucis.core.Highlight
Highlight a query with this configuration.
Highlight.HighlightedQuery - Class in net.sf.lucis.core
 

I

index(Adder) - Method in interface net.sf.lucis.core.FullIndexer
Create the index.
index(T) - Method in interface net.sf.lucis.core.Indexer
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint.
index() - Static method in class net.sf.lucis.core.Loggers
 
Indexer<T> - Interface in net.sf.lucis.core
Inferface for incremental indexer objects.
IndexerService - Interface in net.sf.lucis.core
Interface for an indexer service.
IndexException - Exception in net.sf.lucis.core
 
IndexException(IndexStatus) - Constructor for exception net.sf.lucis.core.IndexException
 
IndexException(IndexStatus, String, Throwable) - Constructor for exception net.sf.lucis.core.IndexException
 
IndexException(IndexStatus, Throwable) - Constructor for exception net.sf.lucis.core.IndexException
 
IndexStatus - Enum in net.sf.lucis.core
Index Status.
inquire(Queryable) - Method in interface net.sf.lucis.core.ComplexQuery
 
Interruption - Class in net.sf.lucis.core
Interruption support.
isEmpty() - Method in class net.sf.lucis.core.Batch
 
isRecreate() - Method in class net.sf.lucis.core.Batch
 

L

Loggers - Class in net.sf.lucis.core
Port@l core logging channels.
LucisQuery<T> - Class in net.sf.lucis.core
Abstract implementation for a search service.
LucisSearcher - Interface in net.sf.lucis.core
Interface for lucis searchers.

M

managed(DirectoryProvider) - Static method in class net.sf.lucis.core.support.Queryables
 
managed(Iterable<DirectoryProvider>) - Static method in class net.sf.lucis.core.support.Queryables
 
ManagedMultiSearcherProvider - Class in net.sf.lucis.core.impl
MultiSearcher managed implementation.
ManagedSingleSearcherProvider - Class in net.sf.lucis.core.impl
 
map(int, float, Document, Multimap<String, String>) - Method in interface net.sf.lucis.core.DocMapper
 
MayFail<T> - Class in net.sf.lucis.core.impl
A writer is the object that applies the operations into a store.
multi(Collection<DirectoryProvider>) - Static method in class net.sf.lucis.core.support.Queryables
 
MultiSearcherProvider - Class in net.sf.lucis.core.impl
MultiSearcher simple implementation.

N

net.conquiris.lucene - package net.conquiris.lucene
 
net.sf.lucis.core - package net.sf.lucis.core
 
net.sf.lucis.core.impl - package net.sf.lucis.core.impl
 
net.sf.lucis.core.support - package net.sf.lucis.core.support
 
no() - Static method in class net.sf.lucis.core.Highlight
 
normalAndError(long, long) - Static method in class net.sf.lucis.core.Delays
 

O

of(long, long, long) - Static method in class net.sf.lucis.core.Delays
 
of(Analyzer, Formatter, Map<String, Integer>) - Static method in class net.sf.lucis.core.Highlight
 
of(Map<String, Integer>) - Static method in class net.sf.lucis.core.Highlight
 
of(Iterable<DirectoryProvider>) - Static method in class net.sf.lucis.core.impl.ManagedMultiSearcherProvider
 
of(DirectoryProvider) - Static method in class net.sf.lucis.core.impl.ManagedSingleSearcherProvider
 
of(Callable<V>) - Static method in class net.sf.lucis.core.impl.MayFail
Runs a possibly failed result from the execution of a callable.
of(Iterable<DirectoryProvider>) - Static method in class net.sf.lucis.core.impl.MultiSearcherProvider
 
of(Directory) - Static method in class net.sf.lucis.core.impl.SingleSearcherProvider
 
of(DirectoryProvider) - Static method in class net.sf.lucis.core.impl.SingleSearcherProvider
 
ofLong() - Static method in class net.sf.lucis.core.Checkpoints
 
ofStringLine() - Static method in class net.sf.lucis.core.Checkpoints
 

P

page(Query, Filter, Sort, DocMapper<T>, int, int, Highlight) - Static method in class net.sf.lucis.core.LucisQuery
 
page(Query, Filter, Sort, DocMapper<T>, int, int) - Static method in class net.sf.lucis.core.LucisQuery
 
page(Query, Sort, DocMapper<T>, int, int) - Static method in class net.sf.lucis.core.LucisQuery
 
page(Query, Filter, DocMapper<T>, int, int) - Static method in class net.sf.lucis.core.LucisQuery
 
page(Query, DocMapper<T>, int, int) - Static method in class net.sf.lucis.core.LucisQuery
 
perform(LucisSearcher) - Method in class net.sf.lucis.core.LucisQuery
 

Q

query(LucisQuery<T>) - Method in class net.sf.lucis.core.impl.DefaultQueryable
 
query(ComplexQuery<T>) - Method in class net.sf.lucis.core.impl.DefaultQueryable
 
query(LucisQuery<T>) - Method in interface net.sf.lucis.core.Queryable
 
query(ComplexQuery<T>) - Method in interface net.sf.lucis.core.Queryable
 
Queryable - Interface in net.sf.lucis.core
Interface for objects that can be queried.
Queryables - Class in net.sf.lucis.core.support
Queryable factory.

R

RAMStore<T> - Class in net.sf.lucis.core.impl
RAM-based store.
RAMStore(Store<T>) - Constructor for class net.sf.lucis.core.impl.RAMStore
 
RAMStore() - Constructor for class net.sf.lucis.core.impl.RAMStore
 
read(InputStream) - Method in interface net.sf.lucis.core.Checkpoint
 
recreate() - Method in class net.sf.lucis.core.Batch.Builder
States that the index must be recreated before applying the batch.
reindex(ReindexingStore, FullIndexer) - Method in class net.sf.lucis.core.impl.DefaultReindexingWriter
 
reindex(ReindexingStore, FullIndexer) - Method in interface net.sf.lucis.core.ReindexingWriter
Reindex.
reindexed(String) - Method in class net.sf.lucis.core.impl.ReindexingFSStore
 
reindexed(String) - Method in interface net.sf.lucis.core.ReindexingStore
Called when a reindexing process has been completed.
ReindexingFSStore - Class in net.sf.lucis.core.impl
File system-based reindexing store.
ReindexingFSStore(String) - Constructor for class net.sf.lucis.core.impl.ReindexingFSStore
 
ReindexingIndexerService - Class in net.sf.lucis.core.impl
Default reindexing service.
ReindexingIndexerService(ReindexingStore, ReindexingWriter, FullIndexer, ScheduledExecutorService, boolean) - Constructor for class net.sf.lucis.core.impl.ReindexingIndexerService
 
ReindexingIndexerService(ReindexingStore, ReindexingWriter, FullIndexer) - Constructor for class net.sf.lucis.core.impl.ReindexingIndexerService
 
ReindexingStore - Interface in net.sf.lucis.core
A directory provider for full reindexings.
ReindexingWriter - Interface in net.sf.lucis.core
A reindexing writer is the object that writes the documents into a reindexing store.
reset() - Method in class net.sf.lucis.core.support.AllCollector
Resets the collector.
reset() - Method in class net.sf.lucis.core.support.CountingCollector
Resets the collector.
rewrite(Query) - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
rewrite(Query) - Method in interface net.sf.lucis.core.LucisSearcher
Rewrite a query into primitive queries.
run(Callable<V>) - Static method in class net.sf.lucis.core.impl.MayFail
Runs a callable translating the exceptions, except InterruptedException.

S

search(Query, Filter, Collector) - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
search(Query, Filter, int) - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
search(Query, Filter, int, Sort) - Method in class net.sf.lucis.core.impl.DefaultLucisSearcher
 
search(Query, Filter, Collector) - Method in interface net.sf.lucis.core.LucisSearcher
 
search(Query, Filter, int) - Method in interface net.sf.lucis.core.LucisSearcher
 
search(Query, Filter, int, Sort) - Method in interface net.sf.lucis.core.LucisSearcher
 
setCheckpoint(String) - Method in interface net.sf.lucis.core.Adder
Sets the current checkpoint.
setCheckpoint(T) - Method in class net.sf.lucis.core.impl.FSStore
 
setCheckpoint(T) - Method in class net.sf.lucis.core.impl.RAMStore
 
setCheckpoint(T) - Method in interface net.sf.lucis.core.Store
Sets the current checkpoint.
setDelays(Delays) - Method in class net.sf.lucis.core.impl.DefaultIndexerService
 
setDelays(Delays) - Method in class net.sf.lucis.core.impl.ReindexingIndexerService
 
setLogName(String) - Method in class net.sf.lucis.core.impl.DefaultQueryable
 
setNextReader(IndexReader, int) - Method in class net.sf.lucis.core.support.AllCollector
 
setNextReader(IndexReader, int) - Method in class net.sf.lucis.core.support.CountingCollector
 
setScorer(Scorer) - Method in class net.sf.lucis.core.support.CountingCollector
 
simple(Directory) - Static method in class net.sf.lucis.core.support.Queryables
 
simple(DirectoryProvider) - Static method in class net.sf.lucis.core.support.Queryables
 
SingleSearcherProvider - Class in net.sf.lucis.core.impl
 
skip() - Method in interface net.sf.lucis.core.Adder
Notifies the adder that the current run should be skipped.
standardAnalyzer() - Method in class net.sf.lucis.core.Factory
Returns the default standard analyzer.
start() - Method in class net.sf.lucis.core.impl.AbstractIndexService
 
start() - Method in interface net.sf.lucis.core.IndexerService
 
stats() - Method in class net.conquiris.lucene.GuavaCachingFilter
Returns a current snapshot of this cache's cumulative statistics.
stop() - Method in class net.sf.lucis.core.impl.AbstractIndexService
 
stop() - Method in interface net.sf.lucis.core.IndexerService
 
store() - Static method in class net.sf.lucis.core.Loggers
 
Store<T> - Interface in net.sf.lucis.core
A store is the combination of a Lucene directory and a checkpoint.
StoreException - Exception in net.sf.lucis.core
 
StoreException() - Constructor for exception net.sf.lucis.core.StoreException
 
StoreException(String, Throwable) - Constructor for exception net.sf.lucis.core.StoreException
 
StoreException(Throwable) - Constructor for exception net.sf.lucis.core.StoreException
 

T

throwIfInterrupted() - Static method in class net.sf.lucis.core.Interruption
Throws InterruptedException if the current thread has been interrupted.
toString() - Method in class net.conquiris.lucene.GuavaCachingFilter
 
toString() - Method in class net.sf.lucis.core.impl.FSStore
 

U

update(Document, String, String) - Method in class net.sf.lucis.core.Batch.Builder
 
update(Document, Term) - Method in class net.sf.lucis.core.Batch.Builder
 

V

valueOf(String) - Static method in enum net.sf.lucis.core.IndexStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.lucis.core.IndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class net.sf.lucis.core.Factory
Returns the used lucene version.

W

write(T, OutputStream) - Method in interface net.sf.lucis.core.Checkpoint
 
write(Store<T>, Batch<T>) - Method in class net.sf.lucis.core.impl.DefaultWriter
 
write(Store<T>, Batch<T>) - Method in interface net.sf.lucis.core.Writer
Applies a batch of operations.
writer() - Static method in class net.sf.lucis.core.Loggers
 
Writer - Interface in net.sf.lucis.core
A writer is the object that applies the operations into a store.
writerConfig() - Method in class net.sf.lucis.core.Factory
Returns the default writer configuration.
writerConfigSupplier() - Method in class net.sf.lucis.core.Factory
Returns the default writer configuration supplier.

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

Copyright © 2013. All Rights Reserved.