Search in sources :

Example 16 with SimpleQuery

use of org.springframework.data.solr.core.query.SimpleQuery in project nixmash-blog by mintster.

the class SolrProductTests method tearDown.

@After
public void tearDown() {
    Query query = new SimpleQuery(new SimpleStringCriteria("cat:test*"));
    solrOperations.delete(query);
    solrOperations.commit();
}
Also used : SimpleQuery(org.springframework.data.solr.core.query.SimpleQuery) Query(org.springframework.data.solr.core.query.Query) SimpleQuery(org.springframework.data.solr.core.query.SimpleQuery) SimpleStringCriteria(org.springframework.data.solr.core.query.SimpleStringCriteria) After(org.junit.After)

Aggregations

SimpleQuery (org.springframework.data.solr.core.query.SimpleQuery)16 Query (org.springframework.data.solr.core.query.Query)14 SimpleStringCriteria (org.springframework.data.solr.core.query.SimpleStringCriteria)10 PostDoc (com.nixmash.blog.solr.model.PostDoc)8 IPostDoc (com.nixmash.blog.solr.model.IPostDoc)5 Post (com.nixmash.blog.jpa.model.Post)4 Criteria (org.springframework.data.solr.core.query.Criteria)4 Before (org.junit.Before)3 Test (org.junit.Test)3 Product (com.nixmash.blog.solr.model.Product)2 After (org.junit.After)2 Transactional (org.springframework.transaction.annotation.Transactional)2 GeoLocationException (com.nixmash.blog.solr.exceptions.GeoLocationException)1 ArrayList (java.util.ArrayList)1 Ignore (org.junit.Ignore)1 PageRequest (org.springframework.data.domain.PageRequest)1 Distance (org.springframework.data.geo.Distance)1 Point (org.springframework.data.geo.Point)1 FacetFieldEntry (org.springframework.data.solr.core.query.result.FacetFieldEntry)1