Re: How to Split Index file.

2010-01-08 Thread kalidoss
Thanks Koji, http://wiki.apache.org/solr/MergingSolrIndexes -this will be useful for merge 2 different indexes, am looking for a tool like to Split a Index directory by 2. Kalidoss.m, Koji Sekiguchi wrote: kalidoss wrote: Hi, I would like to split the existing index by 2 index

How to Split Index file.

2010-01-07 Thread kalidoss
Hi, I would like to split the existing index by 2 index, ( inverse of merge index function). My index directory size around 20G and 10 Million documents. -Kalidoss.m, Get your world in your inbox! Mail, widgets, documents, spreadsheets, organizer and much more with your Sifymail WI

Query on Cache size.

2009-12-14 Thread kalidoss
Hi, We have enabled the query result cache, its 512 entries, we have calculated the size used for cache : page size about 1000bytes, (1000*512)/1024/1024 = .48MB If we increase the cache count to 10 then the memory used for cache about. (1000*10)/1024/1024 = 96MB

Re: Hi. What Configuration we require?

2009-12-09 Thread kalidoss
? -Kalidoss.m, Shalin Shekhar Mangar wrote: On Wed, Dec 9, 2009 at 5:36 PM, kalidoss < kalidoss.muthuramalin...@sifycorp.com> wrote: Hi To run a Solr-1.3.0 with Data/index directory size of 11GB, 80 lakhs documents and 11 lakhs read request and 30 thousand writes. Every month 200mb of index dir

Re: Hi. What Configuration we require?

2009-12-09 Thread kalidoss
solr as Stable. Thanks, Kalidoss.m, kalidoss wrote: Hi To run a Solr-1.3.0 with Data/index directory size of 11GB, 80 lakhs documents and 11 lakhs read request and 30 thousand writes. Every month 200mb of index directory size getting increase. Please suggest me. What type of

Hi. What Configuration we require?

2009-12-09 Thread kalidoss
Hi To run a Solr-1.3.0 with Data/index directory size of 11GB, 80 lakhs documents and 11 lakhs read request and 30 thousand writes. Every month 200mb of index directory size getting increase. Please suggest me. What type of configuration(CPU, Ram, hard disk) server require to make the s

Re: latency in solr response is observed after index is updated

2009-12-01 Thread kalidoss
r u using solr-config for committing the document? bharath venkatesh wrote: Hi, We are observing latency (some times huge latency upto 10-20 secs) in solr response after index is updated . whats the reason of this latency and how can it be minimized ? Note: our index size is pretty larg

Re: Upgrade to solr 1.4

2009-11-20 Thread kalidoss
In version 1.3 EventDate field type is date, In 1.4 also its date But we are getting the following error. name="EventDate">ERROR:SCHEMA-INDEX-MISMATCH,stringValue=2008-05-16T07:19:28 -kalidoss.m, kalidoss wrote: Even i want to upgrade from v1.3 to 1.4 I did 1.3 index directory

Re: Upgrade to solr 1.4

2009-11-20 Thread kalidoss
Even i want to upgrade from v1.3 to 1.4 I did 1.3 index directory replace with 1.4 and associated schema changes in that. Its throwing lot of exception like datatype mismatch with Integer, String, Date, etc. Even the results are coming with some error example: "name="Alias">ERROR:SCHEMA-INDEX

Re: Solr - Load Increasing.

2009-11-20 Thread kalidoss
, just a bit of network traffic. Otis -- Sematext is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: kalidoss To: solr-user@lucene.apache.org Sent: Wed, November 18, 2009 2:25:05 AM Subject: Re: Solr

Re: Solr - Load Increasing.

2009-11-17 Thread kalidoss
IMA, NLP, NER, IR - Original Message From: kalidoss To: solr-user@lucene.apache.org Sent: Mon, November 16, 2009 9:11:21 AM Subject: Solr - Load Increasing. Hi All. My server solr box cpu utilization increasing b/w 60 to 90% and some time

Solr - Load Increasing.

2009-11-16 Thread kalidoss
Hi All. My server solr box cpu utilization increasing b/w 60 to 90% and some time solr is getting down and we are restarting it manually. No of documents in solr 30 laks. No of add/update requrest solr 30 thousand / day. Avg of every 30 minutes around 500 writes. No of search re

Have query on wildchar.

2009-03-23 Thread Kalidoss MM
Hi, In my schema, I have Tags, AdTags and am giving the search like. ?q=(Tags: anton* and AdTags: Funn*) my schema query parser is : So Is it required to give the 'and' in the query?? Is yes is there any difference b/w giving 'AND' & 'and' (case sensitive), Please let me know. When am giving

query on defaultSearchField?

2009-03-11 Thread Kalidoss MM
Hi, 1) Can i give by default defaultSearchField with multiple field values as like text, Tag, Category Or should i use Thanks, Kalidoss.m,

Re: Unified search of relational data on Solr?

2009-02-19 Thread Kalidoss MM
that you only wish > to read the image details > --Noble > > On Thu, Feb 19, 2009 at 12:31 PM, Kalidoss MM > wrote: > > Even in my case, we cant make it flattern, Bcoz we are managing total > image > > gallery information in Solr, So image gallery contains aroung 20

Re: Unified search of relational data on Solr?

2009-02-18 Thread Kalidoss MM
Even in my case, we cant make it flattern, Bcoz we are managing total image gallery information in Solr, So image gallery contains aroung 20 images also with image descrption, thumbnail info, width, height, etc also we want to store/update the stats along with image gallery, If we flatten the xml,

Re: Data Directory Sync.

2009-02-18 Thread Kalidoss MM
Hi, I think i can use http://wiki.apache.org/solr/MergingSolrIndexes - to index two different solr index directory?? Thanks, kalidoss.m, On Thu, Jan 29, 2009 at 8:57 PM, Noble Paul നോബിള്‍ नोब्ळ् < noble.p...@gmail.com> wrote: > On Thu, Jan 29, 2009 at 7:27 PM, Kalidoss MM > w

Data Normalization in Solr.

2009-02-17 Thread Kalidoss MM
Hi, I want to store normalized data into Solr, example am spliting personal information datas(fname, lname, mname) as one solr record, Address (personal, office) as another record in Solr. the id is different 123212_name, 123212_add, Now, some case i require both personal and

Data Directory Sync.

2009-01-29 Thread Kalidoss MM
Hi, I have a requirement like, There is a running solr and having around 10K records indexed in it. Now i have to index another set of 30K records? The 10K data already in live, And i dont have an option to insert that 30K records in live, Is there any way to run the solr in

Datemath Now is UST or IST?

2009-01-26 Thread Kalidoss MM
Hi, We use Solr1.3 and indexed some of our date fields in the format '1995-12-31T23:59:59Z' and as we know this is a UTC date. But we do want to index the date in IST which is +05:30hours so that extra conversion from UTC to IST across all our application is avoided. How to do that? And we have

Re: Does search query return specific result.?

2009-01-08 Thread Kalidoss MM
Any update on this?? Please let me know? On Thu, Jan 8, 2009 at 3:34 PM, Kalidoss MM wrote: > Hi, > > We are trying to implement an auto-suggest feature in our application that > uses Solr as the core engine for search. > > The XML is structured as follows: > >

Does search query return specific result.?

2009-01-08 Thread Kalidoss MM
Hi, We are trying to implement an auto-suggest feature in our application that uses Solr as the core engine for search. The XML is structured as follows: QLrKnirLDEo9DThnL2h Description Cat1 Cat2 Kalidoss Kaling Soundoss We transform the same in solr understandable

Re: Issue with Java Client code

2009-01-05 Thread Kalidoss MM
, Erik Hatcher wrote: > > On Jan 5, 2009, at 7:33 AM, Kalidoss MM wrote: > >> We have created a Java EmbeddedSolrServer Client Code, I can able to >> add, delete, update the Solr content - At the same time i cant able to >> search the updated conente from the Run

Issue with Java Client code

2009-01-05 Thread Kalidoss MM
Hi, We have created a Java EmbeddedSolrServer Client Code, I can able to add, delete, update the Solr content - At the same time i cant able to search the updated conente from the Running Solr client(jetty) web interface. My requirement is, All search need to happen from/by running web S

Subscribe Me

2009-01-05 Thread kalidoss
Thanks, kalidoss.m, ** DISCLAIMER ** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt f