|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractSearchScript
for computations
that return a double number.AbstractSearchScript
for computations
that return a float number.AbstractSearchScript
for computations
that return a long number.and()
and or()
.Module
s which reduces repetition and results in
a more readable configuration.CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
Future
allowing for simplified "get" operations.Future.get()
, just wrapping the InterruptedException
with
ElasticSearchInterruptedException
, and throwing the actual
cause of the ExecutionException
.
Future.get(long, java.util.concurrent.TimeUnit)
, just wrapping the InterruptedException
with
ElasticSearchInterruptedException
, and throwing the actual
cause of the ExecutionException
.
Future.get(long, java.util.concurrent.TimeUnit)
, just wrapping the InterruptedException
with
ElasticSearchInterruptedException
, and throwing the actual
cause of the ExecutionException
.
Future.get(long, java.util.concurrent.TimeUnit)
, just wrapping the InterruptedException
with
ElasticSearchInterruptedException
, and throwing the actual
cause of the ExecutionException
.
Future.get(long, java.util.concurrent.TimeUnit)
, just wrapping the InterruptedException
with
ElasticSearchInterruptedException
, and throwing the actual
cause of the ExecutionException
.
IndexRequest
to the list of actions to execute.
DeleteRequest
to the list of actions to execute.
IndexRequest
to the list of actions to execute.
IndexRequest
to the list of actions to execute.
DeleteRequest
to the list of actions to execute.
DeleteRequest
to the list of actions to execute.
I
which will be presented to the user at a later
time.
I
, the full details of which will be logged, and the
message of which will be presented to the user at a later time.
Field
that is
tokenized
,
not stored
,
termVectorStored with positions
(or
termVectorStored with positions and offsets
),
addField(fieldName, stream, 1.0f)
.
Field
.
CharFilterFactory
, AnalyzerProvider
, TokenFilterFactory
,
or @TokenizerFactory
which will cause the provider/factory to only be created when explicit settings
are provided.true
if both this and the
given matcher return true
.
Binder
.Binder
.Binder
.Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
componentType
.
Injector
to eagerly initialize this
singleton-scoped binding upon creation.
FactoryProvider
now works better with the standard @Inject
annotation. When using that annotation, parameters are matched by name and type rather than
by position. In addition, values that use the standard @Inject constructor
annotation are eligible for method interception.Base64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream
in DECODE mode.
Base64.InputStream
in
either ENCODE or DECODE mode.
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream
in ENCODE mode.
Base64.OutputStream
in
either ENCODE or DECODE mode.
Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
Injector
.@Named(key)
for each entry in
properties
.
@Named(key)
for each property.
n choose k
", the number of
k
-element subsets that can be selected from an
n
-element set.
double
representation of the Binomial
Coefficient, "n choose k
", the number of
k
-element subsets that can be selected from an
n
-element set.
log
of the Binomial
Coefficient, "n choose k
", the number of
k
-element subsets that can be selected from an
n
-element set.
IndexWriter.addDocuments(java.util.Collection)
or IndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection)
API.TreeSet
that is bounded by size.TransportAddress
, one that represents
the address the transport is bounded on, the the published one represents the one clients should
communicate on.Settings
(underlying uses ImmutableSettings
) based on everything
set on this builder.
FastByteArrayOutputStream
.
IndexRequest
s and DeleteRequest
s and allows to executes
it in a single batch.IndexRequest
s and DeleteRequest
s and allows to executes
it in a single batch.ByteBuffer
in order to store the directory content.PlainByteBufferAllocator
.
byte
.
FastByteArrayOutputStream
.
TimerTask
associated with this handle.
Object.equals()
.
String.toUpperCase(java.util.Locale)
.
String
, changing the first letter to
upper case as per Character.toUpperCase(char)
.
ChannelBuffer
based StreamInput
.Iterable
object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable
object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable
object passed as a parameter to the
calling method is not null and contains no null elements.
index
specifies a valid element in an array,
list or string of size size
.
index
specifies a valid element in an array,
list or string of size size
.
type
.
value
if it is non-null allowed to be null.
index
specifies a valid position in an array,
list or string of size size
.
index
specifies a valid position in an array,
list or string of size size
.
start
and end
specify a valid positions
in an array, list or string of size size
, and are in order.
Node.stop()
s if its running).
Engine
close failed.ClusterStateListener
)
and submit state update tasks (ClusterStateUpdateTask
.ClusterStateUpdateTask.execute(ClusterState)
have been processed
properly by all listeners.
modules
.
modules
.
FieldMappers
.
FieldMappers
.
ObjectMappers
.
ObjectMappers
.
ConcurrentMap
which is similar to
ConcurrentHashMap
.SafeArray
.VersionedMap
based on ConcurrentHashMap
.VersionedMap
based on ConcurrentMapLong
.messages
.
Binder
via the exposed methods.
binder
.
System.out
or
System.err
using a layout specified by the user.IndexRequest.OpType.CREATE
.
Key
s.
ArithmeticException
with specified formatted detail message.
ArrayIndexOutOfBoundsException
with specified formatted detail message.
ConcurrentModificationException
with specified formatted detail message.
EOFException
with specified formatted detail message.
IllegalArgumentException
with specified formatted detail message.
IllegalArgumentException
with specified nested
Throwable
root cause.
IllegalStateException
with specified formatted detail message.
RuntimeException
for an internal error.
IOException
with specified nested
Throwable
root cause.
NoSuchElementException
with specified formatted detail message.
NullPointerException
with specified formatted detail message.
ParseException
with specified
formatted detail message.
Injector
.messages
.
ThreadNameDeterminer
that rejects the proposed thread name and
retains the current one.
Tokenizer
and a list
of TokenFilter
s.SearchType.QUERY_THEN_FETCH
.
SnapshotDeletionPolicy
.
File
- for directories,
recursively delete any nested directories or files as well.
ThreadRenamingRunnable
.
DictionaryCompoundWordTokenFilter
to decompound tokens using a dictionary.Directory
.Directory
this store is using.
double
.
ExecutorService
that executes each submitted task using one of
possibly several pooled threads, normally configured using
DynamicExecutors
factory methods.SynchronousQueue
which acts as a rendezvous channel.Integer.MAX_VALUE
.
Bootstrap
just so the process will look nicely on things like jps.ElasticSearchException
with the specified detail message.
ElasticSearchException
with the specified detail message
and nested exception.
InterruptedException
simply a runtime one.TimeoutException
simply a runtime one.rewritten
.raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
raw
ByteBuffer,
writing it to the encoded
CharBuffer.
Base64.encodeBytes(byte[])
but returns
a byte array instead of instantiating a String.
Base64.encodeBytes(byte[], int, int, int)
but returns
a byte array instead of instantiating a String.
Engine
creation failed.Set
view of the mappings contained in this map.
a
and b
are equal.
o
is equal to this.
equals
Directory
.
SearchHit
be returned with an
explanation of the hit (ranking).
key
available to the enclosing environment
type
available to the enclosing environment.
type
available to the enclosing environment.
key
available to other modules and the injector.
type
available to other modules and the injector.
type
available to other modules and the injector.
Provides
method annotation in a
private module to indicate that the provided binding is exposed.Facet
s.
Facet
s.
Facet
s keyed by facet name.
Facet
s keyed by map.
ByteArrayInputStream
so that it uses buf
as its
buffer array.
ByteArrayInputStream
that uses buf
as its
buffer array.
ByteArrayOutputStream
just not synced.FastByteArrayOutputStream
.CharArrayWriter
allowing to get the underlying char[] buffer.FieldMapper
.member
, or null if there isn't one.
type
.
type
, or null if none is specified.
float
.
Directory.sync(String)
but forces it even if its
disabled.
type
.
type
.
type
.
type
.
DateTimeFormatter
that retains the
format that was used to create it.type
.
type
.
QueryFilterParser
except that it allows also to
associate a name with the query filter.SearchType.DEFAULT
.
UUID.toString()
method.
FieldMappers
of all the FieldMapper
s that are
registered under the give fullName across all the different DocumentMapper
types.
TransportFuture
.FuzzyLikeThisFieldQueryBuilder.likeText(String)
.
FuzzyLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.
FuzzyLikeThisQueryBuilder.likeText(String)
which is checked against the "_all" field.
T
.
Type
instance.
Class
instance.
null
if this map contains no mapping for the key.
CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue)
.
Map
.
null
if this
message was not caused by a throwable.
type
.
null
if it has not yet been initialized.
null
if it has not yet been initialized.
modules
.
modules
.
modules
.
modules
.
constructor
.
Facet
s keyed by facet name.
Facet
s keyed by map.
field
.
supertype
.
LoggerInfoStream
based on the provided logger
by appending to its NAME the LoggerInfoStream.SUFFIX
.
LoggerInfoStream
based on the provided name
by appending to it the LoggerInfoStream.SUFFIX
.
type
.
instance
that will be injected to fulfill
this request.
type
that will be injected to fulfill this
request.
getProvider(key).get()
.
getProvider(type).get()
.
Named
annotation value.
T
.
T
.
T
.
T
.
T
.
T
.
elements
.
messages
.
-1
if
this dependency does not belong to a parameter list.
methodOrConstructor
.
null
if this is a top-level injector.
provide instances
.
method
.
null
if that isn't known for this instance.
null
if that isn't known for this instance.
SearchRequest.scroll(org.elasticsearch.search.Scroll)
, the
scroll id that can be used to continue scrolling.
supertype
.
TimerTask
which is associated with this handle.
ThreadNameDeterminer
which overrides the proposed
new thread name.
Timer
that created this handle.
Type
instance.
InputStream
that
we read from to get LZF encoded data to decode.
OutputStream
that
we write encoded LZF encoded data into, after compressing it.
ShardRouting
and a group
is created for each shard routing.
ShardIterator
is an iterator across shard replication group.
true
if the query being built has no clause yet
bindings
, providers
and instances that expose their dependencies explicitly.type
.
UUID
.
Timer
optimized for approximated I/O timeout scheduling.null
nor of length 0.
null
nor of length 0.
HyphenationCompoundWordTokenFilter
to decompound tokens based on hyphenation rules.Settings
.ImmutableSettings.Builder.build()
an immutable
settings implementation.Binder
.
Binder
.
FieldMapper
.
FieldMapper
with a custom default analyzer for no explicit field analyzer.
IndexCommit
calls to a delegated
IndexCommit
.IndexCommit
that will delegate all calls
to the provided delegate.
FieldMappers
for all the FieldMapper
s that are registered
under the given indexName across all the different DocumentMapper
types.
QueryParserFactory
, and FilterParser
.IndexSettingsService
allowing to get the current
settings associated with an index (thus, allowing to change those settings and
new shards will use the new settings).Store
each shard will use.InetSocketAddress
).Discovery
component
when the first valid initial cluster state has been submitted and processed by the cluster service.DiscoveryService.doStart()
.
Injector
should inject values.I
.instance
.
instance
.
int
.
true
if and only if the TimerTask
associated
with this handle has been cancelled.
true
if a DEBUG level message is logged.
stage
.
true
if an ERROR level message is logged.
true
if and only if the TimerTask
associated
with this handle has been expired.
true
if an INFO level message is logged.
true
if a TRACE level message is logged.
true
if a WARN level message is logged.
Facet
s.
tokens
, converted to strings if
necessary, separated by delimiter
.
tokens
, converted to strings if
necessary, separated by delimiter
.
tokens
, converted to strings if
necessary, separated by delimiter
.
tokens
, converted to strings if
necessary, separated by delimiter
.
map
, with entries
separated by entryDelimiter
, and keys and values separated with
keyValueSeparator
.
tokens
to appendable
, separated by
delimiter
.
tokens
to appendable
, separated by
delimiter
.
tokens
to appendable
, separated by
delimiter
.
tokens
to appendable
, separated by
delimiter
.
map
to appendable
, with entries
separated by entryDelimiter
, and keys and values separated with
keyValueSeparator
.
IOException
from the supplied
Appendable
.XContentType.JSON
.
IndexDeletionPolicy
implementation that
keeps only the most recent commit and immediately removes
all prior commits after a new commit is done.Set
view of the keys contained in this map.
GeoDistanceFacetBuilder.valueScript(String)
script.
lcm(a,b) = (a / gcd(a,b)) * b
.
lcm(a,b) = (a / gcd(a,b)) * b
.
a
is less relevant than b
.
Binder
.ActionFuture
that listeners can be added to.List
whose elements are of type
elementType
.
SettingsLoader
based on the resource name.
SettingsLoader
based on the actual settings source.
SettingsLoaderFactory.loaderFromSource(String)
.
SettingsLoaderFactory.loaderFromSource(String)
.
SettingsLoaderFactory.loaderFromSource(String)
.
SettingsLoaderFactory.loaderFromSource(String)
.
b
of x
.
PrintStream
that logs each LoggerInfoStream.println(String)
into a logger
under trace level.long
.
ChunkEncoder
to compress individual chunks and
combines resulting chunks into contiguous output byte array.map
.
Map
whose keys are of type
keyType
and whose values are of type valueType
.
MapperService
in order to build smarter
queries based on the mapping information.InputStream
supports mark/reset.
true
or false
for a given input.true
if this matches t
, false
otherwise.
MathRuntimeException
with specified
formatted detail message.
MathRuntimeException
with specified
nested Throwable
root cause.
MathRuntimeException
with specified
formatted detail message and nested Throwable
root cause.
Math
.byte[]
.
byte[]
.
byte[]
.
T
.Field.class
, Method.class
or Constructor.class
.
Injector
.Module
.override()
.MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the "_all" field.
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with.Types
API.FieldMappers
for all the FieldMapper
s that are registered
under the given name across all the different DocumentMapper
types.
Named
annotation with name
as the value.
NamedAnalyzer.analyzer
that is associated
with a name (NamedAnalyzer.name()
.@
Named
.ExecutableScript
or SearchScript
.VersionedMap
based on trove.DynamicExecutors.newScalingThreadPool(int, int, long)
, but blocks the call to
execute if the queue has reached it's capacity, and all
max threads are busy handling requests.
DynamicExecutors.newBlockingThreadPool(int, int, long, int, long)
, using the
provided ThreadFactory to create new threads when needed.
keyType
/valueType
in a
Map
that is itself bound with no binding annotation.
keyType
/valueType
in a
Map
that is itself bound with no binding annotation.
keyType
/valueType
in a
Map
that is itself bound with annotation
.
keyType
/valueType
in a
Map
that is itself bound with annotation
.
keyType
/valueType
in a
Map
that is itself bound with annotationType
.
keyType
/valueType
in a
Map
that is itself bound with annotationType
.
typeArguments
to
rawType
.
typeArguments
to
rawType
and enclosed by ownerType
.
DynamicExecutors.newScalingThreadPool(int, int, long)
, using the provided
ThreadFactory to create new threads when needed.
ExecutableScript
or a SearchScript
.
type
in a Set
that is
itself bound with no binding annotation.
type
in a Set
that is
itself bound with no binding annotation.
type
in a Set
that is
itself bound with annotation
.
type
in a Set
that is
itself bound with annotation
.
type
in a Set
that is
itself bound with annotationType
.
type
in a Set
that is
itself bound with annotationType
.
TimerTask
for one-time execution after
the specified delay.
Filter
denoting the filter
as one that should not be cached, ever.SettingsException
indicating failure to load a class
based on a settings value.NodeBuilder.build()
s and starts the node.
NodeAllocation
s and combines them into a single allocation decision.Node
instance.NodeBuilder
.
null
is an acceptable value for that parameter.null
is an acceptable value for that parameter.NumericRangeFilter
at the
expense of loading numeric values of the field to memory using FieldDataCache
.ObjectMapper
.Object
.instance
.
IndexRequest.opType(org.elasticsearch.action.index.IndexRequest.OpType)
.
true
if either this or the
given matcher return true
.
guice-jndi-2.0.jar
.Binder
's
expression language.guice-multibindings-2.0.jar
.Settings
.Node
using NodeBuilder
which is a
node within the cluster.Provider.get()
when an attempt is made to access a scoped
object while the scope in question is not currently active.localeString
into a Locale
.
moreClassesToSkip
.
ClusterStateUpdateTask
that allows to be notified when
the cluster state update has been processed.FilterParserFactory
.
QueryParserFactory
.
PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
ThreadNameDeterminer
that accepts the proposed thread name
as is.
T
.Provider
that delegates to the binding for the provided type.Provides
.Provider
that provides elements of type
elementType
.
Provider
.Module
to create a provider method binding.messages
.
RandomStringUtils
instances should NOT be constructed in
standard programming.
Base64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
len
bytes of data into an array of bytes
from this input stream.
I
.
I
.
true
if it was
actually released.
${name}
with the corresponding property from the supplied Properties
.
${name}
with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver
.
Injector
will inject instance fields
and methods of the given object.
Injector
will inject instance fields
and methods of the given object.
Injector
will inject static fields
and methods in the given classes.
key
.
type
.
null
is an acceptable value for that parameter.count
field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
IndexResponse
or DeleteResponse
).
PluginsService.processModule(org.elasticsearch.common.inject.Module)
in order to allow plugins to pre process specific river modules.Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit)
.
XContentType.JSON
that can be used outside of the scope of passing it directly to an API call.
XContentType.SMILE
that can be used outside of the scope of passing it directly to an API call.
Binder
.HitQueue
.GeoDistanceFacetBuilder.valueScript(String)
to improve performance when executing the same script with different parameters.
SearchRequest.scroll(org.elasticsearch.search.Scroll)
, the
scroll id that can be used to continue scrolling.
FieldMapper
.
SearchHit
.SearchService
operations exposed through
transport.SearchType.DEFAULT
.
SearchType.DEFAULT
.
Object.equals
.
IndexRequest.OpType.CREATE
.
SearchHit
be returned with an
explanation of the hit (ranking).
null
.
ClusterStateRequestBuilder.setFilterMetaData(boolean)
is not set, which indices to return the IndexMetaData
for.
MetaData
.
DiscoveryNodes
.
RoutingTable
.
Set
whose elements are of type
elementType
.
IndexRequestBuilder.setOpType(org.elasticsearch.action.index.IndexRequest.OpType)
.
SearchType.DEFAULT
.
SearchType.DEFAULT
.
ThreadNameDeterminer
which overrides the proposed new
thread name.
SettingsLoader
to use.Settings
interface.SearchHit
be returned with its
version.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
byte[]
.
short
.
x
.
x
.
x
.
x
.
x
.
x
.
Injector
.
Injector
) to be reused for all injections for that binding.n
bytes of input from this input stream.
classesToSkip
when identify the
calling code.
DocumentFieldMappers.fullName(String)
, then by DocumentFieldMappers.indexName(String)
, and last
by DocumentFieldMappers.name(String)
.
MapperService.smartNameFieldMappers(String)
but returns the first field mapper for it.
MapperService.smartName(String)
, except it returns just the field mappers.
XContentType.SMILE
.
SortBuilder
s.Requests.INDEX_CONTENT_TYPE
.
Timer
and cancels all
tasks which were scheduled but not executed yet.
bound
.
MergePolicy
will use.
bound
.
QueryBuilders.textQuery(String, Object)
instead
QueryBuilders.textPhraseQuery(String, Object)
instead
QueryBuilders.textPhrasePrefixQuery(String, Object)
instead
ThreadBarrier
to
measure performance between barrier awaits.ThreadRenamingRunnable
.Runnable
that changes the current thread name and reverts it back
when its execution ends.runnable
and changes the thread name to the specified thread name when the
specified runnable
is running.
ConnectTransportException
should be thrown when
sending a message (otherwise, it will be passed to the response handler).
TimerTask
that is returned by a
Timer
.TimerTask
s for one-time future execution in a background
thread.Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit)
.Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
Binder
.
java.util.ArrayList.size
,
java.util.ArrayList<init>()
or java.util.List.remove()
.
charsetName
.
getTaskInfo()
and use the task info directly.
String
object representing this
UUID
.
toString()
methods.XContentBuilder
.ConcurrentMergeScheduler
that provides tracking on merge times, total
and current merges.TransferQueue
.TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress)
.
TransportAddress
allowing
to perform serialization of them.TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress)
.String.trim()
on each of them.
T
.String
, changing the first letter to
lower case as per Character.toLowerCase(char)
.
UnmodifiableIterator.remove()
.ElasticSearchWrapperException
.
FieldMapper.fieldQuery(String, org.elasticsearch.index.query.QueryParseContext)
be used when detecting this
field in query string.
UnicodeUtil.UTF8Result
.DateFieldMapper.valueAsString(org.apache.lucene.document.Fieldable)
.
IpFieldMapper.valueAsString(org.apache.lucene.document.Fieldable)
.
Collection
view of the values contained in this map.
SearchHit
be returned with a version
associated with it.
Provider
that delegates to the binding for the
provided type.
override()
.
override()
.
source
as the reference location for
configuration errors.
source
as a reference point for newly added errors.
Base64.OutputStream.write(int)
repeatedly until len
bytes are written.
len
bytes from the specified byte array
starting at offset off
to this byte array output stream.
out.write(buf, 0, count)
.
XContent
for the provided content type.
XContent
and XContentBuilder
.XContent
.ThreadLocal
contains a java.lang.ref.SoftRerefence
to a BufferRecycler
used to provide a low-cost
buffer recycling for buffers we need for encoding, decoding.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |