Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.lucene.index.IndexableField> |
ContentPropertyExtractionManagerImpl.extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields) |
Iterable<org.apache.lucene.index.IndexableField> |
ContentPropertyExtractionManager.extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields)
Extracts JSON document fragments and transforms them into Lucene fields with user-defined field types.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,ContentPropertySchemaField> |
ContentPropertyIndexSchema.asMultimap()
Returns content property index schema as a map (content property key) => (schema fields).
|
com.google.common.collect.Multimap<String,ContentPropertySchemaField> |
ContentPropertyIndexSchemaManager.getIndexSchema()
Returns a
Multimap representation of content properties dynamic index schema. |
com.google.common.collect.Multimap<String,ContentPropertySchemaField> |
ContentPropertyIndexSchemaManagerImpl.getIndexSchema() |
Collection<ContentPropertySchemaField> |
ContentPropertyIndexSchema.getSchemaFieldsByKey(String key)
Returns a collection of schema fields associated with a given content property key.
|
Constructor and Description |
---|
ContentPropertyIndexSchema(com.google.common.collect.Multimap<String,ContentPropertySchemaField> schema) |
Constructor and Description |
---|
DateTimeContentPropertyAliasFieldHandler(String aliasName,
ContentPropertySchemaField schemaField) |
NumericContentPropertyAliasFieldHandler(String aliasName,
ContentPropertySchemaField schemaField) |
StringContentPropertyAliasFieldHandler(String aliasName,
ContentPropertySchemaField schemaField,
boolean orderSupported) |
TextContentPropertyAliasFieldHandler(String aliasName,
ContentPropertySchemaField schemaField,
boolean orderSupported) |
Modifier and Type | Method and Description |
---|---|
ContentPropertySchemaField |
DateRangeQuery.getSchemaField() |
ContentPropertySchemaField |
MultiTermQuery.getSchemaField() |
ContentPropertySchemaField |
TextQuery.getSchemaField() |
ContentPropertySchemaField |
NumberRangeQuery.getSchemaField()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SearchSort |
ContentPropertySearchQueryFactory.buildContentPropertySearchSort(ContentPropertySchemaField schemaField,
SearchSort.Order order,
org.apache.lucene.search.SortField.Type type) |
SearchQuery |
ContentPropertySearchQueryFactory.buildNumberRangeQuery(ContentPropertySchemaField schemaField,
com.atlassian.querylang.antlrgen.AqlParser.EqOpContext opCtx,
Double value) |
SearchQuery |
ContentPropertySearchQueryFactory.buildNumberRangeQuery(ContentPropertySchemaField schemaField,
com.atlassian.querylang.antlrgen.AqlParser.RangeOpContext opCtx,
Double value) |
<N extends Number> |
ContentPropertySearchQueryFactory.buildNumberRangeQuery(ContentPropertySchemaField schemaField,
N from,
N to,
boolean includesFrom,
boolean includesTo)
Build a generic range query for any number type between 'from' and 'to'.
|
SearchQuery |
ContentPropertySearchQueryFactory.buildStringEqualityQuery(ContentPropertySchemaField schemaField,
String... value)
Build a generic string equality query.
|
SearchQuery |
ContentPropertySearchQueryFactory.buildTextSearchQuery(ContentPropertySchemaField schemaField,
String value)
Build a generic text comparison query.
|
com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper |
ContentPropertySearchQueryFactory.create(ContentPropertySchemaField schemaField,
Object value,
com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext) |
Constructor and Description |
---|
DateRangeQuery(ContentPropertySchemaField schemaField,
Range<Date> dateRange) |
MultiTermQuery(ContentPropertySchemaField schemaField,
Collection<String> values) |
NumberRangeQuery(ContentPropertySchemaField schemaField,
Range<? extends Number> numberRange)
Deprecated.
|
TextQuery(ContentPropertySchemaField schemaField,
String rawQuery) |
Copyright © 2003–2017 Atlassian. All rights reserved.