2011/5/27 Denis Kuzmenok <forward...@ukr.net>:
> Hi.
>
> I  have  and  indexed  database  which  is indexed few times a day and
> contain  tinyint  flag  (like is_enabled, is_active, etc), and content
> isn't changed too often, but flags are.
> So  if i index via post.jar only flags then entire document is deleted
> and there's only unique key and flags.
> Is  there  any  way  to  index  certain columns, and not to change all
> document?
[...]

Not with 1.4, but apparently there is a patch for trunk. Not
sure if it is in 3.1.

If you are on 1.4, you could first query Solr to get the data
for the document to be changed, change the modified values,
and make a complete XML, including all fields, for post.jar.

Regards,
Gora

Reply via email to