Skip navigation links
A C D E F G I N O P R S T W 

A

addField(String, String) - Method in class org.apache.gora.solr.store.SolrMapping
 

C

close() - Method in class org.apache.gora.solr.query.SolrResult
 
close() - Method in class org.apache.gora.solr.store.SolrStore
 
createSchema() - Method in class org.apache.gora.solr.store.SolrStore
 

D

DEFAULT_BATCH_SIZE - Static variable in class org.apache.gora.solr.store.SolrStore
The default batch size (ArrayList) of SolrDocuments to be used in the event of an absent value for solr.batchSize.
DEFAULT_COMMIT_WITHIN - Static variable in class org.apache.gora.solr.store.SolrStore
The default commit size of SolrDocuments to be used in the event of an absent value for solr.commitSize.
DEFAULT_MAPPING_FILE - Static variable in class org.apache.gora.solr.store.SolrStore
The default file name value to be used for obtaining the Solr object field mapping's
DEFAULT_RESULTS_SIZE - Static variable in class org.apache.gora.solr.store.SolrStore
The default results size of SolrDocuments to be used in the event of an absent value for solr.resultsSize.
DEFAULT_UNION_SCHEMA - Static variable in class org.apache.gora.solr.store.SolrStore
Default schema index with value "0" used when AVRO Union data types are stored
delete(K) - Method in class org.apache.gora.solr.store.SolrStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 
deleteSchema() - Method in class org.apache.gora.solr.store.SolrStore
 

E

escapeQueryKey(String) - Static method in class org.apache.gora.solr.store.SolrStore
 
execute(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 

F

flush() - Method in class org.apache.gora.solr.store.SolrStore
 

G

get(K, String[]) - Method in class org.apache.gora.solr.store.SolrStore
 
getCoreName() - Method in class org.apache.gora.solr.store.SolrMapping
 
getMapping() - Method in class org.apache.gora.solr.store.SolrStore
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 
getPrimaryKey() - Method in class org.apache.gora.solr.store.SolrMapping
 
getProgress() - Method in class org.apache.gora.solr.query.SolrResult
Gets the items reading progress
getSchemaName() - Method in class org.apache.gora.solr.store.SolrStore
 
getSolrField(String) - Method in class org.apache.gora.solr.store.SolrMapping
 

I

initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.solr.store.SolrStore
Initialize the data store by reading the credentials, setting the client's properties up and reading the mapping file.

N

newInstance(SolrDocument, String[]) - Method in class org.apache.gora.solr.store.SolrStore
 
newQuery() - Method in class org.apache.gora.solr.store.SolrStore
 
nextInner() - Method in class org.apache.gora.solr.query.SolrResult
Gets the next item

O

org.apache.gora.solr - package org.apache.gora.solr
This package contains Solr datastore related all classes.
org.apache.gora.solr.query - package org.apache.gora.solr.query
This package contains all the Solr store query representation class as well as Result set representing class when query is executed over the Solr dataStore.
org.apache.gora.solr.store - package org.apache.gora.solr.store
This package contains all the Solr store related classes.

P

put(K, T) - Method in class org.apache.gora.solr.store.SolrStore
 

R

readerMap - Static variable in class org.apache.gora.solr.store.SolrStore
 

S

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
The maximum number of result to return when we make a call to SolrStore.execute(Query).
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
 

T

toSolrQuery() - Method in class org.apache.gora.solr.query.SolrQuery
Create a solr query
truncateSchema() - Method in class org.apache.gora.solr.store.SolrStore
 

W

writerMap - Static variable in class org.apache.gora.solr.store.SolrStore
 
A C D E F G I N O P R S T W 
Skip navigation links

Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.