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
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
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
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
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
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..."
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