That's because deleting a document simply marks it as deleted,
it doesn't really do much else with it, all that work is deferred
to the optimize step as you've found.

But deleted documents will NOT be found even though the
admin page shows their terms still in the index.

Best
Erick

On Tue, Jul 6, 2010 at 1:20 PM, Kumaravel Kandasami <
kumaravel.kandas...@gmail.com> wrote:

> FYI - optimise() operations solved the issue.
>
>
> Kumar    _/|\_
> www.saisk.com
> ku...@saisk.com
> "making a profound difference with knowledge and creativity..."
>
>
> On Tue, Jul 6, 2010 at 11:47 AM, Kumaravel Kandasami <
> kumaravel.kandas...@gmail.com> wrote:
>
> > BTW, Using SOLRJ - javabin api.
> >
> >
> >
> > Kumar    _/|\_
> > www.saisk.com
> > ku...@saisk.com
> > "making a profound difference with knowledge and creativity..."
> >
> >
> > On Tue, Jul 6, 2010 at 11:43 AM, Kumaravel Kandasami <
> > kumaravel.kandas...@gmail.com> wrote:
> >
> >> Hi,
> >>
> >>    How to delete the terms associated with the document ?
> >>
> >> Current scenario: We are deleting documents based on a query
> >> ('field:value').
> >> The documents are getting deleted, however, the old terms associated to
> >> the field are displayed in the admin.
> >>
> >> How do we make SOLR to re-evaluate and update the terms associated to a
> >> specific fields or latest updated document ?
> >>
> >> (I am assuming we are missing some api calls .)
> >>
> >> Thank you.
> >>
> >>
> >> Kumar    _/|\_
> >> www.saisk.com
> >> ku...@saisk.com
> >> "making a profound difference with knowledge and creativity..."
> >>
> >
> >
>

Reply via email to