Re: SolrInputDocument

2016-09-28 Thread Peri Subrahmanya
document list returns in the flat form. Try looking up a child > document by ID. > > If that works, look for the child document transformer. > > Regards, > Alex > > On 29 Sep 2016 12:46 AM, "Peri Subrahmanya" > wrote: > > Sorry Erick, > >

Re: SolrInputDocument

2016-09-28 Thread Peri Subrahmanya
e to zero information here to help diagnose your issue. > You might review: > > http://wiki.apache.org/solr/UsingMailingLists > > Best, > Erick > > On Wed, Sep 28, 2016 at 10:32 AM, Peri Subrahmanya > wrote: >> Hi All, >> >> I have

SolrInputDocument

2016-09-28 Thread Peri Subrahmanya
Hi All, I have a simple case of indexing a SolrInputDocument with few ChildSolrInputDocumnets. For some reason, the child documents aren’t getting indexed. Is there any setting in the schema or config.xml that needs to be updated? Thanks -Peri Subrahmanya

DataImport-Solr6: Nested Entities

2016-08-18 Thread Peri Subrahmanya
Hi, I have a simple one-to-many relationship setup in the data-import.xml and when I try to index it using the dataImportHandler, Solr complains of “no unique id found”. managed-schema.xml id solrconfig,xml: id data-import.xml

Indexing multiple cores simultaneously

2015-10-25 Thread Peri Subrahmanya
Hi, I wanted to check if the following would work; 1. Spawn n threads 2. Create n-cores 3. Index n records simultaneously in n-cores 4. Merge all core indexes into a single master core I have been able to successfully do this for 5 threads (5 cores) with 1000 documents each. However, I wanted

Sorting on multi-valued field

2015-02-24 Thread Peri Subrahmanya
All, Is there a way sorting can work on a multi-valued field or does it always have to be “false” for it to work. Thanks -Peri *** DISCLAIMER *** This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in de

Re: Parallel Indexing

2014-12-22 Thread Peri Subrahmanya
DataImportHandler? What's you DB schema is briefly? >> Frankly speaking, there are few approaches to handle indexing concurrently, >> details depends on the details mentioned above. >> >> On Mon, Dec 22, 2014 at 5:54 PM, Peri Subrahmanya < >> peri.subrahma...@htcinc.

Parallel Indexing

2014-12-22 Thread Peri Subrahmanya
Hi, We have millions of records in our db that we do a complete re-index of every fortnight or so. It takes around 11 hours or so and I was wondering if there was a way to fetch the records in batches parallel and issue the solr http command with the solr docs in parallel. Please let me know.

Re: EmbeddedSolrServer

2013-05-02 Thread Peri Subrahmanya
I actually have a maven project with a declared solrj dependency (4.2.1); Do I need anything extra to get rid of the Zookeeper exception? I didn't see jars specific to zookeeper in the list below that I would need. Any more ideas please? Thank you, Peri Subrahmanya On May 2, 2013, at 4:

EmbeddedSolrServer

2013-05-01 Thread Peri Subrahmanya
I get the following exception - java.lang.NoClassDefFoundError: org/apache/solr/common/cloud/ZooKeeperException. I m not sure why its complaining about ZooKeeper. Any ideas please? Thank you, Peri Subrahmanya *** DISCLAIMER *** This is a PRIVATE message. If you are not the intended recipient, ple

Re: Indexing DB

2013-04-27 Thread Peri Subrahmanya
I fixed it by setting the batchSize="-1" in the db-config.xml. Apparently the default fetch size of 500 rows is not honored by some of the db drivers. I was using MySQL server. Thank you, Peri Subrahmanya On 4/27/13 1:20 PM, "Peri Subrahmanya" wrote: >I hooked up the

Indexing DB

2013-04-27 Thread Peri Subrahmanya
I hooked up the dataimorthandler to my db which has around 15M records. When I run the full-imoport, its erroring out with java heap space message. Is there something I need to configure? Thank you, Peri Subrahmanya On 4/27/13 3:53 AM, "Mohsen Saboorian" wrote: >I have a So

DataImportHandler - Indexing xml content

2013-04-26 Thread Peri Subrahmanya
I have a column in my database that is of type long text and holds xml content. I was wondering when I define the entity record is there a way to provide a custom extractor that will take in the xml and return rows with appropriate fields to be indexed. Thank you, Peri Subrahmanya On 4/26/13

SOLR Install

2013-04-24 Thread Peri Subrahmanya
I m trying to use solr as part of another maven based web application. I m not sure how to wire the two war files. Any help please? I found this documentation in SOLR but unsure how to go about it. Thank you, Peri Subrahmanya On 4/24/13 12:52 PM, "Michael Della Bitta&qu