Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
R
S
U
V
W
A
AbstractHitMapper
<
T
> - Class in
net.conquiris.api.search
Abstract implementation of a hit mapper.
AbstractHitMapper()
- Constructor for class net.conquiris.api.search.
AbstractHitMapper
Constructor with no selector.
AbstractHitMapper(FieldSelector)
- Constructor for class net.conquiris.api.search.
AbstractHitMapper
Constructor with a provided selector.
AbstractHitMapper(Iterable<String>, Iterable<String>)
- Constructor for class net.conquiris.api.search.
AbstractHitMapper
Creates a mapper with a selector that loads a certain set of fields eagerly, another set lazily and the rest are not loaded.
AbstractHitMapper(Iterable<String>)
- Constructor for class net.conquiris.api.search.
AbstractHitMapper
Creates a mapper with a selector that loads only a certain set of fields.
AbstractLocalIndexerService
- Class in
net.conquiris.index
Abstract base class for a
LocalIndexerService
.
AbstractLocalIndexerService()
- Constructor for class net.conquiris.index.
AbstractLocalIndexerService
Constructor.
add(Document)
- Method in interface net.conquiris.api.index.
DocumentWriter
Adds a document.
add(Document, Analyzer)
- Method in interface net.conquiris.api.index.
DocumentWriter
Adds a document.
add(Document)
- Method in interface net.conquiris.api.index.
Writer
Adds a document.
add(Document, Analyzer)
- Method in interface net.conquiris.api.index.
Writer
Adds a document.
B
baseLog()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Returns the base log to use.
C
cancel()
- Method in interface net.conquiris.api.index.
Writer
Cancels the operation of this writer.
Checkpoints
- Class in
net.conquiris.api.index
Checkpoints support class.
D
delete(String, String)
- Method in interface net.conquiris.api.index.
DocumentWriter
Deletes documents matching a certain term.
delete(Term)
- Method in interface net.conquiris.api.index.
DocumentWriter
Deletes documents matching a certain term.
delete(String, String)
- Method in interface net.conquiris.api.index.
Writer
Deletes documents matching a certain term.
delete(Term)
- Method in interface net.conquiris.api.index.
Writer
Deletes documents matching a certain term.
deleteAll()
- Method in interface net.conquiris.api.index.
DocumentWriter
Deletes all documents.
deleteAll()
- Method in interface net.conquiris.api.index.
Writer
Deletes all documents.
directory(Directory)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns an unmanaged reader supplier using a directory.
DirectoryIndexerService
- Class in
net.conquiris.index
Default directory-based indexer service implementation.
DirectoryIndexerService(Indexer, Directory, Supplier<IndexWriterConfig>)
- Constructor for class net.conquiris.index.
DirectoryIndexerService
dispose()
- Method in interface net.conquiris.api.search.
ManagedReaderSupplier
Dispose any acquired resources.
doc(int)
- Method in interface net.conquiris.api.search.
Searcher
Low level Lucene method.
DocumentWriter
- Interface in
net.conquiris.api.index
Conquiris document writing interface.
E
empty()
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns a non-reopenable reader supplier using an empty index.
G
get()
- Method in class net.conquiris.api.search.
Reader
Returns the index reader.
get()
- Method in interface net.conquiris.api.search.
ReaderSupplier
Returns an index reader.
getCheckpoint()
- Method in interface net.conquiris.api.index.
Writer
Returns the commit checkpoint, or
null
if there was no checkpoint.
getCount(Query, Filter, boolean)
- Method in interface net.conquiris.api.search.
Searcher
Returns the number of results of a query.
getDelays()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
getFieldSelector()
- Method in class net.conquiris.api.search.
AbstractHitMapper
getFieldSelector()
- Method in interface net.conquiris.api.search.
HitMapper
Returns the field selector to use.
getFirst(HitMapper<T>, Query, Filter, Sort, Highlight)
- Method in interface net.conquiris.api.search.
Searcher
Returns the first result of a query
getFragments(Document)
- Method in class net.conquiris.api.search.
Highlight.HighlightedQuery
getIndexInfo()
- Method in interface net.conquiris.api.index.
Writer
Returns the last commit index info.
getIndexInfo()
- Method in class net.conquiris.index.
DirectoryIndexerService
getIndexReport(IndexReportLevel)
- Method in class net.conquiris.index.
AbstractLocalIndexerService
getIndexStatus()
- Method in class net.conquiris.index.
DirectoryIndexerService
getName()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Returns the name of the service or the class name if no one was provided.
getPage(HitMapper<T>, Query, int, int, Filter, Sort, Highlight)
- Method in interface net.conquiris.api.search.
Searcher
Returns a page of results of a query.
getProperty(String)
- Method in interface net.conquiris.api.index.
Writer
Returns a commit property.
getPropertyKeys()
- Method in interface net.conquiris.api.index.
Writer
Returns the existing property keys.
getReopened()
- Method in interface net.conquiris.api.search.
ManagedReaderSupplier
Returns the number of successful requests that where server reopening a reader.
getRequested()
- Method in interface net.conquiris.api.search.
ReaderSupplier
Returns the number of successful requests done.
getReused()
- Method in interface net.conquiris.api.search.
ManagedReaderSupplier
Returns the number of successful requests that reused a previously opened reader.
getTargetCheckpoint()
- Method in interface net.conquiris.api.index.
Writer
Returns the last known target checkpoint, or
null
if there was no checkpoint.
H
Highlight
- Class in
net.conquiris.api.search
Highlight configuration.
highlight(Query)
- Method in class net.conquiris.api.search.
Highlight
Highlight a query with this configuration.
Highlight.HighlightedQuery
- Class in
net.conquiris.api.search
HitMapper
<
T
> - Interface in
net.conquiris.api.search
Mapper from a search hit to a custom object.
I
index(Writer)
- Method in interface net.conquiris.api.index.
Indexer
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint.
index(DocumentWriter)
- Method in interface net.conquiris.api.index.
Subindexer
Performs part of an indexing batch.
Indexer
- Interface in
net.conquiris.api.index
Interface for indexers.
isIndexActive()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
isIndexStarted()
- Method in class net.conquiris.index.
DirectoryIndexerService
isReopenable()
- Method in class net.conquiris.api.search.
Reader
Returns whether the index is reopenable.
L
log()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Returns the context log to use for the index service.
logContextFormat()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Returns the format to use for the service log context.
M
managed(ReaderSupplier, long)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns a managed reader supplier based on another one.
managed(ReaderSupplier)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns a managed reader supplier based on another one with no hold time.
managed(Directory, long)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns a managed reader supplier based on a directory.
managed(Directory)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns a managed reader supplier based on a directory with no hold time.
managed(IndexWriter, long)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns an unmanaged near-real-time reader supplier using the provided index writer.
managed(IndexWriter)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns an unmanaged near-real-time reader supplier using the provided index writer.
ManagedReaderSupplier
- Interface in
net.conquiris.api.search
Interface for managed index reader suppliers.
N
net.conquiris.api.index
- package net.conquiris.api.index
net.conquiris.api.search
- package net.conquiris.api.search
net.conquiris.index
- package net.conquiris.index
net.conquiris.search
- package net.conquiris.search
no()
- Static method in class net.conquiris.api.search.
Highlight
O
of(Analyzer, Formatter, Map<String, Integer>)
- Static method in class net.conquiris.api.search.
Highlight
of(Map<String, Integer>)
- Static method in class net.conquiris.api.search.
Highlight
of(IndexReader, boolean)
- Static method in class net.conquiris.api.search.
Reader
Creates a new reader reference.
of(IndexSearcher)
- Static method in class net.conquiris.search.
Searchers
Returns a searcher for a Lucene index searcher.
ofInt(String, int)
- Static method in class net.conquiris.api.index.
Checkpoints
Parses a checkpoint as an int.
ofLong(String, long)
- Static method in class net.conquiris.api.index.
Checkpoints
Parses a checkpoint as a long.
R
Reader
- Class in
net.conquiris.api.search
A reference to an exact instance of an index reader.
ReaderSupplier
- Interface in
net.conquiris.api.search
Interface for index reader suppliers.
ReaderSuppliers
- Class in
net.conquiris.search
Reader suppliers support class.
reindex()
- Method in class net.conquiris.index.
DirectoryIndexerService
rewrite(Query)
- Method in interface net.conquiris.api.search.
Searcher
Low level Lucene method.
runSubindexers(Executor, Iterable<? extends Subindexer>)
- Method in interface net.conquiris.api.index.
Writer
Runs a collection of subindexers using the provided executor, waiting for them to finish.
S
search(Query, Filter, Collector)
- Method in interface net.conquiris.api.search.
Searcher
Low level Lucene method.
search(Query, Filter, int)
- Method in interface net.conquiris.api.search.
Searcher
Low level Lucene method.
search(Query, Filter, int, Sort)
- Method in interface net.conquiris.api.search.
Searcher
Low level Lucene method.
search(Function<Searcher, T>)
- Method in interface net.conquiris.api.search.
SearcherService
Perform a personalized and potentially compound query.
Searcher
- Interface in
net.conquiris.api.search
Interface for conquiris searchers.
Searchers
- Class in
net.conquiris.search
Searchers support class.
SearcherService
- Interface in
net.conquiris.api.search
Conquiris Searcher Service.
service(ReaderSupplier)
- Static method in class net.conquiris.search.
Searchers
Returns a searcher service.
setActivationPolicy(IndexerActivationPolicy)
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Sets the activation policy.
setCheckpoint(String)
- Method in interface net.conquiris.api.index.
Writer
Sets the new checkpoint.
setCheckpoint(String)
- Method in class net.conquiris.index.
DirectoryIndexerService
setDelays(Delays)
- Method in class net.conquiris.index.
AbstractLocalIndexerService
setName(String)
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Sets the object name.
setProperties(Map<String, String>)
- Method in interface net.conquiris.api.index.
Writer
Sets a collection of commit property value.
setProperty(String, String)
- Method in interface net.conquiris.api.index.
Writer
Sets a commit property value.
setTargetCheckpoint(String)
- Method in interface net.conquiris.api.index.
Writer
Sets the new target checkpoint.
start()
- Method in class net.conquiris.index.
DirectoryIndexerService
stop()
- Method in class net.conquiris.index.
DirectoryIndexerService
Subindexer
- Interface in
net.conquiris.api.index
Interface for subindexers.
U
update(String, String, Document)
- Method in interface net.conquiris.api.index.
DocumentWriter
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(Term, Document)
- Method in interface net.conquiris.api.index.
DocumentWriter
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(String, String, Document, Analyzer)
- Method in interface net.conquiris.api.index.
DocumentWriter
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(Term, Document, Analyzer)
- Method in interface net.conquiris.api.index.
DocumentWriter
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(String, String, Document)
- Method in interface net.conquiris.api.index.
Writer
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(Term, Document)
- Method in interface net.conquiris.api.index.
Writer
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(String, String, Document, Analyzer)
- Method in interface net.conquiris.api.index.
Writer
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
update(Term, Document, Analyzer)
- Method in interface net.conquiris.api.index.
Writer
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
V
valueOf(String)
- Static method in enum net.conquiris.api.index.
WriterResult
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.conquiris.api.index.
WriterResult
Returns an array containing the constants of this enum type, in the order they are declared.
W
Writer
- Interface in
net.conquiris.api.index
Conquiris index writer interface.
writer(IndexWriter)
- Static method in class net.conquiris.search.
ReaderSuppliers
Returns an unmanaged near-real-time reader supplier using the provided index writer.
writerLog()
- Method in class net.conquiris.index.
AbstractLocalIndexerService
Returns the context log to use for the index writer.
WriterResult
- Enum in
net.conquiris.api.index
Writer result.
A
B
C
D
E
G
H
I
L
M
N
O
R
S
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
Derquinse Projects.
. All Rights Reserved.