- GEO_BOUNDING_BOX_QUERY - Static variable in interface com.arakelian.elastic.model.search.Query
-
- GEO_BOUNDS_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- GEO_CENTROID_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- GEO_DISTANCE_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- GEO_DISTANCE_QUERY - Static variable in interface com.arakelian.elastic.model.search.Query
-
- GEO_POLYGON_QUERY - Static variable in interface com.arakelian.elastic.model.search.Query
-
- GEO_SHAPE_QUERY - Static variable in interface com.arakelian.elastic.model.search.Query
-
- GeoBoundingBoxQuery - Interface in com.arakelian.elastic.model.search
-
- GeoBoundingBoxQuery.Type - Enum in com.arakelian.elastic.model.search
-
- GeoBoundsAggregation - Interface in com.arakelian.elastic.model.aggs.metrics
-
- GeoCentroidAggregation - Interface in com.arakelian.elastic.model.aggs.metrics
-
- GeoDistanceAggregation - Interface in com.arakelian.elastic.model.aggs.bucket
-
A multi-bucket aggregation that works on geo_point fields and conceptually works very similar to
the range aggregation.
- GeoDistanceQuery - Interface in com.arakelian.elastic.model.search
-
- GEOHASH_GRID_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- GeoHashGridAggregation - Interface in com.arakelian.elastic.model.aggs.bucket
-
A multi-bucket aggregation that works on geo_point fields and groups points into buckets that
represent cells in a grid.
- GeoPolygonQuery - Interface in com.arakelian.elastic.model.search
-
- GeoShapeQuery - Interface in com.arakelian.elastic.model.search
-
The geo_shape query uses the same grid square representation as the geo_shape mapping to find
documents that have a shape that intersects with the query shape.
- GeoShapeType - Enum in com.arakelian.elastic.model.enums
-
- get(String) - Method in interface com.arakelian.elastic.doc.ElasticDoc
-
Returns the value(s) associated with a field.
- get() - Method in class com.arakelian.elastic.doc.ValueCollector
-
- get() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- get(int) - Method in class com.arakelian.elastic.model.search.SearchHits
-
- get(String, Class<T>) - Method in class com.arakelian.elastic.model.search.Source
-
- get(String, Class<T>, T) - Method in class com.arakelian.elastic.model.search.Source
-
- getAcknowledged() - Method in interface com.arakelian.elastic.model.IndexCreated
-
- getAcknowledged() - Method in interface com.arakelian.elastic.model.IndexDeleted
-
- getAcquires() - Method in class com.arakelian.elastic.refresh.RefreshStats
-
- getAction() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
Returns mapping type within index.
- getAction() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getAction() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- getActivePrimaryShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getActiveShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getActiveShardsPercentAsNumber() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getAdditionalTargets() - Method in class com.arakelian.elastic.model.Field
-
Returns a list of fields that should be targeted by
ElasticDocBuilder whenever this
field is targeted.
- getAfterTokenFilters() - Method in interface com.arakelian.elastic.model.Mapping
-
- getAggregations() - Method in interface com.arakelian.elastic.model.search.Search
-
- getAggregations() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getAlgorithm() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getAliases() - Method in class com.arakelian.elastic.model.Field
-
Returns a list of aliases for this field.
- getAliases() - Method in interface com.arakelian.elastic.model.Mapping
-
- getAll() - Method in interface com.arakelian.elastic.model.Mapping
-
Returns configuration of _all meta field.
- getAnalysis() - Method in interface com.arakelian.elastic.model.IndexSettings
-
- getAnalyzer() - Method in class com.arakelian.elastic.model.Field
-
Returns the analyzer used by this field.
- getAnalyzer() - Method in interface com.arakelian.elastic.model.IndexSettings.Analysis
-
- getAnalyzer() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getAnalyzer() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the analyzer that is used to analyze the free form text.
- getAnalyzer() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getAnalyzers() - Method in interface com.arakelian.elastic.model.IndexSettings.AnalyzerSettings
-
- getApi() - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- getAttempts() - Method in class com.arakelian.elastic.refresh.RefreshStats
-
- getAttributes() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getAutomaticFlushMillis() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
Returns the number of milliseconds to wait before automatically flushing the bulk queue.
- getBatchedReduceSize() - Method in interface com.arakelian.elastic.model.search.Search
-
- getBeforeTokenFilters() - Method in interface com.arakelian.elastic.model.Mapping
-
- getBody(Class<T>) - Method in exception com.arakelian.elastic.ElasticHttpException
-
- getBoost() - Method in class com.arakelian.elastic.model.Field
-
Returns a query time boosting.
- getBoost() - Method in interface com.arakelian.elastic.model.search.StandardQuery
-
- getBoostTerms() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the additional boost for each term in the formed query.
- getBottomLeft() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getBottomRight() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getBoundAddresses() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo.Http
-
- getBoundaryChars() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns a string that contains each boundary character.
- getBoundaryMaxScan() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns how far to scan for boundary characters.
- getBoundaryScanner() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns how to break the highlighted fragments: chars, sentence, or
word
- getBoundaryScannerLocale() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns the locale that is used to search for sentence and word boundaries.
- getBuild() - Method in class com.arakelian.elastic.model.VersionComponents
-
- getBuildDate() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildFlavor() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildFlavor() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getBuildHash() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildHash() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getBuildSnapshot() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildTimestamp() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildType() - Method in interface com.arakelian.elastic.model.About.Version
-
- getBuildType() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getBulkOperationFactory() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getCausedBy() - Method in interface com.arakelian.elastic.model.Cause
-
- getCharFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.Analysis
-
- getCharFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedAnalyzer
-
- getCharFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedNormalizer
-
- getCharFilters() - Method in interface com.arakelian.elastic.model.IndexSettings.CharFilterSettings
-
- getClusterName() - Method in interface com.arakelian.elastic.model.About
-
- getClusterName() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getClusterName() - Method in interface com.arakelian.elastic.model.Nodes
-
- getClusterUuid() - Method in interface com.arakelian.elastic.model.About
-
- getCodes() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getCoerce() - Method in class com.arakelian.elastic.model.Field
-
Returns true if Elastic should try to convert strings to numbers and truncate fractions for
integers.
- getCollectMode() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
- getCompactSource() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
- getCompiledPattern() - Method in class com.arakelian.elastic.doc.filters.PatternReplace
-
- getCompiledPattern() - Method in class com.arakelian.elastic.doc.filters.Splitter
-
- getCompiledPattern() - Method in class com.arakelian.elastic.doc.filters.StripLeadingZeroes
-
- getCompilePatterns() - Method in class com.arakelian.elastic.doc.filters.PatternCapture
-
- getComponents() - Method in interface com.arakelian.elastic.model.About.Version
-
- getCompression() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation
-
Returns the compression.
- getCompression() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentilesAggregation
-
Returns the compression.
- getConfig() - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
- getConfig() - Method in interface com.arakelian.elastic.doc.ElasticDoc
-
- getCoordinates() - Method in interface com.arakelian.elastic.model.search.Shape
-
Returns the ID of the document that containing the pre-indexed shape.
- getCopyTo() - Method in class com.arakelian.elastic.model.Field
-
Returns a list of fields that this field value should be copied to.
- getCoreThreads() - Method in class com.arakelian.elastic.refresh.RefreshLimiterConfig
-
- getCreate() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- getCreated() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getCutoffFrequency() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getDefaultField() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getDefaultMapping() - Method in interface com.arakelian.elastic.model.Index
-
- getDefaultOperator() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getDefaultPermitsPerSecond() - Method in class com.arakelian.elastic.refresh.RefreshLimiterConfig
-
- getDelayedUnassignedShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getDelete() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- getDeleteVersion() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
Returns the date that we should use as delete version passed to Elastic.
- getDescription() - Method in class com.arakelian.elastic.model.Field
-
- getDistance() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- getDistanceType() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoDistanceAggregation
-
- getDistanceType() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- getDoc() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery.Item
-
- getDocs() - Method in interface com.arakelian.elastic.model.Documents
-
- getDocs() - Method in interface com.arakelian.elastic.model.Mget
-
- getDocument(String, String, String, String) - Method in interface com.arakelian.elastic.ElasticClient
-
- getDocument(String, String, String, String) - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- getDocument(String, String, String, String) - Method in interface com.arakelian.elastic.OkHttpElasticApi
-
- getDocument(String, String, String, String) - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- getDocumentAsMap() - Method in interface com.arakelian.elastic.doc.ElasticDoc
-
Returns a copy of the document as a Map.
- getDocumentAsMap() - Method in class com.arakelian.elastic.doc.ElasticDocBuilder
-
Returns the Elastic document as a simple map.
- getDocumentClass() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getDocuments(Mget) - Method in interface com.arakelian.elastic.ElasticClient
-
- getDocuments(Mget) - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- getDocuments(Mget) - Method in interface com.arakelian.elastic.OkHttpElasticApi
-
- getDocuments(Mget) - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- getDouble(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getDynamic() - Method in interface com.arakelian.elastic.model.Mapping
-
- getElasticClient() - Method in class com.arakelian.elastic.refresh.RefreshLimiter
-
- getElasticDocBuilder() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getElasticDocument() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getEncoder() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns if the snippet should be HTML encoded: default (no encoding) or
html (HTML-escape the snippet text and then insert the highlighting tags)
- getError() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getError() - Method in interface com.arakelian.elastic.model.ElasticError
-
- getError() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getErrorBody() - Method in exception com.arakelian.elastic.ElasticHttpException
-
- getErrors() - Method in interface com.arakelian.elastic.model.BulkResponse
-
- getExclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
- getExclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
- getExclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
- getExcludeFields() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getExcludePlugins() - Method in class com.arakelian.elastic.model.Field
-
- getExcludes() - Method in interface com.arakelian.elastic.model.search.SourceFilter
-
- getExecutionHint() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
Returns the mechanism by which terms aggregation is executed.
- getExecutionHint() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns the mechanism by which terms aggregation is executed.
- getExtendedBoundsMax() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
- getExtendedBoundsMin() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
- getFactories() - Method in class com.arakelian.elastic.bulk.BulkOperationFactoryRegistry
-
- getFactory() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getFactoryClass() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getFactoryMethod() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getFailed() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getFailed() - Method in interface com.arakelian.elastic.model.Shards
-
- getField() - Method in exception com.arakelian.elastic.doc.ValueException
-
- getField() - Method in interface com.arakelian.elastic.model.aggs.ValuesSourceAggregation
-
- getField(String) - Method in interface com.arakelian.elastic.model.Mapping
-
- getFieldName() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getFieldName() - Method in interface com.arakelian.elastic.model.aggs.bucket.BucketOrder
-
Returns the field to sort by.
- getFieldName() - Method in interface com.arakelian.elastic.model.search.Collapse
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.ExistsQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.GeoPolygonQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.PrefixQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.Sort
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.TermsQuery
-
- getFieldName() - Method in interface com.arakelian.elastic.model.search.WildcardQuery
-
- getFields() - Method in interface com.arakelian.elastic.doc.ElasticDoc
-
Returns a list of field names in the Elastic document.
- getFields() - Method in class com.arakelian.elastic.model.Field
-
- getFields() - Method in interface com.arakelian.elastic.model.Mapping
-
Returns a list of fields in the index.
- getFields() - Method in interface com.arakelian.elastic.model.search.Highlighter.Highlight
-
- getFields() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getFields() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getFields() - Method in interface com.arakelian.elastic.model.search.Search
-
- getFieldsTargetedBy(JsonSelector) - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
- getFilter() - Method in interface com.arakelian.elastic.model.aggs.bucket.FilterAggregation
-
- getFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.Analysis
-
- getFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedAnalyzer
-
- getFilter() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedNormalizer
-
- getFilterClauses() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- getFilters() - Method in interface com.arakelian.elastic.model.aggs.bucket.AdjacencyMatrixAggregation
-
- getFilters() - Method in interface com.arakelian.elastic.model.aggs.bucket.FiltersAggregation
-
- getFilters() - Method in interface com.arakelian.elastic.model.IndexSettings.FilterSettings
-
- getFlags() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
Returns the set of regular expression flags to be applied.
- getFloat(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getFormat() - Method in interface com.arakelian.elastic.model.aggs.ValuesSourceAggregation
-
- getFormat() - Method in class com.arakelian.elastic.model.Field
-
Returns the date format used by Elastic to parse date values.
- getForwardMapping() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getFound() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getFragmenter() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns how text should be broken up in highlight snippets: simple or
span.
- getFragmentOffset() - Method in interface com.arakelian.elastic.model.search.Highlighter.Field
-
Returns the margin from which you want to start highlighting.
- getFragmentSize() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns the size of the highlighted fragment in characters.
- getFrom() - Method in interface com.arakelian.elastic.model.aggs.bucket.Range
-
- getFrom() - Method in interface com.arakelian.elastic.model.search.Search
-
- getFutures() - Method in class com.arakelian.elastic.refresh.RefreshStats
-
- getFuzziness() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getFuzziness() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getFuzziness() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getFuzzyMaxExpansions() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getFuzzyPrefixLength() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getFuzzyRewrite() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getGeoPoint(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getGte() - Method in interface com.arakelian.elastic.model.DateRange
-
- getGte() - Method in interface com.arakelian.elastic.model.DoubleRange
-
- getGte() - Method in interface com.arakelian.elastic.model.FloatRange
-
- getGte() - Method in interface com.arakelian.elastic.model.IntegerRange
-
- getGte() - Method in interface com.arakelian.elastic.model.LongRange
-
- getHighlight() - Method in interface com.arakelian.elastic.model.search.Search
-
- getHighlight() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getHighlightQuery() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- getHits() - Method in class com.arakelian.elastic.model.search.SearchHits
-
- getHits() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getHost() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getHttp() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getHttpAddress() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getId() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
Returns the id of the document.
- getId() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getId() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getId() - Method in interface com.arakelian.elastic.model.DocumentId
-
- getId() - Method in interface com.arakelian.elastic.model.search.IndexedShape
-
Returns the ID of the document that containing the pre-indexed shape.
- getId() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery.Item
-
- getId() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getIdentityFields() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
Returns a list of field names that are mapped to identical source paths.
- getIgnoreAbove() - Method in class com.arakelian.elastic.model.Field
-
Returns the maximum length of strings that can be indexed or stored.
- getInclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
- getInclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
- getInclude() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
- getIncludeFields() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getIncludePlugins() - Method in class com.arakelian.elastic.model.Field
-
- getIncludes() - Method in interface com.arakelian.elastic.model.search.SourceFilter
-
- getIndex() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
Returns index that this document will be indexed into.
- getIndex() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getIndex() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getIndex() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- getIndex() - Method in interface com.arakelian.elastic.model.Cause
-
- getIndex() - Method in interface com.arakelian.elastic.model.DocumentId
-
- getIndex() - Method in interface com.arakelian.elastic.model.IndexCreated
-
Returns the name of the index
- getIndex() - Method in interface com.arakelian.elastic.model.search.IndexedShape
-
Returns name of the index where the pre-indexed shape is.
- getIndex() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery.Item
-
- getIndex() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getIndexedShape() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- getIndexOptions() - Method in class com.arakelian.elastic.model.Field
-
Returns setting that determines what information is added to the inverted index.
- getIndexUuid() - Method in interface com.arakelian.elastic.model.Cause
-
- getInitializingShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getInt(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getInterval() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
- getInterval() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
- getInverseMapping() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- getIp() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getItems() - Method in interface com.arakelian.elastic.model.BulkResponse
-
- getJson() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getJsonPath() - Method in class com.arakelian.elastic.model.JsonSelector
-
- getKey() - Method in interface com.arakelian.elastic.model.aggs.bucket.Range
-
- getLength() - Method in class com.arakelian.elastic.doc.filters.Truncate
-
- getLike() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getLikeItems() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getLikeTexts() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getList(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getListener() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
- getListener() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getLong(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getLower() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- getLte() - Method in interface com.arakelian.elastic.model.DateRange
-
- getLte() - Method in interface com.arakelian.elastic.model.DoubleRange
-
- getLte() - Method in interface com.arakelian.elastic.model.FloatRange
-
- getLte() - Method in interface com.arakelian.elastic.model.IntegerRange
-
- getLte() - Method in interface com.arakelian.elastic.model.LongRange
-
- getLuceneVersion() - Method in interface com.arakelian.elastic.model.About.Version
-
- getMajor() - Method in class com.arakelian.elastic.model.VersionComponents
-
- getMap(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getMapPath(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getMapping() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
- getMapping(String) - Method in interface com.arakelian.elastic.model.Index
-
- getMappings() - Method in interface com.arakelian.elastic.model.Index
-
- getMask() - Method in interface com.arakelian.elastic.model.aggs.bucket.Range
-
Returns a CIDR mask that defines a range.
- getMatchedFields() - Method in interface com.arakelian.elastic.model.search.Highlighter.Field
-
Returns a list of fields whose matches are combined to highlight a single field.
- getMatchedQueries() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getMaxBound() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
- getMaxBulkOperationBytes() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
Returns the maximum size of a bulk operation (in bytes)
- getMaxBulkOperations() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
Returns the maximum size of a bulk operation (in documents)
- getMaxContentLengthInBytes() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo.Http
-
- getMaxDeterminizedStates() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getMaxDeterminizedStates() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
- getMaxDocFrequency() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the maximum document frequency above which the terms will be ignored from the input
document.
- getMaxExpansions() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getMaxExpansions() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getMaximum() - Method in class com.arakelian.elastic.doc.filters.LengthFilter
-
- getMaximumThreads() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getMaximumThreads() - Method in class com.arakelian.elastic.refresh.RefreshLimiterConfig
-
- getMaxQueryTerms() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the maximum number of query terms that will be selected.
- getMaxScore() - Method in class com.arakelian.elastic.model.search.SearchHits
-
- getMaxWordLength() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the maximum word length above which the terms will be ignored.
- getMessageDigest() - Method in class com.arakelian.elastic.doc.plugins.ComputeDigest
-
- getMethod() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation
-
- getMethod() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentilesAggregation
-
- getMinBound() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
- getMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
Returns the minimum number of hits required before returning a term.
- getMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
Returns the minimum number of hits required before returning a term.
- getMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
Returns the minimum number of hits required before returning a term.
- getMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
Returns the minimum number of hits required before returning a term.
- getMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns the minimum number of hits required before returning a term.
- getMinDocFrequency() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the minimum document frequency below which the terms will be ignored from the input
document.
- getMinimum() - Method in class com.arakelian.elastic.doc.filters.LengthFilter
-
- getMinimumIndexCompatibilityVersion() - Method in interface com.arakelian.elastic.model.About.Version
-
Returns the minimum index compatibility version.
- getMinimumShouldMatch() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- getMinimumShouldMatch() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getMinimumShouldMatch() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the number of terms that must match after the disjunctive query has been formed.
- getMinimumShouldMatch() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getMinimumWireCompatibilityVersion() - Method in interface com.arakelian.elastic.model.About.Version
-
Returns the minimum wire compatibility version.
- getMinor() - Method in class com.arakelian.elastic.model.VersionComponents
-
- getMinTermFrequency() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the minimum term frequency below which the terms will be ignored from the input
document.
- getMinWordLength() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns the minimum word length below which the terms will be ignored.
- getMissing() - Method in interface com.arakelian.elastic.model.aggs.ValuesSourceAggregation
-
- getMode() - Method in interface com.arakelian.elastic.model.search.Sort
-
- getMultiMatchType() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getMustClauses() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- getMustNotClauses() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- getName() - Method in class com.arakelian.elastic.doc.plugins.ComputeDigest
-
- getName() - Method in interface com.arakelian.elastic.doc.plugins.ElasticDocBuilderPlugin
-
- getName() - Method in interface com.arakelian.elastic.model.About
-
- getName() - Method in interface com.arakelian.elastic.model.aggs.Aggregation
-
Returns the name of the aggregation
- getName() - Method in class com.arakelian.elastic.model.Field
-
Returns the name of the Elastic index field that should be created.
- getName() - Method in interface com.arakelian.elastic.model.Index
-
Returns the index name
- getName() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getName() - Method in interface com.arakelian.elastic.model.search.Highlighter.Field
-
Returns the field name to retrieve highlights for.
- getName() - Method in interface com.arakelian.elastic.model.search.StandardQuery
-
Returns the name of the query
- getNode() - Method in exception com.arakelian.elastic.doc.ValueException
-
- getNodes() - Method in interface com.arakelian.elastic.model.Nodes
-
- getNoMatchSize() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns the amount of text you want to return from the beginning of the field if there are no
matching fragments to highlight.
- getNormalizer() - Method in class com.arakelian.elastic.model.Field
-
Returns the normalizer used by this field.
- getNormalizer() - Method in interface com.arakelian.elastic.model.IndexSettings.Analysis
-
- getNormalizers() - Method in interface com.arakelian.elastic.model.IndexSettings.NormalizerSettings
-
- getNullValue() - Method in class com.arakelian.elastic.model.Field
-
Returns a value that will replace null values during indexed.
- getNumber() - Method in interface com.arakelian.elastic.model.About.Version
-
- getNumber() - Method in class com.arakelian.elastic.model.VersionComponents
-
- getNumberOfDataNodes() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getNumberOfFragments() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns the maximum number of fragments to return.
- getNumberOfInFlightFetch() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getNumberOfNodes() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getNumberOfPendingTasks() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getNumberOfReducePhases() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getNumberOfReplicas() - Method in interface com.arakelian.elastic.model.IndexSettings
-
- getNumberOfShards() - Method in interface com.arakelian.elastic.model.IndexSettings
-
- getNumberOfSignificantValueDigits() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation
-
Returns the number of significant digits in the values.
- getNumberOfSignificantValueDigits() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentilesAggregation
-
Returns the number of significant digits in the values.
- getObject(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getObjectMapper() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
Returns the ObjectMapper used for parsing JSON documents.
- getObjectMapper() - Method in class com.arakelian.elastic.model.search.Source
-
- getOffset() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
- getOffset() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
- getOperation() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
- getOperator() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getOrder() - Method in interface com.arakelian.elastic.model.aggs.bucket.BucketOrder
-
- getOrder() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
Returns the bucket order.
- getOrder() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
Returns the bucket order.
- getOrder() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns the bucket order.
- getOrder() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- getOrder() - Method in interface com.arakelian.elastic.model.search.Sort
-
- getOrientation() - Method in class com.arakelian.elastic.model.Field
-
Returns how to interpret vertex order for polygons / multipolygons.
- getOrigin() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoDistanceAggregation
-
- getOtherBucketKey() - Method in interface com.arakelian.elastic.model.aggs.bucket.FiltersAggregation
-
- getPath() - Method in interface com.arakelian.elastic.model.aggs.bucket.NestedAggregation
-
- getPath() - Method in interface com.arakelian.elastic.model.aggs.bucket.ReverseNestedAggregation
-
- getPath() - Method in interface com.arakelian.elastic.model.search.IndexedShape
-
Returns the field specified as path containing the pre-indexed shape.
- getPattern() - Method in class com.arakelian.elastic.doc.filters.PatternReplace
-
- getPattern() - Method in class com.arakelian.elastic.doc.filters.Splitter
-
- getPattern() - Method in class com.arakelian.elastic.doc.filters.StripLeadingZeroes
-
- getPattern() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedCharFilter
-
- getPatterns() - Method in class com.arakelian.elastic.doc.filters.PatternCapture
-
- getPercents() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentilesAggregation
-
- getPhraseLimit() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- getPhraseSlop() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getPlugins() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
Returns a list of plugins configured for this mapping.
- getPoint() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- getPoints() - Method in interface com.arakelian.elastic.model.search.GeoPolygonQuery
-
- getPositionIncrementGap() - Method in class com.arakelian.elastic.model.Field
-
- getPostTags() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns a list of HTML tags to use after highlighted text.
- getPrecision() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoHashGridAggregation
-
- getPrecision() - Method in class com.arakelian.elastic.model.Field
-
- getPrecisionThreshold() - Method in interface com.arakelian.elastic.model.aggs.metrics.CardinalityAggregation
-
Returns the precision threshold.
- getPredicate() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getPredicate() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getPreference() - Method in interface com.arakelian.elastic.model.search.Search
-
- getPrefixLength() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getPrefixLength() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getPreTags() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns a list of HTML tags to use before highlighted text.
- getPrimaryTerm() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getPrimaryTerm() - Method in interface com.arakelian.elastic.model.DeletedDocument
-
- getPrimaryTerm() - Method in interface com.arakelian.elastic.model.IndexedDocument
-
- getProperties() - Method in interface com.arakelian.elastic.model.IndexSettings
-
- getProperties() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedFilter
-
- getProperties() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedTokenizer
-
- getProperties() - Method in interface com.arakelian.elastic.model.Mapping
-
- getProperties() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getProperties() - Method in class com.arakelian.elastic.model.search.Source
-
- getProvider() - Method in interface com.arakelian.elastic.doc.plugins.ComputeDigest.ComputeDigestConfig
-
- getPublishAddress() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo.Http
-
- getQuery() - Method in interface com.arakelian.elastic.model.search.Search
-
- getQueryString() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getQueueSize() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getQuoteAnalyzer() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getQuoteFieldSuffix() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getRanges() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateRangeAggregation
-
- getRanges() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoDistanceAggregation
-
- getRanges() - Method in interface com.arakelian.elastic.model.aggs.bucket.IpRangeAggregation
-
- getRanges() - Method in interface com.arakelian.elastic.model.aggs.bucket.RangeAggregation
-
- getRateLimiter() - Method in class com.arakelian.elastic.refresh.RefreshLimiterConfig
-
- getReason() - Method in interface com.arakelian.elastic.model.Cause
-
- getRefreshLimiter() - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
- getRelation() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- getRelation() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- getRelocatingShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getReplacement() - Method in class com.arakelian.elastic.doc.filters.PatternReplace
-
- getReplacement() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedCharFilter
-
- getRequiredSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoHashGridAggregation
-
- getResourceId() - Method in interface com.arakelian.elastic.model.Cause
-
- getResourceType() - Method in interface com.arakelian.elastic.model.Cause
-
- getResult() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getResult() - Method in interface com.arakelian.elastic.model.DeletedDocument
-
- getResult() - Method in interface com.arakelian.elastic.model.IndexedDocument
-
- getRetries() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getRetryDelayMillis() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getRetryer() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getRetryer() - Method in class com.arakelian.elastic.refresh.RefreshLimiterConfig
-
- getRewrite() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getRewrite() - Method in interface com.arakelian.elastic.model.search.PrefixQuery
-
- getRewrite() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getRewrite() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
- getRewrite() - Method in interface com.arakelian.elastic.model.search.WildcardQuery
-
- getRoles() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getRootCause() - Method in interface com.arakelian.elastic.model.Cause
-
- getScalingFactor() - Method in class com.arakelian.elastic.model.Field
-
- getScore() - Method in class com.arakelian.elastic.model.search.SearchHit
-
Returns the score of record.
- getScroll() - Method in interface com.arakelian.elastic.model.search.Search
-
- getScrollId() - Method in interface com.arakelian.elastic.model.search.Search
-
- getScrollId() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getSearchAnalyzer() - Method in class com.arakelian.elastic.model.Field
-
- getSearchType() - Method in interface com.arakelian.elastic.model.search.Search
-
- getSelector() - Method in class com.arakelian.elastic.model.JsonSelector
-
- getSeparator() - Method in interface com.arakelian.elastic.model.aggs.bucket.AdjacencyMatrixAggregation
-
- getSeqNo() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getSeqNo() - Method in interface com.arakelian.elastic.model.DeletedDocument
-
- getSeqNo() - Method in interface com.arakelian.elastic.model.IndexedDocument
-
- getSettings() - Method in interface com.arakelian.elastic.model.Index
-
- getShape() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- getShard() - Method in interface com.arakelian.elastic.model.Cause
-
- getShardMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
Returns the minimum number of hits required on a local shard before a term is returned.
- getShardMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
Returns the minimum number of hits required on a local shard before a term is returned.
- getShardMinDocCount() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns the minimum number of hits required on a local shard before a term is returned.
- getShards() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getShards() - Method in interface com.arakelian.elastic.model.DeletedDocument
-
- getShards() - Method in interface com.arakelian.elastic.model.IndexedDocument
-
- getShards() - Method in interface com.arakelian.elastic.model.Nodes
-
- getShards() - Method in interface com.arakelian.elastic.model.Refresh
-
- getShards() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getShardsAcknowledged() - Method in interface com.arakelian.elastic.model.IndexCreated
-
- getShardSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoHashGridAggregation
-
- getShardSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.SamplerAggregation
-
Returns how many terms the coordinating node will request from each shard.
- getShardSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
Returns how many terms the coordinating node will request from each shard.
- getShardSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
Returns how many terms the coordinating node will request from each shard.
- getShardSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns how many terms the coordinating node will request from each shard.
- getShouldClauses() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- getShutdownTimeout() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getShutdownTimeoutUnit() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
- getSigma() - Method in interface com.arakelian.elastic.model.aggs.metrics.ExtendedStatsAggregation
-
- getSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTermsAggregation
-
Returns how many term buckets should be returned out of the overall terms list.
- getSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
Returns how many term buckets should be returned out of the overall terms list.
- getSize() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
Returns how many term buckets should be returned out of the overall terms list.
- getSize() - Method in interface com.arakelian.elastic.model.search.Search
-
- getSize() - Method in class com.arakelian.elastic.model.search.SearchHits
-
- getSkipped() - Method in interface com.arakelian.elastic.model.Shards
-
- getSorts() - Method in interface com.arakelian.elastic.model.search.Search
-
- getSource() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
Returns source JSON document that will be indexed by
BulkIndexer
- getSource() - Method in interface com.arakelian.elastic.model.Document
-
- getSource() - Method in interface com.arakelian.elastic.model.Mapping
-
Returns configuration of _source meta field.
- getSource() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getSourceFields() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
- getSourceFields() - Method in interface com.arakelian.elastic.model.Mget.MgetDocument
-
- getSourceFilter() - Method in interface com.arakelian.elastic.model.search.Search
-
- getSourcePaths() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
- getSourcePathsMapping() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
Returns a list of source paths and the
Fields to which it is indexed.
- getSplitter() - Method in class com.arakelian.elastic.doc.filters.Splitter
-
- getSplitter() - Method in class com.arakelian.elastic.doc.filters.StripLeadingZeroes
-
- getStackTrace() - Method in interface com.arakelian.elastic.model.Cause
-
- getStats() - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
- getStats() - Method in exception com.arakelian.elastic.bulk.BulkIndexerFailed
-
- getStats(String) - Method in class com.arakelian.elastic.refresh.RefreshLimiter
-
- getStatus() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getStatus() - Method in interface com.arakelian.elastic.model.BulkResponse.BulkOperationResponse
-
- getStatus() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getStatus() - Method in interface com.arakelian.elastic.model.ElasticError
-
- getStatusCode() - Method in exception com.arakelian.elastic.ElasticHttpException
-
- getStatusMessage() - Method in exception com.arakelian.elastic.ElasticHttpException
-
- getStopWords() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns an array of stop words.
- getStrategy() - Method in class com.arakelian.elastic.model.Field
-
Returns the approach for how to represent shapes at indexing and search time.
- getStrategy() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- getString(String) - Method in class com.arakelian.elastic.model.search.Source
-
- getSubAggregations() - Method in interface com.arakelian.elastic.model.aggs.Aggregation
-
- getSubmitted() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getSuccessful() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getSuccessful() - Method in interface com.arakelian.elastic.model.Shards
-
- getSuccessful() - Method in class com.arakelian.elastic.refresh.RefreshStats
-
- getTagline() - Method in interface com.arakelian.elastic.model.About
-
- getTagsSchema() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- getTargets() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
Returns a list of source paths that should be mapped to each Elastic field.
- getTaskMaxWaitingInQueueMillis() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getTerminateAfter() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns the maximum number of documents to collect for each shard, upon reaching which the
query execution will terminate early.
- getTermVector() - Method in class com.arakelian.elastic.model.Field
-
Returns setting that determines what information is added to the inverted index.
- getTieBreaker() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getTimedOut() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getTimeout() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns the explicit operation timeout, e.g.
- getTimeZone() - Method in interface com.arakelian.elastic.model.aggs.ValuesSourceAggregation
-
- getTimeZone() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- getTo() - Method in interface com.arakelian.elastic.model.aggs.bucket.Range
-
- getTokenFilter(Field) - Method in class com.arakelian.elastic.doc.ElasticDocBuilder
-
- getTokenFilters() - Method in class com.arakelian.elastic.model.Field
-
- getTokenizer() - Method in interface com.arakelian.elastic.model.IndexSettings.Analysis
-
- getTokenizer() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedAnalyzer
-
- getTokenizers() - Method in interface com.arakelian.elastic.model.IndexSettings.TokenizerSettings
-
- getTook() - Method in interface com.arakelian.elastic.model.BulkResponse
-
- getTook() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- getTopLeft() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getTopRight() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getTotal() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getTotal() - Method in class com.arakelian.elastic.model.search.SearchHits
-
- getTotal() - Method in interface com.arakelian.elastic.model.Shards
-
- getTotalBytes() - Method in interface com.arakelian.elastic.model.BulkIndexerStats
-
- getTransportAddress() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getTranspositions() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getTree() - Method in class com.arakelian.elastic.model.Field
-
- getTreeLevels() - Method in class com.arakelian.elastic.model.Field
-
Returns maximum number of layers to be used by the PrefixTree.
- getType() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
Returns mapping type within index.
- getType() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getType() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
- getType() - Method in interface com.arakelian.elastic.model.Cause
-
Returns the type of exception thrown by Elastic.
- getType() - Method in interface com.arakelian.elastic.model.DocumentId
-
- getType() - Method in class com.arakelian.elastic.model.Field
-
- getType() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedCharFilter
-
- getType() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedFilter
-
- getType() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedNormalizer
-
- getType() - Method in interface com.arakelian.elastic.model.IndexSettings.NamedTokenizer
-
- getType() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getType() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- getType() - Method in interface com.arakelian.elastic.model.search.IndexedShape
-
Returns index type where the pre-indexed shape is.
- getType() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery.Item
-
- getType() - Method in class com.arakelian.elastic.model.search.SearchHit
-
- getType() - Method in interface com.arakelian.elastic.model.search.Shape
-
- getTypes() - Method in interface com.arakelian.elastic.model.search.IdsQuery
-
- getUnassignedShards() - Method in interface com.arakelian.elastic.model.ClusterHealth
-
- getUnique() - Method in class com.arakelian.elastic.doc.ValueCollector
-
- getUnit() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoDistanceAggregation
-
- getUnlike() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getUnlikeItems() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getUnlikeTexts() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- getUpdate() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- getUpper() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- getValidationMethod() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- getValidationMethod() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- getValidationMethod() - Method in interface com.arakelian.elastic.model.search.GeoPolygonQuery
-
- getValue() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- getValue() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getValue() - Method in interface com.arakelian.elastic.model.search.PrefixQuery
-
- getValue() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
Returns the regular expression that will be matched.
- getValue() - Method in interface com.arakelian.elastic.model.search.WildcardQuery
-
- getValueProducer() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
- getValues() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation
-
- getValues() - Method in interface com.arakelian.elastic.model.search.IdsQuery
-
- getValues() - Method in interface com.arakelian.elastic.model.search.TermsQuery
-
- getVersion() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
- getVersion() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getVersion() - Method in class com.arakelian.elastic.bulk.SimpleBulkOperationFactory
-
Returns the date that we should use as index version passed to Elastic.
- getVersion() - Method in interface com.arakelian.elastic.ElasticClient
-
- getVersion() - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- getVersion() - Method in interface com.arakelian.elastic.model.About
-
- getVersion() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- getVersion() - Method in interface com.arakelian.elastic.model.VersionedDocumentId
-
- getVersion() - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5.Version52
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5.Version53
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5.Version54
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5.Version55
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version5.Version56
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version6
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version6.Version61
-
- getVersion() - Method in class com.arakelian.elastic.Views.Elastic.Version6.Version63
-
- getVersionedApi() - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- getVersionType() - Method in class com.arakelian.elastic.bulk.BulkOperation
-
- getVersionType() - Method in class com.arakelian.elastic.bulk.event.IndexerEvent
-
- getWriter() - Method in class com.arakelian.elastic.search.WriteAggregationVisitor
-
- getZeroTermsQuery() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- getZonedDateTime(String) - Method in class com.arakelian.elastic.model.search.Source
-
- GLOBAL_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- GlobalAggregation - Interface in com.arakelian.elastic.model.aggs.bucket
-
Defines a single bucket of all the documents within the search execution context.
- IDS_QUERY - Static variable in interface com.arakelian.elastic.model.search.Query
-
- IdsQuery - Interface in com.arakelian.elastic.model.search
-
- index(Collection<?>) - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
Adds a list of documents to the Elastic index without immediate index refresh and optional
flush.
- index(Object) - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
Adds a document to the Elastic index.
- Index - Interface in com.arakelian.elastic.model
-
- Index(String, RateLimiter) - Constructor for class com.arakelian.elastic.refresh.RefreshLimiter.Index
-
- Index.WithoutNameSerializer - Class in com.arakelian.elastic.model
-
- IndexCreated - Interface in com.arakelian.elastic.model
-
- IndexDeleted - Interface in com.arakelian.elastic.model
-
- indexDocument(String, String, String, String) - Method in interface com.arakelian.elastic.ElasticClient
-
Indexes a document using default versioning scheme, which simply increments the document
version number.
- indexDocument(String, String, String, String, long) - Method in interface com.arakelian.elastic.ElasticClient
-
Indexes a document using an external versioning scheme, based upon milliseconds since epoch
(UTC timezone).
- indexDocument(String, String, String, String) - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- indexDocument(String, String, String, String, long) - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- indexDocument(String, String, String, String) - Method in interface com.arakelian.elastic.OkHttpElasticApi
-
Indexes a document using default versioning scheme, which simply increments the document
version number.
- indexDocument(String, String, String, String, long) - Method in interface com.arakelian.elastic.OkHttpElasticApi
-
Indexes a document using an external versioning scheme, based upon milliseconds since epoch
(UTC timezone).
- indexDocument(String, String, String, String) - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- indexDocument(String, String, String, String, long) - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- IndexedDocument - Interface in com.arakelian.elastic.model
-
- IndexedShape - Interface in com.arakelian.elastic.model.search
-
- IndexerEvent - Class in com.arakelian.elastic.bulk.event
-
- IndexerEvent() - Constructor for class com.arakelian.elastic.bulk.event.IndexerEvent
-
- IndexerEvent.Status - Enum in com.arakelian.elastic.bulk.event
-
- IndexerEventFactory - Class in com.arakelian.elastic.bulk.event
-
- IndexerEventFactory() - Constructor for class com.arakelian.elastic.bulk.event.IndexerEventFactory
-
- IndexerEventPublisher - Class in com.arakelian.elastic.bulk.event
-
- IndexerEventPublisher(int, EventHandler<IndexerEvent>...) - Constructor for class com.arakelian.elastic.bulk.event.IndexerEventPublisher
-
- IndexerEventPublisher(RingBuffer<IndexerEvent>) - Constructor for class com.arakelian.elastic.bulk.event.IndexerEventPublisher
-
- IndexerListener - Interface in com.arakelian.elastic.bulk.event
-
A callback for accepting the results of a
BulkIndexer computation asynchronously.
- indexExists(String) - Method in interface com.arakelian.elastic.ElasticClient
-
Checks to see if specified index exists
Elastic will return a success code (HTTP 200) if the index exists, otherwise it returns an
HTTP 404 (not found).
- indexExists(String) - Method in class com.arakelian.elastic.ElasticClientWithRetry
-
- indexExists(String) - Method in interface com.arakelian.elastic.OkHttpElasticApi
-
Checks to see if specified index exists
Elastic will return a success code (HTTP 200) if the index exists, otherwise it returns an
HTTP 404 (not found).
- indexExists(String) - Method in class com.arakelian.elastic.OkHttpElasticClient
-
- IndexSettings - Interface in com.arakelian.elastic.model
-
- IndexSettings.Analysis - Interface in com.arakelian.elastic.model
-
- IndexSettings.AnalyzerSettings - Interface in com.arakelian.elastic.model
-
- IndexSettings.CharFilterSettings - Interface in com.arakelian.elastic.model
-
- IndexSettings.FilterSettings - Interface in com.arakelian.elastic.model
-
- IndexSettings.NamedAnalyzer - Interface in com.arakelian.elastic.model
-
- IndexSettings.NamedCharFilter - Interface in com.arakelian.elastic.model
-
- IndexSettings.NamedFilter - Interface in com.arakelian.elastic.model
-
- IndexSettings.NamedNormalizer - Interface in com.arakelian.elastic.model
-
- IndexSettings.NamedTokenizer - Interface in com.arakelian.elastic.model
-
- IndexSettings.NormalizerSettings - Interface in com.arakelian.elastic.model
-
- IndexSettings.TokenizerSettings - Interface in com.arakelian.elastic.model
-
- INSTANCE - Static variable in class com.arakelian.elastic.search.NullQueryVisitor
-
- IntegerRange - Interface in com.arakelian.elastic.model
-
- IP_RANGE_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- IpRangeAggregation - Interface in com.arakelian.elastic.model.aggs.bucket
-
- isAdjustPureNegative() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- isAllowLeadingWildcard() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isAllowPartialSearchResults() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns true if an error should be returned if there is a partial search failure or timeout
- isAnalyzeWildcard() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isAutoGenerateSynonymsPhraseQuery() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- isAutoGenerateSynonymsPhraseQuery() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isBlockingQueue() - Method in class com.arakelian.elastic.model.BulkIndexerConfig
-
Returns true if caller should block when indexer queue is full.
- isCaseSensitive() - Method in class com.arakelian.elastic.doc.filters.NormalizeValues
-
- isClosed() - Method in class com.arakelian.elastic.bulk.BulkIndexer
-
Returns true if indexer has closed
- isCompact() - Method in class com.arakelian.elastic.model.ElasticDocConfig
-
- isCreated() - Method in interface com.arakelian.elastic.model.IndexedDocument
-
- isData() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- isDefaults() - Method in interface com.arakelian.elastic.model.search.Sort
-
- isDocValues() - Method in class com.arakelian.elastic.model.Field
-
Returns true if doc_values is enabled.
- isEagerGlobalOrdinals() - Method in class com.arakelian.elastic.model.Field
-
- isEmitOriginal() - Method in class com.arakelian.elastic.doc.filters.StripLeadingZeroes
-
- isEmpty() - Method in interface com.arakelian.elastic.model.aggs.Aggregation
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.BoolQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.ExistsQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.FuzzyQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.GeoBoundingBoxQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.GeoDistanceQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.GeoPolygonQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.GeoShapeQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.IdsQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.PrefixQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.Query
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.RegexpQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.SourceFilter
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.TermsQuery
-
- isEmpty() - Method in interface com.arakelian.elastic.model.search.WildcardQuery
-
- isEmpty() - Method in class com.arakelian.elastic.model.VersionComponents
-
- isEnabled() - Method in class com.arakelian.elastic.model.Field
-
Returns true if this field is enabled.
- isEnablePositionIncrements() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isEscape() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isExcludeAll() - Method in interface com.arakelian.elastic.model.search.SourceFilter
-
- isExplain() - Method in interface com.arakelian.elastic.model.search.Search
-
- isFailOnUnsupportedField() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns true if query should fail (throw an exception) if any of the specified fields are not
of the supported types (text or keyword').
- isFielddata() - Method in class com.arakelian.elastic.model.Field
-
Returns true if field data is enabled for field.
- isFilterDuplicateText() - Method in interface com.arakelian.elastic.model.aggs.bucket.SignificantTextAggregation
-
- isForceSource() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- isFound() - Method in interface com.arakelian.elastic.model.DeletedDocument
-
- isFound() - Method in interface com.arakelian.elastic.model.Document
-
- isFuzzyTranspositions() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- isFuzzyTranspositions() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isHighlightFilter() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
- isIgnoreGlobalTokenFilters() - Method in class com.arakelian.elastic.model.Field
-
- isIgnoreMalformed() - Method in class com.arakelian.elastic.model.Field
-
Returns true if this field should ignore illegal values detected when building Elastic
document.
- isIgnoreZValue() - Method in class com.arakelian.elastic.model.Field
-
Returns true (default) if three dimension points will be accepted (stored in source) but only
latitude and longitude values will be indexed; the third dimension is ignored.
- isInclude() - Method in interface com.arakelian.elastic.model.search.MoreLikeThisQuery
-
Returns whether the input documents should also be included in the search results returned.
- isIncludeInAll() - Method in class com.arakelian.elastic.model.Field
-
Returns true if this field should not be included in _all.
- isIncludeLower() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- isIncludeUpper() - Method in interface com.arakelian.elastic.model.search.RangeQuery
-
- isIndex() - Method in class com.arakelian.elastic.model.Field
-
Returns flag that indicates if field is indexed and therefore searchable.
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateHistogramAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.DateRangeAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.FiltersAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.GeoDistanceAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.HistogramAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.IpRangeAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.bucket.RangeAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation
-
- isKeyed() - Method in interface com.arakelian.elastic.model.aggs.metrics.PercentilesAggregation
-
- isLenient() - Method in interface com.arakelian.elastic.model.search.MatchQuery
-
- isLenient() - Method in interface com.arakelian.elastic.model.search.QueryStringQuery
-
- isMaster() - Method in interface com.arakelian.elastic.model.Nodes.NodeInfo
-
- isMetaField() - Method in class com.arakelian.elastic.model.Field
-
- isNorms() - Method in class com.arakelian.elastic.model.Field
-
- isOtherBucket() - Method in interface com.arakelian.elastic.model.aggs.bucket.FiltersAggregation
-
- isPointsOnly() - Method in class com.arakelian.elastic.model.Field
-
- isPreserveOriginal() - Method in class com.arakelian.elastic.doc.filters.PatternCapture
-
- isRequestCache() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns true to enable caching of search results for requests where size is 0, ie
aggregations and suggestions (no top hits returned).
- isRequireFieldMatch() - Method in interface com.arakelian.elastic.model.search.Highlighter
-
Returns true if only fields that contains a query match are highlighted.
- isShowTermDocCountError() - Method in interface com.arakelian.elastic.model.aggs.bucket.TermsAggregation
-
- isSortTokens() - Method in class com.arakelian.elastic.model.Field
-
- isStore() - Method in class com.arakelian.elastic.model.Field
-
Returns true if the field value is stored.
- isSuccessful() - Method in class com.arakelian.elastic.model.BulkResponse.Item
-
- isTerminatedEarly() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- isTimedOut() - Method in interface com.arakelian.elastic.model.search.SearchResponse
-
- isTrackScores() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns true to calculate and return scores even if they are not used for sorting
- isTrackTotalHits() - Method in interface com.arakelian.elastic.model.search.Search
-
Returns true if the number of documents that match the query should be tracked
- isUseExplicitFieldOrder() - Method in interface com.arakelian.elastic.model.search.Highlighter.Highlight
-
- isVersion() - Method in interface com.arakelian.elastic.model.search.Search
-
- isWrapLongitude() - Method in interface com.arakelian.elastic.model.aggs.metrics.GeoBoundsAggregation
-
- Item() - Constructor for class com.arakelian.elastic.model.BulkResponse.Item
-
- ValidationMethod - Enum in com.arakelian.elastic.model.enums
-
- VALUE_COUNT_AGGREGATION - Static variable in interface com.arakelian.elastic.model.aggs.Aggregation
-
- ValueCollector<T> - Class in com.arakelian.elastic.doc
-
- ValueCollector() - Constructor for class com.arakelian.elastic.doc.ValueCollector
-
- ValueCollector(boolean) - Constructor for class com.arakelian.elastic.doc.ValueCollector
-
- ValueCountAggregation - Interface in com.arakelian.elastic.model.aggs.metrics
-
- ValueException - Exception in com.arakelian.elastic.doc
-
- ValueException(Field, JsonNode) - Constructor for exception com.arakelian.elastic.doc.ValueException
-
- ValueException(Field, JsonNode, Throwable) - Constructor for exception com.arakelian.elastic.doc.ValueException
-
- ValueException(String, Field, JsonNode) - Constructor for exception com.arakelian.elastic.doc.ValueException
-
- ValueException(String, Field, JsonNode, Throwable) - Constructor for exception com.arakelian.elastic.doc.ValueException
-
- valueOf(String) - Static method in enum com.arakelian.elastic.bulk.BulkOperation.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.bulk.BulkOperation.VersionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.bulk.event.IndexerEvent.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.ClusterHealth.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.CollectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.DistanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.ExecutionHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.GeoShapeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.MultiMatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.RegexpFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.Rewrite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.SearchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.ShapeRelation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.SortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.SpatialStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.Tree
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.enums.ValidationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.Field.IndexOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.Field.TermVector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.Field.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.Mapping.Dynamic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.GeoBoundingBoxQuery.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.BoundaryScanner
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.Encoder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.Fragmenter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.TagsSchema
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.Highlighter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arakelian.elastic.model.search.MatchQuery.ZeroTermsQuery
-
Returns the enum constant of this type with the specified name.
- ValueProducer - Interface in com.arakelian.elastic.doc
-
- values() - Static method in enum com.arakelian.elastic.bulk.BulkOperation.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.bulk.BulkOperation.VersionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.bulk.event.IndexerEvent.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.aggs.metrics.PercentileRanksAggregation.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.ClusterHealth.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.CollectMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.DistanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.ExecutionHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.GeoShapeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.MultiMatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.RegexpFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.Rewrite
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.SearchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.ShapeRelation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.SortMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.SpatialStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.Tree
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.enums.ValidationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.Field.IndexOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.Field.TermVector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.Field.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.Mapping.Dynamic
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.GeoBoundingBoxQuery.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.BoundaryScanner
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.Encoder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.Fragmenter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.TagsSchema
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.Highlighter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arakelian.elastic.model.search.MatchQuery.ZeroTermsQuery
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValuesSourceAggregation - Interface in com.arakelian.elastic.model.aggs
-
- version - Variable in class com.arakelian.elastic.search.AbstractVisitor
-
- Version5() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5
-
- Version52() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5.Version52
-
- Version53() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5.Version53
-
- Version54() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5.Version54
-
- Version55() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5.Version55
-
- Version56() - Constructor for class com.arakelian.elastic.Views.Elastic.Version5.Version56
-
- Version6() - Constructor for class com.arakelian.elastic.Views.Elastic.Version6
-
- Version61() - Constructor for class com.arakelian.elastic.Views.Elastic.Version6.Version61
-
- Version63() - Constructor for class com.arakelian.elastic.Views.Elastic.Version6.Version63
-
- VERSION_CONFLICT_ENGINE_EXCEPTION - Static variable in interface com.arakelian.elastic.model.Cause
-
- VersionComponents - Class in com.arakelian.elastic.model
-
- VersionComponents() - Constructor for class com.arakelian.elastic.model.VersionComponents
-
- VersionedDocumentId - Interface in com.arakelian.elastic.model
-
- Views - Class in com.arakelian.elastic
-
- Views() - Constructor for class com.arakelian.elastic.Views
-
- Views.Elastic - Class in com.arakelian.elastic
-
- Views.Elastic.Version5 - Class in com.arakelian.elastic
-
- Views.Elastic.Version5.Version52 - Class in com.arakelian.elastic
-
- Views.Elastic.Version5.Version53 - Class in com.arakelian.elastic
-
- Views.Elastic.Version5.Version54 - Class in com.arakelian.elastic
-
- Views.Elastic.Version5.Version55 - Class in com.arakelian.elastic
-
- Views.Elastic.Version5.Version56 - Class in com.arakelian.elastic
-
- Views.Elastic.Version6 - Class in com.arakelian.elastic
-
- Views.Elastic.Version6.Version61 - Class in com.arakelian.elastic
-
- Views.Elastic.Version6.Version63 - Class in com.arakelian.elastic
-
- Views.Enhancement - Class in com.arakelian.elastic
-
This annotation prevents the associated field from being output by Jackson with anything
other than the default ObjectMapper.