Re: Using Chinese / How to ?

2009-06-03 Thread James liu
1: modify ur schema.xml:
like
fieldtype name=text_cn class=solr.TextField
analyzer class=chineseAnalyzer/
analyzer

2: add your field:
field name=urfield type=text_cn indexd=true stored=true/

3: add your analyzer to {solr_dir}\lib\

4: rebuild newsolr and u will find it in {solr_dir}\dist

5: follow tutorial to setup solr

6: open your browser to solr admin page, find analyzer to check analyzer, it
will tell u how to analyzer world, use which analyzer


-- 
regards
j.L ( I live in Shanghai, China)


Re: Using Chinese / How to ?

2009-06-02 Thread James liu
u means how to config solr which support chinese?

Update problem?

On Tuesday, June 2, 2009, Fer-Bj fernando.b...@gmail.com wrote:

 I'm sending 3 files:
 - schema.xml
 - solrconfig.xml
 - error.txt (with the error description)

 I can confirm by now that this error is due to invalid characters for the
 XML format (ASCII 0 or 11).
 However, this problem now is taking a different direction: how to start
 using the CJK instead of the english!
 http://www.nabble.com/file/p23825881/error.txt error.txt
 http://www.nabble.com/file/p23825881/solrconfig.xml solrconfig.xml
 http://www.nabble.com/file/p23825881/schema.xml schema.xml


 Grant Ingersoll-6 wrote:

 Can you provide details on the errors?  I don't think we have a
 specific how to, but I wouldn't think it would be much different from
 1.2

 -Grant
 On May 31, 2009, at 10:31 PM, Fer-Bj wrote:


 Hello,

 is there any how to already created to get me up using SOLR 1.3
 running
 for a chinese based website?
 Currently our site is using SOLR 1.2, and we tried to move into 1.3
 but we
 couldn't complete our reindex as it seems like 1.3 is more strict
 when it
 comes to special chars.

 I would appreciate any help anyone may provide on this.

 Thanks!!
 --
 View this message in context:
 http://www.nabble.com/Using-Chinese---How-to---tp23810129p23810129.html
 Sent from the Solr - User mailing list archive at Nabble.com.


 --
 Grant Ingersoll
 http://www.lucidimagination.com/

 Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)
 using Solr/Lucene:
 http://www.lucidimagination.com/search




 --
 View this message in context: 
 http://www.nabble.com/Using-Chinese---How-to---tp23810129p23825881.html
 Sent from the Solr - User mailing list archive at Nabble.com.



-- 
regards
j.L ( I live in Shanghai, China)


Re: Using Chinese / How to ?

2009-06-02 Thread Fer-Bj

Right now we figured out the insert new documents problem, which was by
removing special ascii chars not accepted for XML on SOLR 1.3

The question is now: how to config SOLR 1.3 with the chinese support!

James liu-2 wrote:
 
 u means how to config solr which support chinese?
 
 Update problem?
 
 On Tuesday, June 2, 2009, Fer-Bj fernando.b...@gmail.com wrote:

 I'm sending 3 files:
 - schema.xml
 - solrconfig.xml
 - error.txt (with the error description)

 I can confirm by now that this error is due to invalid characters for the
 XML format (ASCII 0 or 11).
 However, this problem now is taking a different direction: how to start
 using the CJK instead of the english!
 http://www.nabble.com/file/p23825881/error.txt error.txt
 http://www.nabble.com/file/p23825881/solrconfig.xml solrconfig.xml
 http://www.nabble.com/file/p23825881/schema.xml schema.xml


 Grant Ingersoll-6 wrote:

 Can you provide details on the errors?  I don't think we have a
 specific how to, but I wouldn't think it would be much different from
 1.2

 -Grant
 On May 31, 2009, at 10:31 PM, Fer-Bj wrote:


 Hello,

 is there any how to already created to get me up using SOLR 1.3
 running
 for a chinese based website?
 Currently our site is using SOLR 1.2, and we tried to move into 1.3
 but we
 couldn't complete our reindex as it seems like 1.3 is more strict
 when it
 comes to special chars.

 I would appreciate any help anyone may provide on this.

 Thanks!!
 --
 View this message in context:
 http://www.nabble.com/Using-Chinese---How-to---tp23810129p23810129.html
 Sent from the Solr - User mailing list archive at Nabble.com.


 --
 Grant Ingersoll
 http://www.lucidimagination.com/

 Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)
 using Solr/Lucene:
 http://www.lucidimagination.com/search




 --
 View this message in context:
 http://www.nabble.com/Using-Chinese---How-to---tp23810129p23825881.html
 Sent from the Solr - User mailing list archive at Nabble.com.


 
 -- 
 regards
 j.L ( I live in Shanghai, China)
 
 

-- 
View this message in context: 
http://www.nabble.com/Using-Chinese---How-to---tp23810129p23844708.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Using Chinese / How to ?

2009-06-01 Thread Grant Ingersoll
Can you provide details on the errors?  I don't think we have a  
specific how to, but I wouldn't think it would be much different from  
1.2


-Grant
On May 31, 2009, at 10:31 PM, Fer-Bj wrote:



Hello,

is there any how to already created to get me up using SOLR 1.3  
running

for a chinese based website?
Currently our site is using SOLR 1.2, and we tried to move into 1.3  
but we
couldn't complete our reindex as it seems like 1.3 is more strict  
when it

comes to special chars.

I would appreciate any help anyone may provide on this.

Thanks!!
--
View this message in context: 
http://www.nabble.com/Using-Chinese---How-to---tp23810129p23810129.html
Sent from the Solr - User mailing list archive at Nabble.com.



--
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:

http://www.lucidimagination.com/search



Re: Using Chinese / How to ?

2009-06-01 Thread Fer-Bj

I'm sending 3 files:
- schema.xml
- solrconfig.xml
- error.txt (with the error description) 

I can confirm by now that this error is due to invalid characters for the
XML format (ASCII 0 or 11).
However, this problem now is taking a different direction: how to start
using the CJK instead of the english!
http://www.nabble.com/file/p23825881/error.txt error.txt 
http://www.nabble.com/file/p23825881/solrconfig.xml solrconfig.xml 
http://www.nabble.com/file/p23825881/schema.xml schema.xml 


Grant Ingersoll-6 wrote:
 
 Can you provide details on the errors?  I don't think we have a  
 specific how to, but I wouldn't think it would be much different from  
 1.2
 
 -Grant
 On May 31, 2009, at 10:31 PM, Fer-Bj wrote:
 

 Hello,

 is there any how to already created to get me up using SOLR 1.3  
 running
 for a chinese based website?
 Currently our site is using SOLR 1.2, and we tried to move into 1.3  
 but we
 couldn't complete our reindex as it seems like 1.3 is more strict  
 when it
 comes to special chars.

 I would appreciate any help anyone may provide on this.

 Thanks!!
 -- 
 View this message in context:
 http://www.nabble.com/Using-Chinese---How-to---tp23810129p23810129.html
 Sent from the Solr - User mailing list archive at Nabble.com.

 
 --
 Grant Ingersoll
 http://www.lucidimagination.com/
 
 Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
 using Solr/Lucene:
 http://www.lucidimagination.com/search
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Using-Chinese---How-to---tp23810129p23825881.html
Sent from the Solr - User mailing list archive at Nabble.com.



Using Chinese / How to ?

2009-05-31 Thread Fer-Bj

Hello,

 is there any how to already created to get me up using SOLR 1.3 running
for a chinese based website?
 Currently our site is using SOLR 1.2, and we tried to move into 1.3 but we
couldn't complete our reindex as it seems like 1.3 is more strict when it
comes to special chars.

I would appreciate any help anyone may provide on this. 

Thanks!!
-- 
View this message in context: 
http://www.nabble.com/Using-Chinese---How-to---tp23810129p23810129.html
Sent from the Solr - User mailing list archive at Nabble.com.