[Dspace-devel] METHOD used in Discovery search

2012-04-30 Thread bingbingwang
Hi, All, I am using Dspace1.8.2 with Discovery enabled (Solr search server). Every time I submit a query on the xmlui, I can see the following. Since I am handling Chinese characters encoding, I hope the default method can be "post" instead of "get". Can anyone help to point out where I shoul

[Dspace-devel] [Dspace1.8.2] How to configure the dependency of a new module?

2012-03-07 Thread bingbingwang
Hi, all, I formerly worked on Dspace1.7.2, and recently installed the latest Dspace1.8.2, where I am having problems with configuring the dependencies of a new module. What is the proper way to do in Dspace1.8.2, if I want to create a new module and configure it? Formerly, I can do the follo

Re: [Dspace-devel] Upgrade solr to version 3.5.0 in Dspace1.7.2?

2012-02-26 Thread bingbingwang
> 3.5.0 than to try and do a Solr 1.4.1 -> > 3.5.0. > > So, you still may want to upgrade to DSpace 1.8 (which automatically gives > you Solr 3.3), and then try and get DSpace 1.8 working with Solr 3.5. > > Others may have more tips/ideas here. > > - Tim > >

Re: [Dspace-devel] Upgrade solr to version 3.5.0 in Dspace1.7.2?

2012-02-23 Thread bingbingwang
ld > be much easier if you just upgraded to DSpace 1.8.0. > > If you'd rather stay on DSpace 1.7.2, you might find it helpful to look > at how we upgraded to Solr 3.3.0 in DSpace 1.8.0. The details are in > this ticket: > https://jira.duraspace.org/browse/DS-980 > >

[Dspace-devel] Upgrade solr to version 3.5.0 in Dspace1.7.2?

2012-02-23 Thread bingbingwang
Hi, all, I work on Dspace1.7.2, enabling discovery to use Solr1.4.1. I am going to upgrade the solr to version 3.5.0, so that I can use Tika's language API. Can anyone give me a hint how to? Thanks in advance. Best Regards, Bing

Re: [Dspace-devel] dspace.cfg still missing after loading the whole Dspace project

2012-02-22 Thread bingbingwang
oject) and > set the 'dspace.config' property to the full path of your dspace.cfg > file that you want it to use. > > - Tim > > > On 2/20/2012 7:33 PM, bingbingwang wrote: > > Hi, all, > > > > I am using NetBeans IDE to run the dspace-1.7.2-src-release

[Dspace-devel] dspace.cfg still missing after loading the whole Dspace project

2012-02-20 Thread bingbingwang
Hi, all, I am using NetBeans IDE to run the dspace-1.7.2-src-release. I load the main sub-project Dspace assembly and configuration (sub-folder: dspace-1.7.2-src-release\dspace), as well as all the required sub-projects. After that, I try to run the sub-project Dspace Discovery: Discovery Pro

[Dspace-devel] Development on DSpace discovery search

2012-02-20 Thread bingbingwang
Hi, all, I want to ask about the feasibility of doing development on DSpace discovery search. 1. In my case, I want to do multilingual search, and I want to deploy a multi-core solr index. Does discovery support multi-core solr deployment? 2. I want the index in this behavior : before inde

Re: [Dspace-devel] A few basic questions about org.dspace.search development

2012-02-15 Thread bingbingwang
:21AM +0000, bingbingwang wrote: > 1. I am using eclipse for development IDE. I have tried NetBeans, > but there is a known issue of "never ending scanning before > running". Any known issue/problem of using eclipse? For me, NB does take a few seconds to open up the dozens of

[Dspace-devel] A few basic questions about org.dspace.search development

2012-02-15 Thread bingbingwang
Hi, All, I am working on dspace-1.7.2-src-release to revise the search part, i.e. packet org.dspace.search. However, I failed in the first attempt. I am elaborating some technical details, along with a few basic questions as follows. Any comments and suggestions are welcome! 1. I am usin