No, the implementation was very specific to my needs.
On 5/27/2013 8:28 AM, Alexandre Rafalovitch wrote:
> You did not open source it by any chance? :-)
>
> Regards,
>Alex.
; 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 on
with best Regards
> Mark
>
>
>
>
> -Ursprüngliche Nachricht-
> Von: Erick Erickson [mailto:erickerick...@gmail.com]
> Gesendet: Donnerstag, 23. Mai 2013 14:11
> An: solr-user@lucene.apache.org
> Betreff: Re: index multiple files into one index entity
>
&g
etreff: Re: index multiple files into one index entity
I just skimmed your post, but I'm responding to the last bit.
If you have defined as "id" in schema.xml then no, you cannot have
multiple documents with the same ID.
Whenever a new doc comes in it replaces the old doc with tha
I just skimmed your post, but I'm responding to the last bit.
If you have defined as "id" in schema.xml then
no, you cannot have multiple documents with the same ID.
Whenever a new doc comes in it replaces the old doc with that ID.
You can remove the definition and do what you want,
but there a
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 {
...