Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
Hi Vivek, Have you figure out the problem of creating the data dir in wrong location? For me its working... Just comment the data dir (in solrconfig.xml file) and create the core via REST call. It should work!!! Thanks regards Prabhu.K vivek sar wrote: Hi, I tried the

Re: Defining DataDir in Multi-Core

2009-05-19 Thread RaghavPrabhu
, RaghavPrabhu raghavprabh...@gmail.com wrote: Hi Vivek,  Have you figure out the problem of creating the data dir in wrong location?  For me its working...   Just comment the data dir (in solrconfig.xml file) and create the core via REST call. It should work!!! Thanks regards Prabhu.K

Splitting the index

2009-05-19 Thread RaghavPrabhu
Hi all, Do you have any idea about to split the index in to different data directory? If so, kindly let me know please.. Thanks regards Prabhu.K -- View this message in context: http://www.nabble.com/Splitting-the-index-tp23613882p23613882.html Sent from the Solr - User mailing list archive

Re: Splitting the index

2009-05-19 Thread RaghavPrabhu
: splitting the same index ? I don't think it is possible what is the use case? On Tue, May 19, 2009 at 4:24 PM, RaghavPrabhu raghavprabh...@gmail.com wrote: Hi all, Do you have any idea about to split the index in to different data directory? If so, kindly let me know please.. Thanks

Is it possible to modiying the indexed values?

2009-03-01 Thread RaghavPrabhu
Hi all, I am using Solr1.3 for indexing the file and its properties is to be working fine. I want to modify the some properties in the particular document. Let say, sample1.doc. Its properties are File content-type,File Size,File Modified-Date etc. I had done the index for this file with its

UniqueKey documents getting indexed multiple time

2009-01-18 Thread RaghavPrabhu
Hi all, Im updating the document in solr with uniqueKey.The problem is when i update the document in the solr with same uniqueKey, that also getting indexed.Generally, when the document having the uniqueKey which is already indexed,it should delete the old one and new one to be indexed.In my

How can i omit the illegal characters,when indexing the docs?

2009-01-02 Thread RaghavPrabhu
Hi all, I am extracting the word document using Apache POI,then generate the xml doc,which is the document that i want to indexing in the solr. The problem which i faced was,it thrown the error in the browser is shown below. HTTP Status 500 - Illegal character ((CTRL-CHAR, code 8)) at

Re: How can i indexing MS-Outlook files?

2008-12-14 Thread RaghavPrabhu
to remove the protocol headers would be needed. Otherwise - you can check with Thunderbird / OpenOffice teams to see how they parse the data when they import from MS-Outlook (if they are supported that is. ). RaghavPrabhu wrote: Hi Folks, I want to indexing MS-Outlook mails in my data

How can i indexing MS-Outlook files?

2008-12-13 Thread RaghavPrabhu
Hi Folks, I want to indexing MS-Outlook mails in my data directory.How can i perform this function? Please help me and give the solution as soon as possible. Thanks in advance Prabhu.K -- View this message in context:

Error, when i update the rich text documents such as .doc, .ppt files.

2008-12-10 Thread RaghavPrabhu
Hi all, I want to index the rich text documents like .doc, .xls, .ppt files. I had done the patch for updating the rich documents by followed the instructions in this below url. http://wiki.apache.org/solr/UpdateRichDocuments When i indexing the doc file, im getting this following error in the

Solr Core Size limit

2008-11-10 Thread RaghavPrabhu
Hi, Im using Solr multicore functionality in my app. I want to know the size limit of holding the index files in each core.How can i identify the maximum size limit of the cores. Thanks in advance Prabhu.K -- View this message in context:

How to create Dynamic core?

2008-11-10 Thread RaghavPrabhu
Hi all, I want to create dynamic cores in my app. Case Study --- 1. I want to create the number of cores, that should be based on number of employees. 2. How can i create the dynamic core for each employee? kindly let me know, if u know the solution.. Thanks in advance

Does Solr Indexing Websites possible?

2008-10-01 Thread RaghavPrabhu
Hi all, I want to enable the search functionality in my website. Can i use solr for indexing the website? Is there any option in solr.Pls let me know as soon as possible. Thanks in advance Prabhu.K -- View this message in context:

Re: Running Solr1.3 with multicore support

2008-09-30 Thread RaghavPrabhu
Hi Saurabh Bhutyani, Is it show the two core links in ur solr home page like Admin core0 Admin core1 if not,the problem is you are upgrading the solr from 1.2 to 1.3. Better stop the server delete all the floders in %Tomcat_Home%\work\Catalina\localhost location and restart it.