All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plumelog.core.lucene.QueryRs Maven / Gradle / Ivy

The newest version!
package com.plumelog.core.lucene;

import java.util.List;
import java.util.Map;

public class QueryRs {


    private Long total;
    private List> hits;

    public Long getTotal() {
        return total;
    }

    public void setTotal(Long total) {
        this.total = total;
    }

    public List> getHits() {
        return hits;
    }

    public void setHits(List> hits) {
        this.hits = hits;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy