List of usage examples for org.apache.solr.common SolrInputDocument subclass-usage
From source file eu.prestoprime.search.util.P4IndexDocument.java
@Deprecated public class P4IndexDocument extends SolrInputDocument { private static final long serialVersionUID = 1L; public P4IndexDocument() {
From source file org.bigsolr.hadoop.SolrInputRecord.java
public class SolrInputRecord extends SolrInputDocument implements Writable { private static Logger log = Logger.getLogger(SolrInputRecord.class); @Override public void write(DataOutput out) throws IOException {
From source file org.wso2.extension.siddhi.store.solr.beans.SiddhiSolrDocument.java
/** * This represents a Solr document which is created from a DAL record. */ public class SiddhiSolrDocument extends SolrInputDocument { private static final long serialVersionUID = -2176046055014616443L;
From source file org.xwiki.search.solr.internal.metadata.LengthSolrInputDocument.java
/**
* Extended SolrInputDocument with calculated size.
*
* @version $Id: 64fc5426519c3ec69fc28ad2fe5dfac781e6d1c6 $
* @since 5.1M2
*/