Re: Solr Indexing MAX FILE LIMIT

2012-11-14 Thread mitra
Thank you eric I didnt know that we could write a Java class for it , can you provide me with some info on how to Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-MAX-FILE-LIMIT-tp4019952p4020407.html Sent from the Solr - User mailing list archive at

Solr Indexing MAX FILE LIMIT

2012-11-13 Thread mitra
Hello Guys Im using Apache solr 3.6.1 on tomcat 7 for indexing csv files using curl on windows machine ** My question is that what would be the max csv file size limit when doing a HTTP POST or while using the following curl command curl http://localhost:8080/solr/update/csv -F

RE: Solr Indexing MAX FILE LIMIT

2012-11-13 Thread mitra
Thankyou *** I understand that the default size for HTTP POST in tomcat is 2mb can we change that somehow so that i dont need to split the 10gb csv into 2mb chunks curl http://localhost:8080/solr/update/csv -F stream.file=D:\eighth.csv -F commit=true -F optimize=true -F encapsulate= -F

Re: Splitting index created from a csv using solr

2012-11-05 Thread mitra
Thanks for the reply Gora i just wanted to know if solr could do it by itself now from your answer i could see its not possible So what do you think is the best way to split it I mean should i use Luke to split the index or should I split the csv and index it @Walter Thankyou sir , i dont have

Splitting index created from a csv using solr

2012-11-04 Thread mitra
Hello all i have a csv file of size 10 gb which i have to index using solr my question is how to index the csv in such a way so that i can get two separate index files of which one of the index is the index for the first half of the csv and the second index is the index for the second half of

Splitting index created from a csv using solr

2012-11-04 Thread mitra
Hello all i have a csv file of size 10 gb which i have to index using solr my question is how to index the csv in such a way so that i can get two separate index files of which one of the index is the index for the first half of the csv and the second index is the index for the second half of

Getting junk characters while indexing

2009-04-29 Thread Koushik Mitra
Hi, We are trying to index a .doc file. However, after indexing the dot( . ) and apostrophe( ' ) present in the file, getting converted to junk values. How to resolve the issue? Thanks, Koushik CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND

Getting incorrect value while trying to extract content from xlsx

2009-04-28 Thread Koushik Mitra
HI, I was trying to extract content from an xlsx file for indexing. However, I am getting julian date value for a cell with date format and '1.0' in place of '100%'. I want to retain the value as present in that xlsx file. Solution appreciated. Thanks, Koushik CAUTION -

Some characters are searchable

2009-04-23 Thread Koushik Mitra
Hi, I am trying to search the following characters present through solr. `, @, #, $, %, _ , , , . But I am not getting any result back, even if those characters are present in the document . So my question is are these characters getting indexed? Thanks, Koushik CAUTION -

Create incremental snapshot

2009-04-18 Thread Koushik Mitra
Hi, We want to create snapshot incrementally. What we want is every time the snap shooter script runs, it should not create a snapshot with pre-existing (last snapshot indexes) + delta (newly created indexes), rather just create a snapshot with the delta (newly created indexes). Any

Re: Create incremental snapshot

2009-04-18 Thread Koushik Mitra
, 2009 at 12:06 PM, Koushik Mitra koushik_mi...@infosys.com wrote: Hi, We want to create snapshot incrementally. What we want is every time the snap shooter script runs, it should not create a snapshot with pre-existing (last snapshot indexes) + delta (newly created indexes), rather just create

Re: Create incremental snapshot

2009-04-18 Thread Koushik Mitra
://linux.about.com/cs/linux101/g/hardlinks.htm On Sat, Apr 18, 2009 at 12:20 PM, Koushik Mitra koushik_mi...@infosys.com wrote: When we run the snapshooter script, it creates a snapshot folder e.g. snapshot.20090418064010 and this snapshot folder contains physical index files which take space on the file