the only thing i can think of is the fact that in the index analysis the 
term-type is "word"
and in the query analysis the term-type is "alphanumeric"

you should be getting a match if that doesnt matter ... you get exactly 
the same term texts ...





Shridhar Venkatraman <[EMAIL PROTECTED]> 
27/03/2007 14:08
Please respond to
solr-user@lucene.apache.org


To
solr-user@lucene.apache.org
cc

Subject
Reposting unABLE to match






Solr <http://localhost:8084/Genie/>


  Solr Admin (GENIE)

ShridharVAIO:8084
cwd=C:\Program Files\netbeans-5.5\enterprise3\apache-tomcat-5.5.17\bin
SolrHome=c:\Documents and
Settings\Shridhar\Desktop\Public\Sana\KN\Genie\GenieConf/


    Field Analysis

*Field name* 
*Field value (Index)*
verbose output
highlight matches                "unABLE TO CONNECT"
*Field value (Query)*
verbose output           "unABLE TO CONNECT"
 


      Index Analyzer


        org.apache.solr.analysis.HTMLStripWhitespaceTokenizerFactory {}

term position            1               2               3
term text                "unABLE                 TO              CONNECT"
term type                word            word            word
source start,end                 0,7             8,10            11,19


        org.apache.solr.analysis.SynonymFilterFactory
        {synonyms=synonyms.txt, expand=true, ignoreCase=true}

term position            1               2               3
term text                "unABLE                 TO              CONNECT"
term type                word            word            word
source start,end                 0,7             8,10            11,19


        org.apache.solr.analysis.StandardFilterFactory {}

term position            1               2               3
term text                "unABLE                 TO              CONNECT"
term type                word            word            word
source start,end                 0,7             8,10            11,19


        org.apache.solr.analysis.StopFilterFactory {words=stopwords.txt,
        ignoreCase=true}

term position            1               2
term text                "unABLE                 CONNECT"
term type                word            word
source start,end                 0,7             11,19


        org.apache.solr.analysis.WordDelimiterFilterFactory
        {generateNumberParts=1, catenateWords=1, generateWordParts=1,
        catenateAll=1, catenateNumbers=1}

term position            1               2               3
term text                un              ABLE            CONNECT
                                                 unABLE
term type                word            word            word
word
source start,end                 1,3             3,7             11,18
                                                                 1,7


        org.apache.solr.analysis.LowerCaseFilterFactory {}

term position            1               2               3
term text                un              able            connect
                                                 unable
term type                word            word            word
word
source start,end                 1,3             3,7             11,18
                                                                 1,7


        org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory {}

term position            1               2               3
term text                un              able            connect
                                                 unable
term type                word            word            word
word
source start,end                 1,3             3,7             11,18
                                                                 1,7


      Query Analyzer


        org.apache.solr.analysis.HTMLStripStandardTokenizerFactory {}

term position            1               2               3
term text                unABLE          TO              CONNECT
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
source start,end                 1,7             8,10            11,18


        org.apache.solr.analysis.SynonymFilterFactory
        {synonyms=synonyms.txt, expand=true, ignoreCase=true}

term position            1               2               3
term text                unABLE          TO              CONNECT
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
source start,end                 1,7             8,10            11,18


        org.apache.solr.analysis.StandardFilterFactory {}

term position            1               2               3
term text                unABLE          TO              CONNECT
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
source start,end                 1,7             8,10            11,18


        org.apache.solr.analysis.StopFilterFactory {words=stopwords.txt,
        ignoreCase=true}

term position            1               2
term text                unABLE          CONNECT
term type                <ALPHANUM>              <ALPHANUM>
source start,end                 1,7             11,18


        org.apache.solr.analysis.WordDelimiterFilterFactory
        {generateNumberParts=1, catenateWords=1, generateWordParts=1,
        catenateAll=1, catenateNumbers=1}

term position            1               2               3
term text                un              ABLE            CONNECT
                                                 unABLE
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
<ALPHANUM>
source start,end                 1,3             3,7             11,18
                                                                 1,7


        org.apache.solr.analysis.LowerCaseFilterFactory {}

term position            1               2               3
term text                un              able            connect
                                                 unable
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
<ALPHANUM>
source start,end                 1,3             3,7             11,18
                                                                 1,7


        org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory {}

term position            1               2               3
term text                un              able            connect
                                                 unable
term type                <ALPHANUM>              <ALPHANUM> <ALPHANUM>
<ALPHANUM>
source start,end                 1,3             3,7             11,18
                                                                 1,7




Reply via email to