- AbstractSolrQuery - Class in org.springframework.data.solr.repository.query
-
- AbstractSolrQuery(SolrOperations, SolrQueryMethod) - Constructor for class org.springframework.data.solr.repository.query.AbstractSolrQuery
-
- add(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
Add field with given name and value to the fields to be updated.
- add(UpdateField) - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
- addAllFacetFieldResultPages(Map<Field, Page<FacetFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- addAllFacetPivotFieldResult(Map<PivotField, List<FacetPivotFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- addAllTerms(Map<String, List<TermsFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- addCriteria(Criteria) - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
-
Append criteria to query.
- addCriteriaEntryProcessor(QueryParserBase.CriteriaEntryProcessor) - Method in class org.springframework.data.solr.core.QueryParserBase
-
- addFacetOnField(Field) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Append additional field for faceting
- addFacetOnField(String) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Append additional field with given name for faceting
- addFacetOnFlieldnames(Collection<String>) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Append all fieldnames for faceting
- addFacetOnPivot(Field...) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Add pivot facet on given
Field
s.
- addFacetOnPivot(String...) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
- addFacetParameter(String, Object) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
Add field specific parameter by name
- addFacetParameter(String, Object, boolean) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- addFacetParameter(FacetOptions.FacetParameter) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
Add field specific facet parameter
- addFacetPivotResultPage(List<FacetPivotFieldEntry>, PivotField) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- addFacetQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Append facet.query
- addFacetResultPage(Page<FacetFieldEntry>, Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- addField(Field) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add field to highlight
- addField(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add name of field to highlight on
- addField(String...) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add names of fields to highlight on
- addField(Field) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- addField(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- addFields(Collection<String>) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add names of fields to highlight on
- addFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- addFilterQuery(FilterQuery) - Method in interface org.springframework.data.solr.core.query.Query
-
add query to filter results Corresponds to fq
in solr
- addFilterQuery(FilterQuery) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addGroupByField(Field) - Method in interface org.springframework.data.solr.core.query.Query
-
add the given field to those used for grouping result Corresponds to '' in solr
- addGroupByField(Field) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addGroupByField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
add grouping on fieldname
- addHighlightParameter(String, Object) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add parameter by name
- addHighlightParameter(HighlightOptions.HighlightParameter) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Add parameter
- addHighlightParameter(String, Object) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
Add field specific parameter by name
- addHighlightParameter(HighlightOptions.HighlightParameter) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
Add field specific highlight parameter
- addProjectionOnField(Field) - Method in interface org.springframework.data.solr.core.query.Query
-
add given Field to those included in result.
- addProjectionOnField(Field) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addProjectionOnField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addProjectionOnFields(Field...) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addProjectionOnFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addQueryParameter(T) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
-
- addSnipplets(Field, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
-
- addSnipplets(String, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
-
- addSolrServerForCore(SolrServer, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
Add SolrServer for core to factory - Will override existing.
- addSort(Sort) - Method in interface org.springframework.data.solr.core.query.Query
-
- addSort(Sort) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- addTermsResult(List<TermsFieldEntry>, Field) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- addTermsResult(List<TermsFieldEntry>, String) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- addValueToField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
Add field with given name and value using UpateAction.ADD
to the fields to be updated.
- afterPropertiesSet() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
- afterPropertiesSet() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- afterPropertiesSet() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- ALL_FIELDS - Static variable in class org.springframework.data.solr.core.query.HighlightOptions
-
- and(Field) - Method in class org.springframework.data.solr.core.query.Criteria
-
Chain using AND
- and(String) - Method in class org.springframework.data.solr.core.query.Criteria
-
Chain using AND
- and(Criteria) - Method in class org.springframework.data.solr.core.query.Criteria
-
Chain using AND
- and(Criteria...) - Method in class org.springframework.data.solr.core.query.Criteria
-
Chain using AND
- appendCoreToBaseUrl(String, SolrServer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
-
- appendCoreToBaseUrl(String, String) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
-
Append core to given baseUrl
- appendDefaultOperator(SolrQuery, Query.Operator) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Set q.op
parameter for SolrQuery
- appendDefType(SolrQuery, String) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Set defType
for SolrQuery
- appendFilterQuery(SolrQuery, List<FilterQuery>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
-
Set filter filter queries for SolrQuery
- appendGroupByFields(SolrQuery, List<Field>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
-
Append grouping parameters to SolrQuery
- appendPagination(SolrQuery, Pageable) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Append pagination information start, rows
to SolrQuery
- appendProjection(Query) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
-
- appendProjectionOnFields(SolrQuery, List<Field>) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Append field list to SolrQuery
- appendRequestHandler(SolrQuery, String) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Set request handler parameter for SolrQuery
- appendSort(SolrQuery, Sort) - Method in class org.springframework.data.solr.core.DefaultQueryParser
-
Append sorting parameters to SolrQuery
- appendTermsFieldToSolrQuery(Field, SolrQuery) - Method in class org.springframework.data.solr.core.TermsQueryParser
-
- appendTermsOptionsToSolrQuery(TermsOptions, SolrQuery) - Method in class org.springframework.data.solr.core.TermsQueryParser
-
- appendTimeAllowed(SolrQuery, Integer) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Set SolrQuery.setTimeAllowed(Integer)
- asQueryStringRepresentation() - Method in enum org.springframework.data.solr.core.query.Query.Operator
-
- assertNoCollection(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- canConvert(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
- canProcess(Criteria.CriteriaEntry) - Method in interface org.springframework.data.solr.core.QueryParserBase.CriteriaEntryProcessor
-
- clone(T) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
-
- clone(T, String) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
-
Create a clone of given SolrServer
and modify baseUrl of clone to point to the given core.
- commit() - Method in interface org.springframework.data.solr.core.SolrOperations
-
Send commit command SolrServer.commit()
- commit() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- constructSolrQuery(SolrDataQuery) - Method in interface org.springframework.data.solr.core.QueryParser
-
Convert given Query into a SolrQuery executable via SolrServer
- constructSolrQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParserBase
-
- contains(String) - Method in class org.springframework.data.solr.core.query.Criteria
-
Crates new
Criteria.CriteriaEntry
with leading and trailing wildcards
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
- contains(String...) - Method in class org.springframework.data.solr.core.query.Criteria
-
Crates new
Criteria.CriteriaEntry
with leading and trailing wildcards for each entry
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
- contains(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Criteria
-
Crates new
Criteria.CriteriaEntry
with leading and trailing wildcards for each entry
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
- containsWildcard() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
-
- containsWildcard() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
-
- conversionService - Variable in class org.springframework.data.solr.core.QueryParserBase
-
- convert(Date) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
-
- convert(Date) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
-
- convert(Date) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
-
- convert(ReadableInstant) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
-
- convert(DateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
-
- convert(LocalDateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
-
- convert(LocalDateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
-
- convert(String) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
-
- convert(Number) - Method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
-
- convert(Object, Class<T>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
Convert given object into target type
- convert(Distance) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
-
- convert(GeoLocation) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
-
- convert(String) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToGeoLocationConverter
-
- convert(SolrPersistentProperty) - Method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
-
- convertBeanToSolrInputDocument(Object) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Convert given bean into a solrj InputDocument
- convertBeanToSolrInputDocument(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- convertQueryResponseToBeans(QueryResponse, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- convertSolrDocumentListToBeans(SolrDocumentList, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- convertSolrDocumentToBean(SolrDocument, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- count(SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
-
return number of elements found by for given query
- count(SolrDataQuery) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- count() - Method in interface org.springframework.data.solr.repository.SolrRepository
-
Returns the number of entities available.
- count() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- count(Query) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- CountEntry - Interface in org.springframework.data.solr.core.query.result
-
- create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
-
- createAndWrite(Object) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
create a new SolrInputDocument
for given source and write values to it
- createAssociation() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
-
- createFrom(List<SolrParameter>) - Method in class org.springframework.data.solr.repository.query.SolrParameters
-
- createParameter(MethodParameter) - Method in class org.springframework.data.solr.repository.query.SolrParameters
-
- createParameters(Method) - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- createPathConfiguredSolrServer(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- createPerFieldOverrideParameterName(Field, String) - Method in class org.springframework.data.solr.core.DefaultQueryParser
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
-
- createPersistentProperty(Field, PropertyDescriptor, SimpleSolrPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
-
- createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
-
- createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
-
- createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.StringBasedSolrQuery
-
- createQueryFragmentForCriteria(Criteria) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Creates query string representation of a single critiera
- createQueryFromString(String, SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
-
- createQueryStringFromCriteria(Criteria) - Method in class org.springframework.data.solr.core.QueryParserBase
-
Iterates criteria list and concats query string fragments to form a valid query string to be used with
SolrQuery.setQuery(String)
- createServerForCore(SolrServer, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
- Criteria - Class in org.springframework.data.solr.core.query
-
Criteria is the central class when constructing queries.
- Criteria() - Constructor for class org.springframework.data.solr.core.query.Criteria
-
- Criteria(String) - Constructor for class org.springframework.data.solr.core.query.Criteria
-
Creates a new Criteria for the Filed with provided name
- Criteria(Field) - Constructor for class org.springframework.data.solr.core.query.Criteria
-
Creates a new Criteria for the given field
- Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.solr.core.query.Criteria
-
- Criteria(List<Criteria>, Field) - Constructor for class org.springframework.data.solr.core.query.Criteria
-
- Criteria.CriteriaEntry - Class in org.springframework.data.solr.core.query
-
Single entry to be used when defining search criteria
- Criteria.CriteriaEntry(Criteria.OperationKey, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
- Criteria.CriteriaEntry(String, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
- Criteria.OperationKey - Enum in org.springframework.data.solr.core.query
-
- CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.solr.core.query.Criteria
-
- CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.solr.core.QueryParserBase
-
- CustomConversions - Class in org.springframework.data.solr.core.convert
-
- CustomConversions() - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
-
Create new instance
- CustomConversions(List) - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
-
Create new instance registering given converters
- GeoConverters - Class in org.springframework.data.solr.core.geo
-
- GeoConverters() - Constructor for class org.springframework.data.solr.core.geo.GeoConverters
-
- GeoConverters.DistanceToStringConverter - Enum in org.springframework.data.solr.core.geo
-
Converts a
Distance
to a solrReadable request parameter.
- GeoConverters.GeoLocationToStringConverter - Enum in org.springframework.data.solr.core.geo
-
Converts a
GeoLocation
to a solrReadable request parameter.
- GeoConverters.StringToGeoLocationConverter - Enum in org.springframework.data.solr.core.geo
-
- GeoLocation - Class in org.springframework.data.solr.core.geo
-
Implementation of geographical location identified by latitude and longitude.
- GeoLocation(double, double) - Constructor for class org.springframework.data.solr.core.geo.GeoLocation
-
- getAction() - Method in class org.springframework.data.solr.core.query.SimpleUpdateField
-
- getAction() - Method in interface org.springframework.data.solr.core.query.UpdateField
-
- getAllFacets() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
- getAllFacets() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getBindableValue(int) - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
-
- getBoost() - Method in class org.springframework.data.solr.core.query.Criteria
-
Boost criteria value
- getBoost() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
-
- getBoost(int) - Method in interface org.springframework.data.solr.repository.query.SolrParameterAccessor
-
Get boost value for element at index if defined
- getBoost(int) - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
-
- getConjunctionOperator() - Method in class org.springframework.data.solr.core.query.Criteria
-
Conjunction to be used with this criteria (AND | OR)
- getContent() - Method in interface org.springframework.data.solr.core.query.result.TermsPage
-
Returns the page content as
List
.
- getContent() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- getConversionService() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
- getConverter() - Method in interface org.springframework.data.solr.core.SolrOperations
-
- getConverter() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- getCores() - Method in interface org.springframework.data.solr.server.SolrServerFactory
-
Get list of cores
- getCores() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- getCores() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
-
- getCores() - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
- getCriteria() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
-
- getCriteriaChain() - Method in class org.springframework.data.solr.core.query.Criteria
-
Get the collection of criterias
- getCriteriaEntries() - Method in class org.springframework.data.solr.core.query.Criteria
-
- getCustomConversions() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
- getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
-
find most recent write target for given class
- getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
-
find most recent write target for given source and targetType
- getCustomWriteTargetType(Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
get the target conversion type
- getDefaultOperator() - Method in interface org.springframework.data.solr.core.query.Query
-
Get the specified default operator for query expressions, overriding the default operator specified in the
schema.xml
file.
- getDefaultOperator() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getDefaultOperator() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getDefType() - Method in interface org.springframework.data.solr.core.query.Query
-
Get the default type of query, if one has been specified.
- getDefType() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getDefType() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getEntity() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
-
Get the entity the highlights are associated to
- getEntityClass() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- getEntityInformation(Class<T>) - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformationCreator
-
- getEntityInformation() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
-
- getExceptionTranslator() - Static method in class org.springframework.data.solr.core.SolrTemplate
-
- getFacetFields() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Fields contained in Result.
- getFacetFields() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getFacetLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get the max number of results per facet field.
- getFacetLimit() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getFacetMinCount() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
get the min number of hits a result has to have to get listed in result.
- getFacetMinCount() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getFacetOnFields() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get the list of Fields to facet on
- getFacetOnPivots() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get the list of pivot Fields to face on
- getFacetOptions() - Method in interface org.springframework.data.solr.core.query.FacetQuery
-
- getFacetOptions() - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
-
- getFacetPivotFields() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Pivot Fields contained in Result.
- getFacetPivotFields() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetPrefix() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
get value used for facet.prefix
- getFacetPrefix() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getFacetQueries() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get the list of facetQueries
- getFacetQueries() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getFacetQueryResult() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
- getFacetQueryResult() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetResultPage(String) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Facet results for field with given name
- getFacetResultPage(Field) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Facet results for field with given field
- getFacetResultPage(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetResultPage(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetResultPages() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
- getFacetResultPages() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getFacetSort() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get sorting of facet results.
- getField() - Method in class org.springframework.data.solr.core.query.Criteria
-
Target field
- getField() - Method in interface org.springframework.data.solr.core.query.result.FacetFieldEntry
-
get the associated Field
- getField() - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
-
- getField() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry.Highlight
-
- getField() - Method in interface org.springframework.data.solr.core.query.result.TermsFieldEntry
-
get the associated Field
- getFieldName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
-
- getFieldName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
-
Get name of field under attention to Field
annotation
- getFields() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getFields() - Method in interface org.springframework.data.solr.core.query.PivotField
-
Get the fields for this pivot.
- getFields() - Method in class org.springframework.data.solr.core.query.SimplePivotField
-
- getFieldsWithHighlightParameters() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Get Collection of fields that have field specific highlight options.
- getFieldsWithParameters() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
- getFilterQueries() - Method in interface org.springframework.data.solr.core.query.Query
-
Get filter queries if defined
- getFilterQueries() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getForClass(Class<? extends SolrDataQuery>) - Method in class org.springframework.data.solr.core.QueryParsers
-
- getFormatter() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
- getFormatter() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getFragsize() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
- getFragsize() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getFrom() - Method in class org.springframework.data.solr.core.query.Join
-
- getGeoLocationEnd() - Method in class org.springframework.data.solr.core.geo.BoundingBox
-
- getGeoLocationStart() - Method in class org.springframework.data.solr.core.geo.BoundingBox
-
- getGroupByFields() - Method in interface org.springframework.data.solr.core.query.Query
-
Get group by fields if defined
- getGroupByFields() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getHighlighSnipplets() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlighted() - Method in interface org.springframework.data.solr.core.query.result.HighlightPage
-
- getHighlighted() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getHighlightFieldNames() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlightFormatter() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlightFragsize() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlightOptions() - Method in interface org.springframework.data.solr.core.query.HighlightQuery
-
- getHighlightOptions() - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
-
- getHighlightParameters() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getHighlightParameterValue(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
Get value of parameter with given type
- getHighlightPostfix() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlightPrefix() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlightQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getHighlights() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
-
- getHighlights(T) - Method in interface org.springframework.data.solr.core.query.result.HighlightPage
-
- getHighlights(T) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getId(T) - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
-
- getIdAttribute() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
-
get the name of the id attribute
- getIdAttribute() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
-
- getIdField() - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
- getIdField() - Method in interface org.springframework.data.solr.core.query.Update
-
get id field of document to update
- getIdFieldName() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- getIdType() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
-
- getIndex() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
-
- getJoin() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
-
- getKey() - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
- getKey() - Method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
-
- getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetEntry
-
The key of the facetEntry
- getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetFieldEntry
-
- getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryEntry
-
- getKey() - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
-
- getKey() - Method in interface org.springframework.data.solr.core.query.result.PageKey
-
Key to represent on page within a collection
- getKey() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
-
- getKey() - Method in class org.springframework.data.solr.core.query.result.StringPageKey
-
- getKey() - Method in interface org.springframework.data.solr.core.query.result.TermsEntry
-
- getKey() - Method in interface org.springframework.data.solr.core.query.result.TermsFieldEntry
-
- getLatitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
-
- getLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getLimit() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getLongitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
-
- getLowerBoundTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getMappingContext() - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
-
- getMappingContext() - Method in class org.springframework.data.solr.core.convert.SolrJConverter
-
- getMaxCount() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getMethod() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getMinCount() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getMinCount() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getMissing() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getModulePrefix() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
-
- getMultiplier() - Method in enum org.springframework.data.solr.core.geo.Distance.Unit
-
- getName() - Method in interface org.springframework.data.solr.core.query.Field
-
Get the name of the field used in schema.xml
of solr server
- getName() - Method in interface org.springframework.data.solr.core.query.QueryParameter
-
- getName() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
-
- getName() - Method in class org.springframework.data.solr.core.query.SimpleField
-
- getName() - Method in class org.springframework.data.solr.core.query.SimplePivotField
-
- getNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getNormalizedValue() - Method in class org.springframework.data.solr.core.geo.Distance
-
- getNrSnipplets() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
- getNrSnipplets() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getObject() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
-
- getObject() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- getObjectType() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
-
- getObjectType() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- getOffset() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getPageable() - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Get the facet page requested.
- getPageable() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
-
- getPageRequest() - Method in interface org.springframework.data.solr.core.query.Query
-
Get page settings if defined
- getPageRequest() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getParameters() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getPivot(String) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Facet Pivot results for fields with given fields.
- getPivot(PivotField) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
-
Get Facet Pivot results for fields with given fields.
- getPivot() - Method in interface org.springframework.data.solr.core.query.result.FacetPivotFieldEntry
-
- getPivot() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
-
- getPivot(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getPivot(PivotField) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- getPivotFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getPrefix() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getPrefix() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getProjectionFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getProjectionOnFields() - Method in interface org.springframework.data.solr.core.query.Query
-
Get projection fields if defined
- getProjectionOnFields() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getQuery() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getQuery() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryEntry
-
get the associated Query
- getQuery() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
-
- getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
-
- getQueryParameter(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
-
Get the parameter for given name.
- getQueryParameters() - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
-
Get Collection of all parameters
- getQueryParameterValue(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
-
Get value of given parameter
- getQueryString() - Method in interface org.springframework.data.solr.core.query.QueryStringHolder
-
Get the the query string to use
- getQueryString() - Method in class org.springframework.data.solr.core.query.SimpleStringCriteria
-
- getQueryString(SolrDataQuery) - Method in interface org.springframework.data.solr.core.QueryParser
-
Get the queryString to use withSolrQuery.setParam(CommonParams.Q, "queryString"}
- getQueryString(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParserBase
-
- getRegex() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getRegexFlag() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
-
- getRepositoryFactoryClassName() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
-
- getRequestHandler() - Method in interface org.springframework.data.solr.core.query.Query
-
Returns the request handler.
- getRequestHandler() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- getRequestHandler() - Method in interface org.springframework.data.solr.core.query.TermsQuery
-
Returns the request handler.
- getRequestHandler() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getScope() - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
-
- getShortClassName(Class<?>) - Static method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
Get the class short name.
- getSimplePostfix() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getSimplePrefix() - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- getSnipplets() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry.Highlight
-
- getSolrCore() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- getSolrCoreName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
-
- getSolrCoreName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
-
- getSolrCoreName() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
-
get the name of the solr collection the entity resides in
- getSolrCoreName() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
-
- getSolrOperation() - Method in enum org.springframework.data.solr.core.query.UpdateAction
-
- getSolrOperations() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- getSolrOperations() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
-
- getSolrServer() - Method in interface org.springframework.data.solr.core.SolrOperations
-
Get the underlying SolrServer instance
- getSolrServer() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- getSolrServer() - Method in interface org.springframework.data.solr.server.SolrServerFactory
-
Get base SolrServer
instance
- getSolrServer(String) - Method in interface org.springframework.data.solr.server.SolrServerFactory
-
Get configured SolrServer
for specific core
- getSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- getSolrServer(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- getSolrServer(String) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
-
returns the reference solrServer
- getSolrServer(String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
- getSolrServer(Class<?>) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
Get configured
SolrServer
for specific class tying to determine core name via
SolrDocument
or its
class name.
- getSort() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- getSort() - Method in interface org.springframework.data.solr.core.query.Query
-
- getSort() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getSort() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getSort() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
-
- getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
-
- getTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
-
- getTerms(Field) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- getTermsFields() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- getTermsFields() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- getTermsFields() - Method in interface org.springframework.data.solr.core.query.TermsQuery
-
- getTermsForField(String) - Method in interface org.springframework.data.solr.core.query.result.TermsPage
-
- getTermsForField(String) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
-
- getTermsOptions() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- getTermsOptions() - Method in interface org.springframework.data.solr.core.query.TermsQuery
-
- getTimeAllowed() - Method in interface org.springframework.data.solr.core.query.Query
-
Return the time (in milliseconds) allowed for a search to finish
- getTimeAllowed() - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- getTimeAllowed() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- getTo() - Method in class org.springframework.data.solr.core.query.Join
-
- getTree() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
-
- getUpdates() - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
- getUpdates() - Method in interface org.springframework.data.solr.core.query.Update
-
List of fields and values to update
- getUpperBoundTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- getValue(SolrPersistentProperty, Object, Object) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
-
- getValue() - Method in class org.springframework.data.solr.core.geo.Distance
-
- getValue() - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
- getValue() - Method in interface org.springframework.data.solr.core.query.QueryParameter
-
- getValue() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
-
- getValue() - Method in interface org.springframework.data.solr.core.query.result.CountEntry
-
The value within the field
- getValue() - Method in class org.springframework.data.solr.core.query.result.ValueCountEntry
-
- getValue() - Method in interface org.springframework.data.solr.core.query.ValueHoldingField
-
Get value for field
- getValue() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
-
- getValueCount() - Method in interface org.springframework.data.solr.core.query.result.CountEntry
-
The nr of hits for the value
- getValueCount() - Method in class org.springframework.data.solr.core.query.result.ValueCountEntry
-
- getVersion() - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
- getVersion() - Method in interface org.springframework.data.solr.core.query.Update
-
Document Version _version_
- greaterThan(Object) - Method in class org.springframework.data.solr.core.query.Criteria
-
- greaterThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Criteria
-
- save(S) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- save(Iterable<S>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- saveBean(Object) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Execute add operation against solr, which will do either insert or update
- saveBean(Object, int) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Execute add operation against solr, which will do either insert or update with support for commitWithin strategy
- saveBean(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveBean(Object, int) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveBeans(Collection<?>) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add a collection of beans to solr, which will do either insert or update
- saveBeans(Collection<?>, int) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add a collection of beans to solr, which will do either insert or update with support for commitWithin strategy
- saveBeans(Collection<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveBeans(Collection<?>, int) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveDocument(SolrInputDocument) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add a solrj input document to solr, which will do either insert or update
- saveDocument(SolrInputDocument, int) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add a solrj input document to solr, which will do either insert or update with support for commitWithin strategy
- saveDocument(SolrInputDocument) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveDocument(SolrInputDocument, int) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveDocuments(Collection<SolrInputDocument>) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add multiple solrj input documents to solr, which will do either insert or update
- saveDocuments(Collection<SolrInputDocument>, int) - Method in interface org.springframework.data.solr.core.SolrOperations
-
Add multiple solrj input documents to solr, which will do either insert or update with support for commitWithin
strategy
- saveDocuments(Collection<SolrInputDocument>) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- saveDocuments(Collection<SolrInputDocument>, int) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- setBoost(float) - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
-
- setCreateMissingSolrServer(boolean) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
-
if true missing solrServers for cores will be created
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
-
- setDefaultOperator(Query.Operator) - Method in interface org.springframework.data.solr.core.query.Query
-
Set the default operator q.op
for query expressions
- setDefaultOperator(Query.Operator) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- setDefType(String) - Method in interface org.springframework.data.solr.core.query.Query
-
Sets the default type to be used by the query.
- setDefType(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- setEntityClass(Class<T>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- setFacetLimit(int) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Set facet.limit
- setFacetMinCount(int) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Set minimum number of hits facet.mincount
for result to be included in response
- setFacetOptions(FacetOptions) - Method in interface org.springframework.data.solr.core.query.FacetQuery
-
Faceting options to apply when executing query
- setFacetOptions(FacetOptions) - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
-
- setFacetPrefix(String) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Set facet.prefix
- setFacetQueryResultPage(List<FacetQueryEntry>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- setFacetSort(FacetOptions.FacetSort) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Set facet.sort
(INDEX
or COUNT
)
- setField(Field) - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
-
- setField(String) - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
-
- setFormatter(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
set fragsize {@code f.
- setFormatter(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
set formatter hl.formatter
- setFragsize(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
set fragsize {@code f.
- setFragsize(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
set fragsize hl.fragsize
.
- setGeoLocationEnd(GeoLocation) - Method in class org.springframework.data.solr.core.geo.BoundingBox
-
- setGeoLocationStart(GeoLocation) - Method in class org.springframework.data.solr.core.geo.BoundingBox
-
- setHighlighted(List<HighlightEntry<T>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
-
- setHighlightOptions(HighlightOptions) - Method in interface org.springframework.data.solr.core.query.HighlightQuery
-
Highlight options to apply when exectuing query
- setHighlightOptions(HighlightOptions) - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
-
- setIdFieldName(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- setInclude(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
-
- setJoin(Join) - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
-
Set values for join {@code !
- setKey(String) - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
set the operation key to be applied when parsing query
- setLimit(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setLimit(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setLowerBoundTerm(TermsOptions.BoundTerm) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setMaxConnections(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- setMaxCount(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setMergeContigous(Boolean) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
set fragsize {@code f.
- setMethod(String) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setMinCount(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setMinCount(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setMissing(Boolean) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setNrSnipplets(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
-
set fragsize hl.fragsize
.
- setNrSnipplets(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
set hl.snippets
- setOffset(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setPageable(Pageable) - Method in class org.springframework.data.solr.core.query.FacetOptions
-
Set facet.offet
and facet.limit
- setPageRequest(Pageable) - Method in interface org.springframework.data.solr.core.query.Query
-
restrict result to entries on given page.
- setPageRequest(Pageable) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- setPivot(List<FacetPivotFieldEntry>) - Method in class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
-
- setPrefix(String) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setPrefix(String) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setQuery(FilterQuery) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
- setRaw(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setRegex(String) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setRegexFlag(TermsOptions.RegexFlag) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setRequestHandler(String) - Method in interface org.springframework.data.solr.core.query.Query
-
Sets the request handler.
- setRequestHandler(String) - Method in interface org.springframework.data.solr.core.query.TermsQuery
-
Sets the request handler.
- setSimplePostfix(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
set hl.simple.post
- setSimplePrefix(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
-
set hl.simple.pre
- setSolrConverter(SolrConverter) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- setSolrCore(String) - Method in class org.springframework.data.solr.core.SolrTemplate
-
- setSolrHome(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- setSolrOperations(SolrOperations) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- setSolrOperations(SolrOperations) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
-
- setSort(FacetOptions.FacetSort) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
-
- setSort(TermsOptions.Sort) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setTerm(String) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
-
- setTimeAllowed(Integer) - Method in interface org.springframework.data.solr.core.query.Query
-
The time in milliseconds allowed for a search to finish.
- setTimeAllowed(Integer) - Method in class org.springframework.data.solr.core.query.SimpleQuery
-
- setTimeout(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- setUpperBoundTerm(TermsOptions.BoundTerm) - Method in class org.springframework.data.solr.core.query.TermsOptions
-
- setUrl(String) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
-
- setValue(Object) - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
-
- setValueOfField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
Add field with given name and value using UpateAction.SET
to the fields to be updated.
- setVersion(Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
-
set _version_
of document to apply update to.
- shutdownSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
-
- SimpleFacetFieldEntry - Class in org.springframework.data.solr.core.query.result
-
- SimpleFacetFieldEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetFieldEntry
-
- SimpleFacetPivotEntry - Class in org.springframework.data.solr.core.query.result
-
- SimpleFacetPivotEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
-
- SimpleFacetQuery - Class in org.springframework.data.solr.core.query
-
- SimpleFacetQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
-
- SimpleFacetQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
-
- SimpleFacetQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
-
- SimpleFacetQueryEntry - Class in org.springframework.data.solr.core.query.result
-
- SimpleFacetQueryEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
-
- SimpleField - Class in org.springframework.data.solr.core.query
-
The most trivial implementation of a Field
- SimpleField(String) - Constructor for class org.springframework.data.solr.core.query.SimpleField
-
- SimpleFilterQuery - Class in org.springframework.data.solr.core.query
-
- SimpleFilterQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleFilterQuery
-
- SimpleFilterQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleFilterQuery
-
- SimpleHighlightQuery - Class in org.springframework.data.solr.core.query
-
- SimpleHighlightQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
-
- SimpleHighlightQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
-
- SimpleHighlightQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
-
- SimplePivotField - Class in org.springframework.data.solr.core.query
-
- SimplePivotField(String...) - Constructor for class org.springframework.data.solr.core.query.SimplePivotField
-
- SimplePivotField(List<Field>) - Constructor for class org.springframework.data.solr.core.query.SimplePivotField
-
- SimpleQuery - Class in org.springframework.data.solr.core.query
-
Full implementation of
Query
that allows multiple options like pagination, grouping,...
- SimpleQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
-
- SimpleQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
-
- SimpleQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
-
- SimpleSolrMappingContext - Class in org.springframework.data.solr.core.mapping
-
- SimpleSolrMappingContext() - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
-
- SimpleSolrPersistentEntity<T> - Class in org.springframework.data.solr.core.mapping
-
- SimpleSolrPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
-
- SimpleSolrPersistentProperty - Class in org.springframework.data.solr.core.mapping
-
- SimpleSolrPersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, SolrPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
-
- SimpleSolrRepository<T,ID extends Serializable> - Class in org.springframework.data.solr.repository.support
-
Solr specific repository implementation.
- SimpleSolrRepository() - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- SimpleSolrRepository(SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- SimpleSolrRepository(SolrEntityInformation<T, ?>, SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- SimpleSolrRepository(SolrOperations, Class<T>) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
-
- SimpleStringCriteria - Class in org.springframework.data.solr.core.query
-
The most basic criteria holding an already formatted QueryString that can be executed 'as is' against the solr server
- SimpleStringCriteria(String) - Constructor for class org.springframework.data.solr.core.query.SimpleStringCriteria
-
- SimpleTermsFieldEntry - Class in org.springframework.data.solr.core.query.result
-
- SimpleTermsFieldEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleTermsFieldEntry
-
- SimpleTermsFieldEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleTermsFieldEntry
-
- SimpleTermsQuery - Class in org.springframework.data.solr.core.query
-
- SimpleTermsQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery
-
- SimpleTermsQuery.Builder - Class in org.springframework.data.solr.core.query
-
- SimpleTermsQuery.Builder() - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
-
- SimpleTermsQuery.Builder(String...) - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
-
- SimpleUpdateField - Class in org.springframework.data.solr.core.query
-
- SimpleUpdateField(String) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
-
- SimpleUpdateField(String, Object) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
-
- SimpleUpdateField(String, Object, UpdateAction) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
-
- sloppy(String, int) - Method in class org.springframework.data.solr.core.query.Criteria
-
- softCommit() - Method in interface org.springframework.data.solr.core.SolrOperations
-
Send soft commmit command SolrServer.commit(boolean, boolean, boolean)
- softCommit() - Method in class org.springframework.data.solr.core.SolrTemplate
-
- SolrCallback<T> - Interface in org.springframework.data.solr.core
-
Callback interface for data access code that works with SolrServer.
- SolrConverter - Interface in org.springframework.data.solr.core.convert
-
- SolrConverterBase - Class in org.springframework.data.solr.core.convert
-
- SolrConverterBase() - Constructor for class org.springframework.data.solr.core.convert.SolrConverterBase
-
- SolrCrudRepository<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository
-
- SolrDataQuery - Interface in org.springframework.data.solr.core.query
-
Common interface for any Query
- SolrDocument - Annotation Type in org.springframework.data.solr.core.mapping
-
- SolrEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository.query
-
- SolrEntityInformationCreator - Interface in org.springframework.data.solr.repository.query
-
- SolrEntityInformationCreatorImpl - Class in org.springframework.data.solr.repository.support
-
- SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - Constructor for class org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
-
- SolrExceptionTranslator - Class in org.springframework.data.solr.core
-
- SolrExceptionTranslator() - Constructor for class org.springframework.data.solr.core.SolrExceptionTranslator
-
- SolrJConverter - Class in org.springframework.data.solr.core.convert
-
Trivial implementation of
SolrConverter
delegating conversion to
DocumentObjectBinder
- SolrJConverter() - Constructor for class org.springframework.data.solr.core.convert.SolrJConverter
-
- SolrOperations - Interface in org.springframework.data.solr.core
-
Interface that specifies a basic set of Solr operations.
- SolrParameterAccessor - Interface in org.springframework.data.solr.repository.query
-
- SolrParameters - Class in org.springframework.data.solr.repository.query
-
- SolrParameters(Method) - Constructor for class org.springframework.data.solr.repository.query.SolrParameters
-
- SolrParameters(List<SolrParameter>) - Constructor for class org.springframework.data.solr.repository.query.SolrParameters
-
- SolrParametersParameterAccessor - Class in org.springframework.data.solr.repository.query
-
- SolrParametersParameterAccessor(SolrQueryMethod, Object[]) - Constructor for class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
-
- SolrParametersParameterAccessor.BindableSolrParameterIterator - Class in org.springframework.data.solr.repository.query
-
- SolrParametersParameterAccessor.BindableSolrParameterIterator(Iterator<Object>) - Constructor for class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
-
- SolrPersistentEntity<T> - Interface in org.springframework.data.solr.core.mapping
-
- SolrPersistentProperty - Interface in org.springframework.data.solr.core.mapping
-
- SolrPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.solr.core.mapping
-
- SolrQueryMethod - Class in org.springframework.data.solr.repository.query
-
- SolrQueryMethod(Method, RepositoryMetadata, SolrEntityInformationCreator) - Constructor for class org.springframework.data.solr.repository.query.SolrQueryMethod
-
- SolrRepository<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository
-
- SolrRepositoryBean<T> - Class in org.springframework.data.solr.repository.cdi
-
Uses CdiRepositoryBean to create SolrRepository instances.
- SolrRepositoryBean(Bean<SolrOperations>, Set<Annotation>, Class<T>, BeanManager) - Constructor for class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
-
- SolrRepositoryConfigExtension - Class in org.springframework.data.solr.repository.config
-
- SolrRepositoryConfigExtension() - Constructor for class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
-
- SolrRepositoryExtension - Class in org.springframework.data.solr.repository.cdi
-
- SolrRepositoryExtension() - Constructor for class org.springframework.data.solr.repository.cdi.SolrRepositoryExtension
-
- SolrRepositoryFactory - Class in org.springframework.data.solr.repository.support
-
- SolrRepositoryFactory(SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactory
-
- SolrRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.solr.repository.support
-
Spring
FactoryBean
implementation to ease container based configuration for XML namespace and JavaConfig.
- SolrRepositoryFactoryBean() - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
-
- SolrResultPage<T> - Class in org.springframework.data.solr.core.query.result
-
Base implementation of page holding solr response entities.
- SolrResultPage(List<T>) - Constructor for class org.springframework.data.solr.core.query.result.SolrResultPage
-
- SolrResultPage(List<T>, Pageable, long) - Constructor for class org.springframework.data.solr.core.query.result.SolrResultPage
-
- SolrServerFactory - Interface in org.springframework.data.solr.server
-
SolrServerFactory provides access to the solrj SolrServer
.
- SolrServerUtils - Class in org.springframework.data.solr.server.support
-
- SolrSimpleTypes - Class in org.springframework.data.solr.core.mapping
-
Set of type that do not need to be converted into a solr readable format
- SolrTemplate - Class in org.springframework.data.solr.core
-
- SolrTemplate(SolrServer) - Constructor for class org.springframework.data.solr.core.SolrTemplate
-
- SolrTemplate(SolrServer, String) - Constructor for class org.springframework.data.solr.core.SolrTemplate
-
- SolrTemplate(SolrServerFactory) - Constructor for class org.springframework.data.solr.core.SolrTemplate
-
- SolrTemplate(SolrServerFactory, SolrConverter) - Constructor for class org.springframework.data.solr.core.SolrTemplate
-
- sort(TermsOptions.Sort) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
-
- startingAt(GeoLocation) - Static method in class org.springframework.data.solr.core.geo.BoundingBox
-
create bounding box via builder.
- startsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
-
Crates new
Criteria.CriteriaEntry
with trailing wildcard
NOTE: Strings will not be automatically split on whitespace.
- startsWith(String...) - Method in class org.springframework.data.solr.core.query.Criteria
-
- startsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Criteria
-
- StringBasedSolrQuery - Class in org.springframework.data.solr.repository.query
-
Solr specific implementation of
RepositoryQuery
that can handle string based queries
- StringBasedSolrQuery(SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.StringBasedSolrQuery
-
- StringBasedSolrQuery(String, SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.StringBasedSolrQuery
-
- StringPageKey - Class in org.springframework.data.solr.core.query.result
-
- StringPageKey(String) - Constructor for class org.springframework.data.solr.core.query.result.StringPageKey
-
- ValueCountEntry - Class in org.springframework.data.solr.core.query.result
-
- ValueCountEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.ValueCountEntry
-
- ValueHoldingField - Interface in org.springframework.data.solr.core.query
-
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.Distance.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToGeoLocationConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.FacetOptions.FacetSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.Query.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.TermsOptions.RegexFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.TermsOptions.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.solr.core.query.UpdateAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.geo.Distance.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToGeoLocationConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.FacetOptions.FacetSort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.Query.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.TermsOptions.RegexFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.TermsOptions.Sort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.solr.core.query.UpdateAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VersionUtil - Class in org.springframework.data.solr
-
Version util uses
ClassUtils.isPresent(String)
to determine presence of certain
classes that are unique to some libraries, which allows to en-/disable some of the features in eg.