Hi, 

I have 2 questions:

1. I am using EmbeddedSolr and using example from here:
http://wiki.apache.org/solr/EmbeddedSolr
I just noticed that there is a note there saying that the page is out of
date, is that true and if yes is there an example that uses Solrj?

2. I am using EmbeddedSolr and I see that my documents are getting added
multiple times even if I have specified the uniqueKey field. I am using Solr
1.2 and following are the relevant entries from my schema.xml:

        <field name="id" type="string" indexed="true" stored="true" 
multiValued="false" required="true"/>
 <uniqueKey>id</uniqueKey>

Please let me know what I could be doing wrong. I realize this is holiday
time though we are very close to our release date and would really
appreciate any kind of immediate help.

Thanks in advance..

-- 
View this message in context: 
http://www.nabble.com/Unique-field-and-EmbeddedSolr-issue..-tp14531010p14531010.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to