Uses of Interface
org.apache.solr.client.solrj.request.RequestWriter.ContentWriter
Packages that use RequestWriter.ContentWriter
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr requests.
Allows sending of requests using Solr's JSON query/faceting API
Convenience classes for making Schema API requests.
-
Uses of RequestWriter.ContentWriter in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return RequestWriter.ContentWriterModifier and TypeMethodDescriptionSolrRequest.getContentWriter(String expectedType) If a request object wants to do a push write, implement this method. -
Uses of RequestWriter.ContentWriter in org.apache.solr.client.solrj.request
Classes in org.apache.solr.client.solrj.request that implement RequestWriter.ContentWriterFields in org.apache.solr.client.solrj.request declared as RequestWriter.ContentWriterMethods in org.apache.solr.client.solrj.request that return RequestWriter.ContentWriterModifier and TypeMethodDescriptionAliasesApi.CreateAlias.getContentWriter(String _expectedTypeIGNORE) AliasPropertiesApi.CreateOrUpdateAliasProperty.getContentWriter(String _expectedTypeIGNORE) AliasPropertiesApi.UpdateAliasProperties.getContentWriter(String _expectedTypeIGNORE) ClusterApi.BalanceReplicas.getContentWriter(String _expectedTypeIGNORE) ClusterApi.MigrateReplicas.getContentWriter(String _expectedTypeIGNORE) ClusterPropertiesApi.CreateOrUpdateClusterProperty.getContentWriter(String _expectedTypeIGNORE) ClusterPropertiesApi.CreateOrUpdateNestedClusterProperty.getContentWriter(String _expectedTypeIGNORE) CollectionBackupsApi.CreateCollectionBackup.getContentWriter(String _expectedTypeIGNORE) CollectionBackupsApi.GarbageCollectUnusedBackupFiles.getContentWriter(String _expectedTypeIGNORE) CollectionBackupsApi.RestoreCollection.getContentWriter(String _expectedTypeIGNORE) CollectionPropertiesApi.CreateOrUpdateCollectionProperty.getContentWriter(String _expectedTypeIGNORE) CollectionsApi.BalanceShardUnique.getContentWriter(String _expectedTypeIGNORE) CollectionsApi.CreateCollection.getContentWriter(String _expectedTypeIGNORE) CollectionsApi.ReloadCollection.getContentWriter(String _expectedTypeIGNORE) CollectionsApi.RenameCollection.getContentWriter(String _expectedTypeIGNORE) CollectionSnapshotsApi.CreateCollectionSnapshot.getContentWriter(String _expectedTypeIGNORE) ConfigSetAdminRequest.Upload.getContentWriter(String expectedType) ConfigsetsApi.CloneExistingConfigSet.getContentWriter(String _expectedTypeIGNORE) ConfigsetsApi.UploadConfigSet.getContentWriter(String _expectedTypeIGNORE) ConfigsetsApi.UploadConfigSetFile.getContentWriter(String _expectedTypeIGNORE) ContentStreamUpdateRequest.getContentWriter(String expectedType) CoreBackupsApi.CreateBackup.getContentWriter(String _expectedTypeIGNORE) CoresApi.CreateCore.getContentWriter(String _expectedTypeIGNORE) CoresApi.InstallCoreData.getContentWriter(String _expectedTypeIGNORE) CoresApi.MergeIndexes.getContentWriter(String _expectedTypeIGNORE) CoresApi.RenameCore.getContentWriter(String _expectedTypeIGNORE) CoresApi.RestoreCore.getContentWriter(String _expectedTypeIGNORE) CoresApi.SwapCores.getContentWriter(String _expectedTypeIGNORE) CoresApi.UnloadCore.getContentWriter(String _expectedTypeIGNORE) DocumentAnalysisRequest.getContentWriter(String expectedType) FileStoreApi.UploadFile.getContentWriter(String _expectedTypeIGNORE) GenericSolrRequest.getContentWriter(String expectedType) JavaBinRequestWriter.getContentWriter(SolrRequest<?> req) LoggingApi.ModifyLocalLogLevel.getContentWriter(String _expectedTypeIGNORE) LoggingApi.SetMessageThreshold.getContentWriter(String _expectedTypeIGNORE) MultiContentWriterRequest.getContentWriter(String expectedType) NodeApi.DeleteNode.getContentWriter(String _expectedTypeIGNORE) NodeApi.ReplaceNode.getContentWriter(String _expectedTypeIGNORE) QueryingApi.JsonQuery.getContentWriter(String _expectedTypeIGNORE) ReplicaPropertiesApi.AddReplicaProperty.getContentWriter(String _expectedTypeIGNORE) ReplicasApi.CreateReplica.getContentWriter(String _expectedTypeIGNORE) ReplicasApi.DeleteReplicasByCountAllShards.getContentWriter(String _expectedTypeIGNORE) abstract RequestWriter.ContentWriterRequestWriter.getContentWriter(SolrRequest<?> req) To be implemented by subclasses to serialize update requests into the appropriate format.SchemaApi.AddDynamicField.getContentWriter(String _expectedTypeIGNORE) SchemaApi.AddField.getContentWriter(String _expectedTypeIGNORE) SchemaApi.AddFieldType.getContentWriter(String _expectedTypeIGNORE) SchemaApi.BulkSchemaModification.getContentWriter(String _expectedTypeIGNORE) ShardsApi.CreateShard.getContentWriter(String _expectedTypeIGNORE) ShardsApi.InstallShardData.getContentWriter(String _expectedTypeIGNORE) StreamingUpdateRequest.getContentWriter(String expectedType) V2Request.getContentWriter(String s) XMLRequestWriter.getContentWriter(SolrRequest<?> req) Methods in org.apache.solr.client.solrj.request with parameters of type RequestWriter.ContentWriterModifier and TypeMethodDescriptionGenericSolrRequest.setContentWriter(RequestWriter.ContentWriter contentWriter) Constructors in org.apache.solr.client.solrj.request with parameters of type RequestWriter.ContentWriterModifierConstructorDescriptionStreamingUpdateRequest(String path, RequestWriter.ContentWriter contentWriter) -
Uses of RequestWriter.ContentWriter in org.apache.solr.client.solrj.request.json
Classes in org.apache.solr.client.solrj.request.json that implement RequestWriter.ContentWriterMethods in org.apache.solr.client.solrj.request.json that return RequestWriter.ContentWriterModifier and TypeMethodDescriptionDirectJsonQueryRequest.getContentWriter(String expectedType) JsonQueryRequest.getContentWriter(String expectedType) -
Uses of RequestWriter.ContentWriter in org.apache.solr.client.solrj.request.schema
Methods in org.apache.solr.client.solrj.request.schema that return RequestWriter.ContentWriter