spelling errors corrected

Former-commit-id: bf7ed2bf57b54a1acc916945963d07c0bb8f6675
This commit is contained in:
Jeremy Long
2013-02-17 07:46:10 -05:00
parent 1165c11d2d
commit 7220a2ca46
9 changed files with 13 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ public class FieldAnalyzerTest {
assertEquals("Did not find 1 document?", 1, hits.length);
searchAnalyzerProduct.clear(); //ensure we don't have anything left over from the previuos search.
searchAnalyzerProduct.clear(); //ensure we don't have anything left over from the previous search.
searchAnalyzerVendor.clear();
querystr = "product:(Apache Struts) vendor:(Apache)";
Query q2 = parser.parse(querystr);