Deleting Terms:

2010-07-06 Thread Kumaravel Kandasami
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

Re: Deleting Terms:

2010-07-06 Thread Kumaravel Kandasami
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

Re: Deleting Terms:

2010-07-06 Thread Kumaravel Kandasami
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

Design Question - Dynamic Field Names (*)

2010-01-15 Thread Kumaravel Kandasami
Need to your suggestion in best designing the following requirement. - We have two indexes. Index 1: "name_index", Fields: "id" - indexed, not stored "field_name" - indexed, stored. Index 2: "trans_index', Fields(Dynamic Schema): "id" - indexed, not stored "*" - indexed, stored. (Dynamic field

Re: Design Question - Dynamic Field Names (*)

2010-01-19 Thread Kumaravel Kandasami
difference with knowledge and creativity..." On Tue, Jan 19, 2010 at 1:33 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Sat, Jan 16, 2010 at 3:33 AM, Kumaravel Kandasami < > kumaravel.kandas...@gmail.com> wrote: > > > Need to your suggestion in best de

Retrieve Field Names:

2010-01-24 Thread Kumaravel Kandasami
How to retrieve field names from the dynamic schema in the client side program ? Any links or reference would be helpful. (Similar to the schema browser on the SOLR admin screen.) Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..."

Re: Complex relational values

2010-03-26 Thread Kumaravel Kandasami
I would represent each "item" element as a document, and each attribute as the fields of the document. if the field names are not known upfront, you could create 'dynamic fields'. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On