diff --git a/lucene/suggest/src/java/org/apache/lucene/search/suggest/FileDictionary.java b/lucene/suggest/src/java/org/apache/lucene/search/suggest/FileDictionary.java index 7d495182fb8..b0660a9e763 100644 --- a/lucene/suggest/src/java/org/apache/lucene/search/suggest/FileDictionary.java +++ b/lucene/suggest/src/java/org/apache/lucene/search/suggest/FileDictionary.java @@ -67,7 +67,7 @@ public class FileDictionary implements Dictionary { /** * Creates a dictionary based on an inputstream. * Using {@link #DEFAULT_FIELD_DELIMITER} as the - * field seperator in a line. + * field separator in a line. *
* NOTE: content is treated as UTF-8
*/
@@ -78,7 +78,7 @@ public class FileDictionary implements Dictionary {
/**
* Creates a dictionary based on a reader.
* Using {@link #DEFAULT_FIELD_DELIMITER} as the
- * field seperator in a line.
+ * field separator in a line.
*/
public FileDictionary(Reader reader) {
this(reader, DEFAULT_FIELD_DELIMITER);
@@ -86,7 +86,7 @@ public class FileDictionary implements Dictionary {
/**
* Creates a dictionary based on a reader.
- * Using fieldDelimiter
to seperate out the
+ * Using fieldDelimiter
to separate out the
* fields in a line.
*/
public FileDictionary(Reader reader, String fieldDelimiter) {
@@ -96,7 +96,7 @@ public class FileDictionary implements Dictionary {
/**
* Creates a dictionary based on an inputstream.
- * Using fieldDelimiter
to seperate out the
+ * Using fieldDelimiter
to separate out the
* fields in a line.
*
* NOTE: content is treated as UTF-8 diff --git a/lucene/suggest/src/java/org/apache/lucene/search/suggest/document/SuggestField.java b/lucene/suggest/src/java/org/apache/lucene/search/suggest/document/SuggestField.java index e5bdda93a6c..7f06328ee1b 100644 --- a/lucene/suggest/src/java/org/apache/lucene/search/suggest/document/SuggestField.java +++ b/lucene/suggest/src/java/org/apache/lucene/search/suggest/document/SuggestField.java @@ -38,7 +38,7 @@ import org.apache.lucene.util.BytesRef; * Besides the usual {@link org.apache.lucene.analysis.Analyzer}s, * {@link CompletionAnalyzer} * can be used to tune suggest field only parameters - * (e.g. preserving token seperators, preserving position increments + * (e.g. preserving token separators, preserving position increments * when converting the token stream to an automaton) *
*
diff --git a/solr/contrib/analytics/src/java/org/apache/solr/analytics/request/AnalyticsStats.java b/solr/contrib/analytics/src/java/org/apache/solr/analytics/request/AnalyticsStats.java
index a9cdef908a1..771aff7db5e 100644
--- a/solr/contrib/analytics/src/java/org/apache/solr/analytics/request/AnalyticsStats.java
+++ b/solr/contrib/analytics/src/java/org/apache/solr/analytics/request/AnalyticsStats.java
@@ -76,7 +76,7 @@ public class AnalyticsStats {
// Get filter to all docs
Filter filter = docs.getTopFilter();
- // Computing each Analytics Request Seperately
+ // Computing each Analytics Request Separately
for( AnalyticsRequest areq : requests ){
// The Accumulator which will control the statistics generation
// for the entire analytics request
diff --git a/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/XPathRecordReader.java b/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/XPathRecordReader.java
index 69c6c57c7c0..311215cb295 100644
--- a/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/XPathRecordReader.java
+++ b/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/XPathRecordReader.java
@@ -145,7 +145,7 @@ public class XPathRecordReader {
if (!xpath.startsWith("/"))
throw new RuntimeException("xpath must start with '/' : " + xpath);
List
* We have already enforced that the string must begin with a separator. This
* method depends heavily on how split behaves if the string starts with the
- * seperator or if a sequence of multiple separators appear.
+ * separator or if a sequence of multiple separators appear.
*/
private static List