fix a bunch of typos

This commit is contained in:
Ivan Masár
2012-12-06 14:50:54 +01:00
parent 9566760346
commit 6877ab67a6
53 changed files with 186 additions and 187 deletions

View File

@@ -1277,7 +1277,7 @@ public class SolrLogger
public static void shardSolrIndex() throws IOException, SolrServerException {
/*
Start by faceting by year so we can include each year in a seperate core !
Start by faceting by year so we can include each year in a separate core !
*/
SolrQuery yearRangeQuery = new SolrQuery();
yearRangeQuery.setQuery("*:*");