You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Jack Tang (JIRA)" <ji...@apache.org> on 2005/10/05 20:12:47 UTC

[jira] Created: (NUTCH-104) Nutch query parser does not support CJK bi-gram segmentation.

Nutch query parser does not support CJK bi-gram segmentation.
-------------------------------------------------------------

         Key: NUTCH-104
         URL: http://issues.apache.org/jira/browse/NUTCH-104
     Project: Nutch
        Type: Bug
  Components: searcher  
    Versions: 0.6    
 Environment: all
    Reporter: Jack Tang
    Priority: Minor


I customize one query filter using "test" as my field.  And when i try to search "test:(c1)(c2)(c3)", the query object which is generated by NutchAnalysis is wrong. Now the result is
         test:(c1)(c2) [DEFAULT](c2)(c3).

However, the expected result is
         test:"(c1)(c2) (c2)(c3)". 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira