- schemaExists() - Method in class org.apache.gora.solr.store.SolrStore
-
- setCoreName(String) - Method in class org.apache.gora.solr.store.SolrMapping
-
- setPrimaryKey(String) - Method in class org.apache.gora.solr.store.SolrMapping
-
- SOLR_BATCH_SIZE_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
A batch size unit (ArrayList) of SolrDocument's to be used for writing to Solr.
- SOLR_COMMIT_WITHIN_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
A batch commit unit for SolrDocument's used when making (commit) calls to Solr.
- SOLR_CONFIG_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
The solrconfig.xml file to be used - defined in gora.properties
- SOLR_RESULTS_SIZE_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
- SOLR_SCHEMA_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
The schema.xml file to be used - defined in gora.properties
- SOLR_SERVER_PASSWORD - Static variable in class org.apache.gora.solr.store.SolrStore
-
Solr client password.
- SOLR_SERVER_USER_AUTH - Static variable in class org.apache.gora.solr.store.SolrStore
-
Whether to use secured Solr client or not.
- SOLR_SERVER_USERNAME - Static variable in class org.apache.gora.solr.store.SolrStore
-
Solr client username.
- SOLR_SOLRJSERVER_IMPL - Static variable in class org.apache.gora.solr.store.SolrStore
-
The solrj implementation to use.
- SOLR_URL_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
-
The URL of the Solr server - defined in gora.properties
- SolrMapping - Class in org.apache.gora.solr.store
-
Mapping definitions for Solr.
- SolrMapping() - Constructor for class org.apache.gora.solr.store.SolrMapping
-
- SolrQuery<K,T extends org.apache.gora.persistency.impl.PersistentBase> - Class in org.apache.gora.solr.query
-
Solr specific implementation of the Query interface.
- SolrQuery() - Constructor for class org.apache.gora.solr.query.SolrQuery
-
Constructor for the query
- SolrQuery(DataStore<K, T>) - Constructor for class org.apache.gora.solr.query.SolrQuery
-
Constructor for the query
- SolrResult<K,T extends org.apache.gora.persistency.impl.PersistentBase> - Class in org.apache.gora.solr.query
-
SolrResult specific implementation of the Result
interface.
- SolrResult(DataStore<K, T>, Query<K, T>, SolrClient, int) - Constructor for class org.apache.gora.solr.query.SolrResult
-
Constructor for the result set
- SolrStore<K,T extends org.apache.gora.persistency.impl.PersistentBase> - Class in org.apache.gora.solr.store
-
Implementation of a Solr data store to be used by gora.
- SolrStore() - Constructor for class org.apache.gora.solr.store.SolrStore
-