: By looking at what is stored. Has this worked for others?
the "stored" value of a field is allways going to be the pre-analyzed text
-- that's why the stored values in your "text" fields still have upper
case characters and stop words.
what matters is whether or not the "indexed" terms of you
By looking at what is stored. Has this worked for others?
- Original Message
From: Yonik Seeley <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org; jason rutherglen <[EMAIL PROTECTED]>
Sent: Friday, August 25, 2006 6:35:43 PM
Subject: Re: Possible bug in copyField
On 8/25/06, jason rut
On Aug 27, 2006, at 3:27 AM, James liu wrote:
lucene have ChineseAnalyzer and CJKAnalyzer,,,so i can search chinese
keyword with it.
solr have it? if not, how can i add it?
Those analyzers are not part of the core Solr distribution, but you
can add them easily by getting the JAR file from L
lucene have ChineseAnalyzer and CJKAnalyzer,,,so i can search chinese
keyword with it.
solr have it? if not, how can i add it?
if i use php+mysql build data.xml,,,use post.sh data.xml? it is the only
way to index?
i remember i must use same analyzer to index and search when i use lucene2.0
,