Hello Cveres.

I know you said the IDs are unique, but having a look at your config,
your id is defined as
CONCAT(CAST('${book_chapter.title}' AS CHAR),'-',CAST(chapter AS
CHAR)) as solr_id

There are many books out there with the same title and most of them
have a chapter titled "Introduction".
So, your solr_id may or may not be unique depending on your data.

It may help if you have a database  view that would hide the complex
queries  from solr.

You may also want to start with something simpler, a single entity and
see how it goes, then add the rest.

Thanks.

Arcadius.




On 23 February 2013 10:43, cveres <csabave...@me.com> wrote:
> Thanks Gora. I do not have optimise automatically enabled, but I am new to
> Solr so I am not 100% familiar with all the steps that go on.
>
> I will try your suggestion, but I was hoping first that I could get the data
> straight from Solr.
>
> thanks, Csaba
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4042426.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to