Tried following their tutorial for plugging zoie into solr: http://snaprojects.jira.com/wiki/display/ZOIE/Zoie+Server
It appears it only allows you to search on documents after you do a commit? Am I missing something here, or does plugin not doing anything. Their tutorial tells you to do a commit when you index the docs: curl http://localhost:8983/solr/update/csv?commit=true --data-binary @books.csv -H 'Content-type:text/plain; charset=utf-8' When I don't do the commit, I cannot search the documents I've indexed. Thanks, Brad On 9 March 2010 23:34, Don Werve <d...@madwombat.com> wrote: > 2010/3/9 Shalin Shekhar Mangar <shalinman...@gmail.com> > > > I think Don is talking about Zoie - it requires a long uniqueKey. > > > > Yep; we're using UUIDs. >