Hello Erick,
Thank you for your fast answer.
Maybe I don't exclaim my question clearly.
I want index many files to one index entity. I will use the same behavior as
any other multivalued field which can indexed to one unique id.
So I think every ContentStreamUpdateRequest represent one index enti
Hello solr team,
I want to index multiple fields into one solr index entity, with the same id.
We are using solr 4.1
I try it with following source fragment:
public void addContentSet(ContentSet contentSet) throws
SearchProviderException {
...