public class HebrewQueryParserTest
{
@Test
public void ParsesAcronymsCorrectly() throws ParseException, IOException {
QueryParser qp = new HebrewQueryParser(Version.LUCENE_46, "f", new SimpleAnalyzer(Version.LUCENE_46, HSpellLoader.readDefaultPrefixes()));
qp.parse("צה\"ל");
qp.parse("\"צהל\"");
qp.parse("כל הכבוד לצה\"ל");
qp.parse("\"כל הכבוד לצה\"ל\"");
qp.parse("\"כל הכבוד\" לצה\"ל");