.getSnipplets().get(0));
}
@Test
public void testTermsQuery() {
TermsQuery query = SimpleTermsQuery.queryBuilder().fields("name").build();
ExampleSolrBean bean1 = new ExampleSolrBean("id-1", "one two three", null);
ExampleSolrBean bean2 = new ExampleSolrBean("id-2", "two three", null);
ExampleSolrBean bean3 = new ExampleSolrBean("id-3", "three", null);