You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2016/05/23 15:43:29 UTC

[4/4] gora git commit: Merge branch 'GORA-477', this closes #64

Merge branch 'GORA-477', this closes #64


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/9361023d
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/9361023d
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/9361023d

Branch: refs/heads/master
Commit: 9361023d62817926fbba612782225021e0a2865d
Parents: f5a6d84 32b93d8
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Mon May 23 08:48:31 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Mon May 23 08:48:31 2016 -0700

----------------------------------------------------------------------
 gora-solr-5/pom.xml                             | 275 +++++++
 .../org/apache/gora/solr/query/SolrQuery.java   |  62 ++
 .../org/apache/gora/solr/query/SolrResult.java  | 103 +++
 .../org/apache/gora/solr/store/SolrMapping.java |  55 ++
 .../org/apache/gora/solr/store/SolrStore.java   | 794 +++++++++++++++++++
 gora-solr-5/src/test/conf/gora-solr-mapping.xml |  40 +
 gora-solr-5/src/test/conf/gora.properties       |  21 +
 gora-solr-5/src/test/conf/log4j.properties      |  35 +
 .../solr/Employee/conf/lang/stopwords_en.txt    |  54 ++
 .../test/conf/solr/Employee/conf/protwords.txt  |  21 +
 .../src/test/conf/solr/Employee/conf/schema.xml |  45 ++
 .../test/conf/solr/Employee/conf/solrconfig.xml | 107 +++
 .../test/conf/solr/Employee/conf/stopwords.txt  |  14 +
 .../test/conf/solr/Employee/conf/synonyms.txt   |  29 +
 .../solr/WebPage/conf/lang/stopwords_en.txt     |  54 ++
 .../test/conf/solr/WebPage/conf/protwords.txt   |  21 +
 .../src/test/conf/solr/WebPage/conf/schema.xml  |  46 ++
 .../test/conf/solr/WebPage/conf/solrconfig.xml  | 107 +++
 .../test/conf/solr/WebPage/conf/stopwords.txt   |  14 +
 .../test/conf/solr/WebPage/conf/synonyms.txt    |  29 +
 .../test/conf/solr/collection1/conf/schema.xml  |  32 +
 .../conf/solr/collection1/conf/solrconfig.xml   | 113 +++
 .../test/conf/solr/collection1/core.properties  |   1 +
 gora-solr-5/src/test/conf/solr/solr.xml         |  69 ++
 gora-solr-5/src/test/conf/solr/zoo.cfg          |  17 +
 .../apache/gora/solr/GoraSolrTestDriver.java    | 101 +++
 .../apache/gora/solr/store/TestSolrStore.java   |  56 ++
 gora-solr/pom.xml                               |  12 +-
 pom.xml                                         | 114 ++-
 29 files changed, 2377 insertions(+), 64 deletions(-)
----------------------------------------------------------------------