[Dspace-tech] How can we index only a largest file while ignoring other small files in full text searching

2014-11-03 Thread Rajat Gupta
Dear All, I wanted to find out the method by which dspace indexes only the largest file. I had been uploading 10-15 files per item in my dspace. I have enabled full text search and hence all the files uploaded in an item are indexed. Now, i wish to upload only the largest file (File that has

Re: [Dspace-tech] How can we index only a largest file while ignoring other small files in full text searching

2014-11-03 Thread helix84
Hi Rajat, you can run filter-media on a single item: [dspace]/bin/dspace filter-media -i 123456789/321 This will extract text from all bitstreams which do not yet have an extracted bitstream in the TEXT bundle and re-index the item. This is fine for your case because your previous bitstreams